Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Note: Recompile with -Xlint:unchecked for details.
- 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;
- mNotificationPanel.setupQuickSettings(this, mNetworkController, mBluetoothController,
- ^
- required: PhoneStatusBar,NetworkController,BluetoothController,BatteryController,LocationController
- found: TabletStatusBar,NetworkController,BluetoothController,BatteryController,LocationController
- reason: actual argument TabletStatusBar cannot be converted to PhoneStatusBar by method invocation conversion
- Note: Some input files use or override a deprecated API.
- Note: Recompile with -Xlint:deprecation for details.
- Note: Some input files use unchecked or unsafe operations.
- Note: Recompile with -Xlint:unchecked for details.
- 1 error
Advertisement
Add Comment
Please, Sign In to add comment