Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Warning: AndroidManifest.xml already defines targetSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:900: error: <identifier> expected
- mCarrierLabel = (TextView)mStatusBarWindow.findViewById(R.id.carrier_label);
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:901: error: <identifier> expected
- mShowCarrierInPanel = (mCarrierLabel != null);
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:902: error: illegal start of type
- if (DEBUG) Slog.v(TAG, "carrierlabel=" + mCarrierLabel + " show=" +
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:902: error: <identifier> expected
- if (DEBUG) Slog.v(TAG, "carrierlabel=" + mCarrierLabel + " show=" +
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:902: error: ';' expected
- if (DEBUG) Slog.v(TAG, "carrierlabel=" + mCarrierLabel + " show=" +
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:904: error: illegal start of type
- if (mShowCarrierInPanel) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:904: error: <identifier> expected
- if (mShowCarrierInPanel) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:923: error: ')' expected
- };
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1061: error: ';' expected
- protected View getStatusBarView() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1066: error: ';' expected
- public QuickSettingsContainerView getQuickSettingsPanel() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1071: error: ';' expected
- protected WindowManager.LayoutParams getRecentsLayoutParams(LayoutParams layoutParams) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1071: error: ';' expected
- protected WindowManager.LayoutParams getRecentsLayoutParams(LayoutParams layoutParams) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1096: error: ';' expected
- protected WindowManager.LayoutParams getSearchLayoutParams(LayoutParams layoutParams) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1096: error: ';' expected
- protected WindowManager.LayoutParams getSearchLayoutParams(LayoutParams layoutParams) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1118: error: illegal start of expression
- void onBarViewDetached() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1118: error: ';' expected
- void onBarViewDetached() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1123: error: ';' expected
- public void toggleNotificationShade() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1131: error: ';' expected
- protected void updateSearchPanel() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1138: error: ';' expected
- public void showSearchPanel() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1152: error: ';' expected
- public void hideSearchPanel() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1160: error: illegal start of expression
- protected int getStatusBarGravity() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1160: error: ';' expected
- protected int getStatusBarGravity() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1164: error: illegal start of expression
- public int getStatusBarHeight() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1164: error: ';' expected
- public int getStatusBarHeight() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1173: error: illegal start of expression
- private View.OnClickListener mRecentsClickListener = new View.OnClickListener() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1184: error: illegal start of expression
- private int mShowSearchHoldoff = 0;
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1185: error: illegal start of expression
- private Runnable mShowSearchPanel = new Runnable() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1212: error: illegal start of expression
- private void awakenDreams() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1212: error: illegal start of expression
- private void awakenDreams() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1212: error: ';' expected
- private void awakenDreams() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1237: error: illegal start of expression
- private void setupAutoHide(){
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1237: error: illegal start of expression
- private void setupAutoHide(){
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1237: error: ';' expected
- private void setupAutoHide(){
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1247: error: illegal start of expression
- private Runnable delayHide = new Runnable() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1253: error: illegal start of expression
- private void showNavBar(){
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1253: error: illegal start of expression
- private void showNavBar(){
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1253: error: ';' expected
- private void showNavBar(){
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1273: error: illegal start of expression
- private void hideNavBar() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1273: error: illegal start of expression
- private void hideNavBar() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1273: error: ';' expected
- private void hideNavBar() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1294: error: illegal start of expression
- private void disableAutoHide(){
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1294: error: illegal start of expression
- private void disableAutoHide(){
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1294: error: ';' expected
- private void disableAutoHide(){
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1309: error: ';' expected
- public void setSearchLightOn(boolean on) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1309: error: ';' expected
- public void setSearchLightOn(boolean on) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1322: error: ';' expected
- protected void showBar(boolean showSearch){
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1322: error: ';' expected
- protected void showBar(boolean showSearch){
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1331: error: ';' expected
- protected void onBarTouchEvent(MotionEvent ev){
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1331: error: ';' expected
- protected void onBarTouchEvent(MotionEvent ev){
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1339: error: illegal start of expression
- private void updateStatusBarVisibility(boolean any) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1339: error: illegal start of expression
- private void updateStatusBarVisibility(boolean any) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1339: error: ';' expected
- private void updateStatusBarVisibility(boolean any) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1339: error: ';' expected
- private void updateStatusBarVisibility(boolean any) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1362: error: illegal start of expression
- private void prepareNavigationBarView() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1362: error: illegal start of expression
- private void prepareNavigationBarView() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1362: error: ';' expected
- private void prepareNavigationBarView() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1376: error: illegal start of expression
- private void addNavigationBar() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1376: error: illegal start of expression
- private void addNavigationBar() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1376: error: ';' expected
- private void addNavigationBar() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1385: error: illegal start of expression
- private void repositionNavigationBar() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1385: error: illegal start of expression
- private void repositionNavigationBar() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1385: error: ';' expected
- private void repositionNavigationBar() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1399: error: illegal start of expression
- private void notifyNavigationBarScreenOn(boolean screenOn) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1399: error: illegal start of expression
- private void notifyNavigationBarScreenOn(boolean screenOn) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1399: error: ';' expected
- private void notifyNavigationBarScreenOn(boolean screenOn) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1399: error: ';' expected
- private void notifyNavigationBarScreenOn(boolean screenOn) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1404: error: illegal start of expression
- private WindowManager.LayoutParams getNavigationBarLayoutParams() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1404: error: ';' expected
- private WindowManager.LayoutParams getNavigationBarLayoutParams() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1421: error: illegal start of expression
- private void addIntruderView() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1421: error: illegal start of expression
- private void addIntruderView() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1421: error: ';' expected
- private void addIntruderView() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1443: error: illegal start of expression
- public void refreshAllStatusBarIcons() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1443: error: illegal start of expression
- public void refreshAllStatusBarIcons() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1443: error: ';' expected
- public void refreshAllStatusBarIcons() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1448: error: illegal start of expression
- private void refreshAllIconsForLayout(LinearLayout ll) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1448: error: illegal start of expression
- private void refreshAllIconsForLayout(LinearLayout ll) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1448: error: ';' expected
- private void refreshAllIconsForLayout(LinearLayout ll) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1448: error: ';' expected
- private void refreshAllIconsForLayout(LinearLayout ll) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1459: error: ';' expected
- public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1459: error: <identifier> expected
- public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1459: error: not a statement
- public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1459: error: ';' expected
- public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1459: error: ';' expected
- public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1459: error: not a statement
- public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1459: error: ';' expected
- public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1475: error: illegal start of expression
- public void updateIcon(String slot, int index, int viewIndex,
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1475: error: illegal start of expression
- public void updateIcon(String slot, int index, int viewIndex,
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1475: error: ';' expected
- public void updateIcon(String slot, int index, int viewIndex,
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1475: error: <identifier> expected
- public void updateIcon(String slot, int index, int viewIndex,
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1475: error: not a statement
- public void updateIcon(String slot, int index, int viewIndex,
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1475: error: ';' expected
- public void updateIcon(String slot, int index, int viewIndex,
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1476: error: ';' expected
- StatusBarIcon old, StatusBarIcon icon) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1476: error: not a statement
- StatusBarIcon old, StatusBarIcon icon) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1476: error: ';' expected
- StatusBarIcon old, StatusBarIcon icon) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1476: error: ';' expected
- StatusBarIcon old, StatusBarIcon icon) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1491: error: illegal start of expression
- public void removeIcon(String slot, int index, int viewIndex) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1491: error: illegal start of expression
- public void removeIcon(String slot, int index, int viewIndex) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1491: error: ';' expected
- public void removeIcon(String slot, int index, int viewIndex) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1491: error: <identifier> expected
- public void removeIcon(String slot, int index, int viewIndex) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1491: error: not a statement
- public void removeIcon(String slot, int index, int viewIndex) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1491: error: ';' expected
- public void removeIcon(String slot, int index, int viewIndex) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1491: error: ';' expected
- public void removeIcon(String slot, int index, int viewIndex) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1496: error: illegal start of expression
- public void addNotification(IBinder key, StatusBarNotification notification) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1496: error: illegal start of expression
- public void addNotification(IBinder key, StatusBarNotification notification) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1496: error: ';' expected
- public void addNotification(IBinder key, StatusBarNotification notification) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1496: error: ';' expected
- public void addNotification(IBinder key, StatusBarNotification notification) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1496: error: not a statement
- public void addNotification(IBinder key, StatusBarNotification notification) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1496: error: ';' expected
- public void addNotification(IBinder key, StatusBarNotification notification) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1571: error: illegal start of expression
- public void removeNotification(IBinder key) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1571: error: illegal start of expression
- public void removeNotification(IBinder key) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1571: error: ';' expected
- public void removeNotification(IBinder key) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1571: error: ';' expected
- public void removeNotification(IBinder key) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1603: error: ';' expected
- protected void refreshLayout(int layoutDirection) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1603: error: ';' expected
- protected void refreshLayout(int layoutDirection) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1629: error: illegal start of expression
- private void updateShowSearchHoldoff() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1629: error: illegal start of expression
- private void updateShowSearchHoldoff() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1629: error: ';' expected
- private void updateShowSearchHoldoff() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1634: error: illegal start of expression
- private void loadNotificationShade() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1634: error: illegal start of expression
- private void loadNotificationShade() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1634: error: ';' expected
- private void loadNotificationShade() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1678: error: ';' expected
- protected void updateNotificationIcons() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1724: error: illegal start of expression
- protected void updateCarrierAndWifiLabelVisibility(boolean force) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1724: error: illegal start of expression
- protected void updateCarrierAndWifiLabelVisibility(boolean force) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1724: error: ';' expected
- protected void updateCarrierAndWifiLabelVisibility(boolean force) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1724: error: ';' expected
- protected void updateCarrierAndWifiLabelVisibility(boolean force) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1774: error: illegal start of expression
- protected void updateNotificationShortcutsVisibility(boolean vis, boolean instant) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1774: error: illegal start of expression
- protected void updateNotificationShortcutsVisibility(boolean vis, boolean instant) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1774: error: ';' expected
- protected void updateNotificationShortcutsVisibility(boolean vis, boolean instant) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1774: error: <identifier> expected
- protected void updateNotificationShortcutsVisibility(boolean vis, boolean instant) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1774: error: not a statement
- protected void updateNotificationShortcutsVisibility(boolean vis, boolean instant) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1774: error: ';' expected
- protected void updateNotificationShortcutsVisibility(boolean vis, boolean instant) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1810: error: ';' expected
- boolean hasClearableNotifications() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1814: error: illegal start of expression
- protected void updateNotificationShortcutsVisibility(boolean vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1814: error: illegal start of expression
- protected void updateNotificationShortcutsVisibility(boolean vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1814: error: ';' expected
- protected void updateNotificationShortcutsVisibility(boolean vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1814: error: ';' expected
- protected void updateNotificationShortcutsVisibility(boolean vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1819: error: ';' expected
- protected void setAreThereNotifications() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1892: error: illegal start of expression
- public void disable(int state) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1892: error: illegal start of expression
- public void disable(int state) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1892: error: ';' expected
- public void disable(int state) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1892: error: ';' expected
- public void disable(int state) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2010: error: ';' expected
- protected BaseStatusBar.H createHandler() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2017: error: illegal start of expression
- private class H extends BaseStatusBar.H {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2041: error: illegal start of expression
- public Handler getHandler() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2041: error: ';' expected
- public Handler getHandler() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2053: error: illegal start of expression
- void makeExpandedVisible(boolean revealAfterDraw) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2053: error: ';' expected
- void makeExpandedVisible(boolean revealAfterDraw) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2053: error: ';' expected
- void makeExpandedVisible(boolean revealAfterDraw) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2085: error: illegal start of expression
- public void animateCollapsePanels() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2085: error: illegal start of expression
- public void animateCollapsePanels() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2085: error: ';' expected
- public void animateCollapsePanels() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2090: error: ';' expected
- public void animateCollapsePanels(int flags) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2090: error: ';' expected
- public void animateCollapsePanels(int flags) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2112: error: illegal start of expression
- public ViewPropertyAnimator setVisibilityWhenDone(
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2112: error: ';' expected
- public ViewPropertyAnimator setVisibilityWhenDone(
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2113: error: <identifier> expected
- final ViewPropertyAnimator a, final View v, final int vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2113: error: <identifier> expected
- final ViewPropertyAnimator a, final View v, final int vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2113: error: ';' expected
- final ViewPropertyAnimator a, final View v, final int vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2124: error: illegal start of expression
- public Animator setVisibilityWhenDone(
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2124: error: ';' expected
- public Animator setVisibilityWhenDone(
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2125: error: <identifier> expected
- final Animator a, final View v, final int vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2125: error: <identifier> expected
- final Animator a, final View v, final int vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2125: error: ';' expected
- final Animator a, final View v, final int vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2135: error: illegal start of expression
- public Animator setVisibilityWhenDone(
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2135: error: ';' expected
- public Animator setVisibilityWhenDone(
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2136: error: <identifier> expected
- final Animator a, final View v, final int vis, final View v2, final int vis2) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2136: error: <identifier> expected
- final Animator a, final View v, final int vis, final View v2, final int vis2) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2136: error: <identifier> expected
- final Animator a, final View v, final int vis, final View v2, final int vis2) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2136: error: <identifier> expected
- final Animator a, final View v, final int vis, final View v2, final int vis2) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2136: error: ';' expected
- final Animator a, final View v, final int vis, final View v2, final int vis2) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2147: error: illegal start of expression
- public Animator setVisibilityOnStart(
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2147: error: ';' expected
- public Animator setVisibilityOnStart(
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2148: error: <identifier> expected
- final Animator a, final View v, final int vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2148: error: <identifier> expected
- final Animator a, final View v, final int vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2148: error: ';' expected
- final Animator a, final View v, final int vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2158: error: illegal start of expression
- public Animator interpolator(TimeInterpolator ti, Animator a) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2158: error: ';' expected
- public Animator interpolator(TimeInterpolator ti, Animator a) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2158: error: ';' expected
- public Animator interpolator(TimeInterpolator ti, Animator a) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2158: error: not a statement
- public Animator interpolator(TimeInterpolator ti, Animator a) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2158: error: ';' expected
- public Animator interpolator(TimeInterpolator ti, Animator a) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2163: error: illegal start of expression
- public Animator startDelay(int d, Animator a) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2163: error: ';' expected
- public Animator startDelay(int d, Animator a) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2163: error: ';' expected
- public Animator startDelay(int d, Animator a) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2163: error: not a statement
- public Animator startDelay(int d, Animator a) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2163: error: ';' expected
- public Animator startDelay(int d, Animator a) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2168: error: illegal start of expression
- public Animator start(Animator a) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2168: error: ';' expected
- public Animator start(Animator a) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2168: error: ';' expected
- public Animator start(Animator a) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2183: error: ';' expected
- public void animateExpandNotificationsPanel() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2197: error: illegal start of expression
- public void flipToNotifications() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2197: error: illegal start of expression
- public void flipToNotifications() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2197: error: ';' expected
- public void flipToNotifications() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2266: error: ';' expected
- public void animateExpandSettingsPanel() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2287: error: illegal start of expression
- public void updateRibbonTargets() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2287: error: illegal start of expression
- public void updateRibbonTargets() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2287: error: ';' expected
- public void updateRibbonTargets() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2341: error: illegal start of expression
- public void updateRibbon() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2341: error: illegal start of expression
- public void updateRibbon() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2341: error: ';' expected
- public void updateRibbon() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2348: error: illegal start of expression
- public void updateRibbon(boolean settings) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2348: error: illegal start of expression
- public void updateRibbon(boolean settings) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2348: error: ';' expected
- public void updateRibbon(boolean settings) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2348: error: ';' expected
- public void updateRibbon(boolean settings) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2360: error: illegal start of expression
- public void switchToSettings() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2360: error: illegal start of expression
- public void switchToSettings() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2360: error: ';' expected
- public void switchToSettings() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2381: error: illegal start of expression
- public boolean isShowingSettings() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2381: error: ';' expected
- public boolean isShowingSettings() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2388: error: illegal start of expression
- public void completePartialFlip() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2388: error: illegal start of expression
- public void completePartialFlip() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2388: error: ';' expected
- public void completePartialFlip() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2398: error: illegal start of expression
- public void partialFlip(float progress) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2398: error: illegal start of expression
- public void partialFlip(float progress) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2398: error: ';' expected
- public void partialFlip(float progress) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2398: error: ';' expected
- public void partialFlip(float progress) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2436: error: illegal start of expression
- public void flipToSettings() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2436: error: illegal start of expression
- public void flipToSettings() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2436: error: ';' expected
- public void flipToSettings() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2518: error: illegal start of expression
- public void flipPanels() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2518: error: illegal start of expression
- public void flipPanels() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2518: error: ';' expected
- public void flipPanels() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2528: error: illegal start of expression
- public void collapse() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2528: error: illegal start of expression
- public void collapse() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2528: error: ';' expected
- public void collapse() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2532: error: illegal start of expression
- public void animateCollapseQuickSettings() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2532: error: illegal start of expression
- public void animateCollapseQuickSettings() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2532: error: ';' expected
- public void animateCollapseQuickSettings() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2536: error: illegal start of expression
- void makeExpandedInvisibleSoon() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2536: error: ';' expected
- void makeExpandedInvisibleSoon() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2540: error: illegal start of expression
- void makeExpandedInvisible() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2540: error: ';' expected
- void makeExpandedInvisible() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2611: error: illegal start of expression
- private void setPileLayers(int layerType) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2611: error: illegal start of expression
- private void setPileLayers(int layerType) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2611: error: ';' expected
- private void setPileLayers(int layerType) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2611: error: ';' expected
- private void setPileLayers(int layerType) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2647: error: illegal start of expression
- public boolean isClinging() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2647: error: ';' expected
- public boolean isClinging() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2651: error: illegal start of expression
- public void hideCling() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2651: error: illegal start of expression
- public void hideCling() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2651: error: ';' expected
- public void hideCling() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2659: error: illegal start of expression
- public void showCling() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2659: error: illegal start of expression
- public void showCling() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2659: error: ';' expected
- public void showCling() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2704: error: illegal start of expression
- private void adjustBrightness(int x) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2704: error: illegal start of expression
- private void adjustBrightness(int x) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2704: error: ';' expected
- private void adjustBrightness(int x) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2704: error: ';' expected
- private void adjustBrightness(int x) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2732: error: illegal start of expression
- private void brightnessControl(MotionEvent event) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2732: error: illegal start of expression
- private void brightnessControl(MotionEvent event) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2732: error: ';' expected
- private void brightnessControl(MotionEvent event) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2732: error: ';' expected
- private void brightnessControl(MotionEvent event) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2775: error: illegal start of expression
- public boolean interceptTouchEvent(MotionEvent event) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2775: error: ';' expected
- public boolean interceptTouchEvent(MotionEvent event) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2775: error: ';' expected
- public boolean interceptTouchEvent(MotionEvent event) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2826: error: illegal start of expression
- public GestureRecorder getGestureRecorder() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2826: error: ';' expected
- public GestureRecorder getGestureRecorder() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2831: error: ';' expected
- public void setNavigationIconHints(int hints) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2831: error: ';' expected
- public void setNavigationIconHints(int hints) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2843: error: ';' expected
- public void setSystemUiVisibility(int vis, int mask) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2843: error: <identifier> expected
- public void setSystemUiVisibility(int vis, int mask) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2843: error: not a statement
- public void setSystemUiVisibility(int vis, int mask) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2843: error: ';' expected
- public void setSystemUiVisibility(int vis, int mask) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2871: error: illegal start of expression
- private void setStatusBarLowProfile(boolean lightsOut) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2871: error: illegal start of expression
- private void setStatusBarLowProfile(boolean lightsOut) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2871: error: ';' expected
- private void setStatusBarLowProfile(boolean lightsOut) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2871: error: ';' expected
- private void setStatusBarLowProfile(boolean lightsOut) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2923: error: illegal start of expression
- public boolean areLightsOn() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2923: error: ';' expected
- public boolean areLightsOn() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2927: error: illegal start of expression
- public void setLightsOn(boolean on) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2927: error: illegal start of expression
- public void setLightsOn(boolean on) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2927: error: ';' expected
- public void setLightsOn(boolean on) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2927: error: ';' expected
- public void setLightsOn(boolean on) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2936: error: illegal start of expression
- private void notifyUiVisibilityChanged() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2936: error: illegal start of expression
- private void notifyUiVisibilityChanged() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2936: error: ';' expected
- private void notifyUiVisibilityChanged() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2943: error: illegal start of expression
- public void setNavigationBarLightsOn(boolean on, boolean force) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2943: error: illegal start of expression
- public void setNavigationBarLightsOn(boolean on, boolean force) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2943: error: ';' expected
- public void setNavigationBarLightsOn(boolean on, boolean force) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2943: error: <identifier> expected
- public void setNavigationBarLightsOn(boolean on, boolean force) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2943: error: not a statement
- public void setNavigationBarLightsOn(boolean on, boolean force) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2943: error: ';' expected
- public void setNavigationBarLightsOn(boolean on, boolean force) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2948: error: ';' expected
- public void topAppWindowChanged(boolean showMenu) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2948: error: ';' expected
- public void topAppWindowChanged(boolean showMenu) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2964: error: ';' expected
- public void setImeWindowStatus(IBinder token, int vis, int backDisposition) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2964: error: <identifier> expected
- public void setImeWindowStatus(IBinder token, int vis, int backDisposition) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2964: error: not a statement
- public void setImeWindowStatus(IBinder token, int vis, int backDisposition) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2964: error: ';' expected
- public void setImeWindowStatus(IBinder token, int vis, int backDisposition) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2964: error: ';' expected
- public void setImeWindowStatus(IBinder token, int vis, int backDisposition) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2979: error: ';' expected
- public void setHardKeyboardStatus(boolean available, boolean enabled) {}
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2979: error: <identifier> expected
- public void setHardKeyboardStatus(boolean available, boolean enabled) {}
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2979: error: not a statement
- public void setHardKeyboardStatus(boolean available, boolean enabled) {}
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2979: error: ';' expected
- public void setHardKeyboardStatus(boolean available, boolean enabled) {}
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2982: error: ';' expected
- protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2982: error: ';' expected
- protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2982: error: not a statement
- protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2982: error: ';' expected
- protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2982: error: ';' expected
- protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3004: error: illegal start of expression
- private class MyTicker extends Ticker {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3057: error: illegal start of expression
- private Animation loadAnim(int id, Animation.AnimationListener listener) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3057: error: ';' expected
- private Animation loadAnim(int id, Animation.AnimationListener listener) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3057: error: ';' expected
- private Animation loadAnim(int id, Animation.AnimationListener listener) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3057: error: ';' expected
- private Animation loadAnim(int id, Animation.AnimationListener listener) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3066: error: ';' expected
- public void createAndAddWindows() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3070: error: illegal start of expression
- private void addStatusBarWindow() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3070: error: illegal start of expression
- private void addStatusBarWindow() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3070: error: ';' expected
- private void addStatusBarWindow() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3096: error: illegal start of expression
- void setNotificationIconVisibility(boolean visible, int anim) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3096: error: ';' expected
- void setNotificationIconVisibility(boolean visible, int anim) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3096: error: <identifier> expected
- void setNotificationIconVisibility(boolean visible, int anim) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3096: error: not a statement
- void setNotificationIconVisibility(boolean visible, int anim) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3096: error: ';' expected
- void setNotificationIconVisibility(boolean visible, int anim) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3105: error: illegal start of expression
- void updateExpandedInvisiblePosition() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3105: error: ';' expected
- void updateExpandedInvisiblePosition() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3109: error: illegal start of expression
- static final float saturate(float a) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3109: error: ';' expected
- static final float saturate(float a) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3109: error: ';' expected
- static final float saturate(float a) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3114: error: ';' expected
- protected int getExpandedViewMaxHeight() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3119: error: ';' expected
- protected boolean isNotificationPanelFullyVisible() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3124: error: ';' expected
- public void updateExpandedViewPos(int thingy) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3124: error: ';' expected
- public void updateExpandedViewPos(int thingy) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3147: error: illegal start of expression
- void updateDisplaySize() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3147: error: ';' expected
- void updateDisplaySize() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3155: error: illegal start of expression
- private View.OnClickListener mClearButtonListener = new View.OnClickListener() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3210: error: illegal start of expression
- public void startActivityDismissingKeyguard(Intent intent, boolean onlyProvisioned) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3210: error: illegal start of expression
- public void startActivityDismissingKeyguard(Intent intent, boolean onlyProvisioned) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3210: error: ';' expected
- public void startActivityDismissingKeyguard(Intent intent, boolean onlyProvisioned) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3210: error: <identifier> expected
- public void startActivityDismissingKeyguard(Intent intent, boolean onlyProvisioned) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3210: error: not a statement
- public void startActivityDismissingKeyguard(Intent intent, boolean onlyProvisioned) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3210: error: ';' expected
- public void startActivityDismissingKeyguard(Intent intent, boolean onlyProvisioned) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3222: error: illegal start of expression
- private View.OnClickListener mSettingsButtonListener = new View.OnClickListener() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3247: error: illegal start of expression
- private View.OnClickListener mHaloButtonListener = new View.OnClickListener() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3259: error: illegal start of expression
- private View.OnClickListener mClockClickListener = new View.OnClickListener() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3282: error: illegal start of expression
- private View.OnLongClickListener mClockLongClickListener = new View.OnLongClickListener() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3291: error: illegal start of expression
- private View.OnClickListener mWeatherPanelListener = new View.OnClickListener() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3299: error: illegal start of expression
- private View.OnLongClickListener mWeatherPanelLongClickListener = new View.OnLongClickListener() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3308: error: illegal start of expression
- private View.OnClickListener mNotificationButtonListener = new View.OnClickListener() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3314: error: illegal start of expression
- private BroadcastReceiver mBroadcastReceiver = new BroadcastReceiver() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3377: error: ';' expected
- public void userSwitched(int newUserId) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3377: error: ';' expected
- public void userSwitched(int newUserId) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3384: error: illegal start of expression
- private void resetUserSetupObserver() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3384: error: illegal start of expression
- private void resetUserSetupObserver() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3384: error: ';' expected
- private void resetUserSetupObserver() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3393: error: illegal start of expression
- private void setIntruderAlertVisibility(boolean vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3393: error: illegal start of expression
- private void setIntruderAlertVisibility(boolean vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3393: error: ';' expected
- private void setIntruderAlertVisibility(boolean vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3393: error: ';' expected
- private void setIntruderAlertVisibility(boolean vis) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3401: error: illegal start of expression
- public void dismissIntruder() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3401: error: illegal start of expression
- public void dismissIntruder() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3401: error: ';' expected
- public void dismissIntruder() {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3414: error: illegal start of expression
- private static void copyNotifications(ArrayList<Pair<IBinder, StatusBarNotification>> dest,
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3414: error: illegal start of expression
- private static void copyNotifications(ArrayList<Pair<IBinder, StatusBarNotification>> dest,
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3414: error: ';' expected
- private static void copyNotifications(ArrayList<Pair<IBinder, StatusBarNotification>> dest,
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3415: error: ')' expected
- NotificationData source) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3415: error: illegal start of expression
- NotificationData source) {
- ^
- frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3415: error: ';' expected
- NotificationData source) {
- ^
- Note: Some input files use or override a deprecated API.
- Note: Recompile with -Xlint:deprecation for details.
- 355 errors
Advertisement
Add Comment
Please, Sign In to add comment