Nick0703

Untitled

Oct 25th, 2013
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. Note: Recompile with -Xlint:unchecked for details.
  2. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java:318: error: method setupQuickSettings in class NotificationPanel cannot be applied to given types;
  3. mNotificationPanel.setupQuickSettings(this, mNetworkController, mBluetoothController,
  4. ^
  5. required: PhoneStatusBar,NetworkController,BluetoothController,BatteryController,LocationController
  6. found: TabletStatusBar,NetworkController,BluetoothController,BatteryController,LocationController
  7. reason: actual argument TabletStatusBar cannot be converted to PhoneStatusBar by method invocation conversion
  8. Note: Some input files use or override a deprecated API.
  9. Note: Recompile with -Xlint:deprecation for details.
  10. Note: Some input files use unchecked or unsafe operations.
  11. Note: Recompile with -Xlint:unchecked for details.
  12. 1 error
Advertisement
Add Comment
Please, Sign In to add comment