Nick0703

Untitled

Oct 23rd, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 75.80 KB | None | 0 0
  1. Warning: AndroidManifest.xml already defines targetSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
  2. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:900: error: <identifier> expected
  3.             mCarrierLabel = (TextView)mStatusBarWindow.findViewById(R.id.carrier_label);
  4.                          ^
  5. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:901: error: <identifier> expected
  6.             mShowCarrierInPanel = (mCarrierLabel != null);
  7.                                ^
  8. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:902: error: illegal start of type
  9.             if (DEBUG) Slog.v(TAG, "carrierlabel=" + mCarrierLabel + " show=" +
  10.             ^
  11. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:902: error: <identifier> expected
  12.             if (DEBUG) Slog.v(TAG, "carrierlabel=" + mCarrierLabel + " show=" +
  13.                      ^
  14. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:902: error: ';' expected
  15.             if (DEBUG) Slog.v(TAG, "carrierlabel=" + mCarrierLabel + " show=" +
  16.                       ^
  17. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:904: error: illegal start of type
  18.             if (mShowCarrierInPanel) {
  19.             ^
  20. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:904: error: <identifier> expected
  21.             if (mShowCarrierInPanel) {
  22.                                    ^
  23. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:923: error: ')' expected
  24.         };
  25.          ^
  26. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1061: error: ';' expected
  27.     protected View getStatusBarView() {
  28.                                    ^
  29. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1066: error: ';' expected
  30.     public QuickSettingsContainerView getQuickSettingsPanel() {
  31.                                                            ^
  32. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1071: error: ';' expected
  33.     protected WindowManager.LayoutParams getRecentsLayoutParams(LayoutParams layoutParams) {
  34.                                                                ^
  35. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1071: error: ';' expected
  36.     protected WindowManager.LayoutParams getRecentsLayoutParams(LayoutParams layoutParams) {
  37.                                                                                          ^
  38. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1096: error: ';' expected
  39.     protected WindowManager.LayoutParams getSearchLayoutParams(LayoutParams layoutParams) {
  40.                                                               ^
  41. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1096: error: ';' expected
  42.     protected WindowManager.LayoutParams getSearchLayoutParams(LayoutParams layoutParams) {
  43.                                                                                         ^
  44. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1118: error: illegal start of expression
  45.     void onBarViewDetached() {
  46.     ^
  47. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1118: error: ';' expected
  48.     void onBarViewDetached() {
  49.                           ^
  50. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1123: error: ';' expected
  51.     public void toggleNotificationShade() {
  52.                                        ^
  53. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1131: error: ';' expected
  54.     protected void updateSearchPanel() {
  55.                                     ^
  56. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1138: error: ';' expected
  57.     public void showSearchPanel() {
  58.                                ^
  59. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1152: error: ';' expected
  60.     public void hideSearchPanel() {
  61.                                ^
  62. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1160: error: illegal start of expression
  63.     protected int getStatusBarGravity() {
  64.     ^
  65. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1160: error: ';' expected
  66.     protected int getStatusBarGravity() {
  67.                                      ^
  68. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1164: error: illegal start of expression
  69.     public int getStatusBarHeight() {
  70.     ^
  71. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1164: error: ';' expected
  72.     public int getStatusBarHeight() {
  73.                                  ^
  74. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1173: error: illegal start of expression
  75.     private View.OnClickListener mRecentsClickListener = new View.OnClickListener() {
  76.     ^
  77. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1184: error: illegal start of expression
  78.     private int mShowSearchHoldoff = 0;
  79.     ^
  80. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1185: error: illegal start of expression
  81.     private Runnable mShowSearchPanel = new Runnable() {
  82.     ^
  83. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1212: error: illegal start of expression
  84.     private void awakenDreams() {
  85.     ^
  86. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1212: error: illegal start of expression
  87.     private void awakenDreams() {
  88.             ^
  89. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1212: error: ';' expected
  90.     private void awakenDreams() {
  91.                              ^
  92. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1237: error: illegal start of expression
  93.     private void setupAutoHide(){
  94.     ^
  95. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1237: error: illegal start of expression
  96.     private void setupAutoHide(){
  97.             ^
  98. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1237: error: ';' expected
  99.     private void setupAutoHide(){
  100.                               ^
  101. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1247: error: illegal start of expression
  102.     private Runnable delayHide = new Runnable() {
  103.     ^
  104. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1253: error: illegal start of expression
  105.     private void showNavBar(){
  106.     ^
  107. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1253: error: illegal start of expression
  108.     private void showNavBar(){
  109.             ^
  110. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1253: error: ';' expected
  111.     private void showNavBar(){
  112.                            ^
  113. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1273: error: illegal start of expression
  114.     private void hideNavBar() {
  115.     ^
  116. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1273: error: illegal start of expression
  117.     private void hideNavBar() {
  118.             ^
  119. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1273: error: ';' expected
  120.     private void hideNavBar() {
  121.                            ^
  122. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1294: error: illegal start of expression
  123.     private void disableAutoHide(){
  124.     ^
  125. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1294: error: illegal start of expression
  126.     private void disableAutoHide(){
  127.             ^
  128. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1294: error: ';' expected
  129.     private void disableAutoHide(){
  130.                                 ^
  131. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1309: error: ';' expected
  132.     public void setSearchLightOn(boolean on) {
  133.                                 ^
  134. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1309: error: ';' expected
  135.     public void setSearchLightOn(boolean on) {
  136.                                            ^
  137. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1322: error: ';' expected
  138.     protected void showBar(boolean showSearch){
  139.                           ^
  140. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1322: error: ';' expected
  141.     protected void showBar(boolean showSearch){
  142.                                              ^
  143. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1331: error: ';' expected
  144.     protected void onBarTouchEvent(MotionEvent ev){
  145.                                   ^
  146. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1331: error: ';' expected
  147.     protected void onBarTouchEvent(MotionEvent ev){
  148.                                                  ^
  149. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1339: error: illegal start of expression
  150.     private void updateStatusBarVisibility(boolean any) {
  151.     ^
  152. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1339: error: illegal start of expression
  153.     private void updateStatusBarVisibility(boolean any) {
  154.             ^
  155. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1339: error: ';' expected
  156.     private void updateStatusBarVisibility(boolean any) {
  157.                                           ^
  158. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1339: error: ';' expected
  159.     private void updateStatusBarVisibility(boolean any) {
  160.                                                       ^
  161. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1362: error: illegal start of expression
  162.     private void prepareNavigationBarView() {
  163.     ^
  164. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1362: error: illegal start of expression
  165.     private void prepareNavigationBarView() {
  166.             ^
  167. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1362: error: ';' expected
  168.     private void prepareNavigationBarView() {
  169.                                          ^
  170. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1376: error: illegal start of expression
  171.     private void addNavigationBar() {
  172.     ^
  173. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1376: error: illegal start of expression
  174.     private void addNavigationBar() {
  175.             ^
  176. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1376: error: ';' expected
  177.     private void addNavigationBar() {
  178.                                  ^
  179. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1385: error: illegal start of expression
  180.     private void repositionNavigationBar() {
  181.     ^
  182. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1385: error: illegal start of expression
  183.     private void repositionNavigationBar() {
  184.             ^
  185. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1385: error: ';' expected
  186.     private void repositionNavigationBar() {
  187.                                         ^
  188. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1399: error: illegal start of expression
  189.     private void notifyNavigationBarScreenOn(boolean screenOn) {
  190.     ^
  191. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1399: error: illegal start of expression
  192.     private void notifyNavigationBarScreenOn(boolean screenOn) {
  193.             ^
  194. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1399: error: ';' expected
  195.     private void notifyNavigationBarScreenOn(boolean screenOn) {
  196.                                             ^
  197. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1399: error: ';' expected
  198.     private void notifyNavigationBarScreenOn(boolean screenOn) {
  199.                                                              ^
  200. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1404: error: illegal start of expression
  201.     private WindowManager.LayoutParams getNavigationBarLayoutParams() {
  202.     ^
  203. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1404: error: ';' expected
  204.     private WindowManager.LayoutParams getNavigationBarLayoutParams() {
  205.                                                                    ^
  206. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1421: error: illegal start of expression
  207.     private void addIntruderView() {
  208.     ^
  209. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1421: error: illegal start of expression
  210.     private void addIntruderView() {
  211.             ^
  212. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1421: error: ';' expected
  213.     private void addIntruderView() {
  214.                                 ^
  215. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1443: error: illegal start of expression
  216.     public void refreshAllStatusBarIcons() {
  217.     ^
  218. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1443: error: illegal start of expression
  219.     public void refreshAllStatusBarIcons() {
  220.            ^
  221. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1443: error: ';' expected
  222.     public void refreshAllStatusBarIcons() {
  223.                                         ^
  224. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1448: error: illegal start of expression
  225.     private void refreshAllIconsForLayout(LinearLayout ll) {
  226.     ^
  227. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1448: error: illegal start of expression
  228.     private void refreshAllIconsForLayout(LinearLayout ll) {
  229.             ^
  230. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1448: error: ';' expected
  231.     private void refreshAllIconsForLayout(LinearLayout ll) {
  232.                                          ^
  233. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1448: error: ';' expected
  234.     private void refreshAllIconsForLayout(LinearLayout ll) {
  235.                                                          ^
  236. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1459: error: ';' expected
  237.     public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) {
  238.                        ^
  239. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1459: error: <identifier> expected
  240.     public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) {
  241.                                     ^
  242. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1459: error: not a statement
  243.     public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) {
  244.                                          ^
  245. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1459: error: ';' expected
  246.     public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) {
  247.                                               ^
  248. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1459: error: ';' expected
  249.     public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) {
  250.                                                                             ^
  251. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1459: error: not a statement
  252.     public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) {
  253.                                                                              ^
  254. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1459: error: ';' expected
  255.     public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) {
  256.                                                                                  ^
  257. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1475: error: illegal start of expression
  258.     public void updateIcon(String slot, int index, int viewIndex,
  259.     ^
  260. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1475: error: illegal start of expression
  261.     public void updateIcon(String slot, int index, int viewIndex,
  262.            ^
  263. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1475: error: ';' expected
  264.     public void updateIcon(String slot, int index, int viewIndex,
  265.                           ^
  266. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1475: error: <identifier> expected
  267.     public void updateIcon(String slot, int index, int viewIndex,
  268.                                        ^
  269. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1475: error: not a statement
  270.     public void updateIcon(String slot, int index, int viewIndex,
  271.                                             ^
  272. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1475: error: ';' expected
  273.     public void updateIcon(String slot, int index, int viewIndex,
  274.                                                  ^
  275. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1476: error: ';' expected
  276.             StatusBarIcon old, StatusBarIcon icon) {
  277.                          ^
  278. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1476: error: not a statement
  279.             StatusBarIcon old, StatusBarIcon icon) {
  280.                           ^
  281. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1476: error: ';' expected
  282.             StatusBarIcon old, StatusBarIcon icon) {
  283.                              ^
  284. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1476: error: ';' expected
  285.             StatusBarIcon old, StatusBarIcon icon) {
  286.                                                  ^
  287. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1491: error: illegal start of expression
  288.     public void removeIcon(String slot, int index, int viewIndex) {
  289.     ^
  290. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1491: error: illegal start of expression
  291.     public void removeIcon(String slot, int index, int viewIndex) {
  292.            ^
  293. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1491: error: ';' expected
  294.     public void removeIcon(String slot, int index, int viewIndex) {
  295.                           ^
  296. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1491: error: <identifier> expected
  297.     public void removeIcon(String slot, int index, int viewIndex) {
  298.                                        ^
  299. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1491: error: not a statement
  300.     public void removeIcon(String slot, int index, int viewIndex) {
  301.                                             ^
  302. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1491: error: ';' expected
  303.     public void removeIcon(String slot, int index, int viewIndex) {
  304.                                                  ^
  305. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1491: error: ';' expected
  306.     public void removeIcon(String slot, int index, int viewIndex) {
  307.                                                                 ^
  308. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1496: error: illegal start of expression
  309.     public void addNotification(IBinder key, StatusBarNotification notification) {
  310.     ^
  311. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1496: error: illegal start of expression
  312.     public void addNotification(IBinder key, StatusBarNotification notification) {
  313.            ^
  314. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1496: error: ';' expected
  315.     public void addNotification(IBinder key, StatusBarNotification notification) {
  316.                                ^
  317. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1496: error: ';' expected
  318.     public void addNotification(IBinder key, StatusBarNotification notification) {
  319.                                                                   ^
  320. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1496: error: not a statement
  321.     public void addNotification(IBinder key, StatusBarNotification notification) {
  322.                                                                    ^
  323. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1496: error: ';' expected
  324.     public void addNotification(IBinder key, StatusBarNotification notification) {
  325.                                                                                ^
  326. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1571: error: illegal start of expression
  327.     public void removeNotification(IBinder key) {
  328.     ^
  329. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1571: error: illegal start of expression
  330.     public void removeNotification(IBinder key) {
  331.            ^
  332. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1571: error: ';' expected
  333.     public void removeNotification(IBinder key) {
  334.                                   ^
  335. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1571: error: ';' expected
  336.     public void removeNotification(IBinder key) {
  337.                                               ^
  338. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1603: error: ';' expected
  339.     protected void refreshLayout(int layoutDirection) {
  340.                                 ^
  341. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1603: error: ';' expected
  342.     protected void refreshLayout(int layoutDirection) {
  343.                                                     ^
  344. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1629: error: illegal start of expression
  345.     private void updateShowSearchHoldoff() {
  346.     ^
  347. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1629: error: illegal start of expression
  348.     private void updateShowSearchHoldoff() {
  349.             ^
  350. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1629: error: ';' expected
  351.     private void updateShowSearchHoldoff() {
  352.                                         ^
  353. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1634: error: illegal start of expression
  354.     private void loadNotificationShade() {
  355.     ^
  356. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1634: error: illegal start of expression
  357.     private void loadNotificationShade() {
  358.             ^
  359. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1634: error: ';' expected
  360.     private void loadNotificationShade() {
  361.                                       ^
  362. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1678: error: ';' expected
  363.     protected void updateNotificationIcons() {
  364.                                           ^
  365. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1724: error: illegal start of expression
  366.     protected void updateCarrierAndWifiLabelVisibility(boolean force) {
  367.     ^
  368. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1724: error: illegal start of expression
  369.     protected void updateCarrierAndWifiLabelVisibility(boolean force) {
  370.               ^
  371. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1724: error: ';' expected
  372.     protected void updateCarrierAndWifiLabelVisibility(boolean force) {
  373.                                                       ^
  374. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1724: error: ';' expected
  375.     protected void updateCarrierAndWifiLabelVisibility(boolean force) {
  376.                                                                     ^
  377. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1774: error: illegal start of expression
  378.     protected void updateNotificationShortcutsVisibility(boolean vis, boolean instant) {
  379.     ^
  380. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1774: error: illegal start of expression
  381.     protected void updateNotificationShortcutsVisibility(boolean vis, boolean instant) {
  382.               ^
  383. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1774: error: ';' expected
  384.     protected void updateNotificationShortcutsVisibility(boolean vis, boolean instant) {
  385.                                                         ^
  386. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1774: error: <identifier> expected
  387.     protected void updateNotificationShortcutsVisibility(boolean vis, boolean instant) {
  388.                                                                      ^
  389. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1774: error: not a statement
  390.     protected void updateNotificationShortcutsVisibility(boolean vis, boolean instant) {
  391.                                                                               ^
  392. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1774: error: ';' expected
  393.     protected void updateNotificationShortcutsVisibility(boolean vis, boolean instant) {
  394.                                                                                      ^
  395. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1810: error: ';' expected
  396.     boolean hasClearableNotifications() {
  397.                                      ^
  398. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1814: error: illegal start of expression
  399.     protected void updateNotificationShortcutsVisibility(boolean vis) {
  400.     ^
  401. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1814: error: illegal start of expression
  402.     protected void updateNotificationShortcutsVisibility(boolean vis) {
  403.               ^
  404. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1814: error: ';' expected
  405.     protected void updateNotificationShortcutsVisibility(boolean vis) {
  406.                                                         ^
  407. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1814: error: ';' expected
  408.     protected void updateNotificationShortcutsVisibility(boolean vis) {
  409.                                                                     ^
  410. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1819: error: ';' expected
  411.     protected void setAreThereNotifications() {
  412.                                            ^
  413. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1892: error: illegal start of expression
  414.     public void disable(int state) {
  415.     ^
  416. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1892: error: illegal start of expression
  417.     public void disable(int state) {
  418.            ^
  419. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1892: error: ';' expected
  420.     public void disable(int state) {
  421.                        ^
  422. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:1892: error: ';' expected
  423.     public void disable(int state) {
  424.                                  ^
  425. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2010: error: ';' expected
  426.     protected BaseStatusBar.H createHandler() {
  427.                                            ^
  428. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2017: error: illegal start of expression
  429.     private class H extends BaseStatusBar.H {
  430.     ^
  431. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2041: error: illegal start of expression
  432.     public Handler getHandler() {
  433.     ^
  434. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2041: error: ';' expected
  435.     public Handler getHandler() {
  436.                              ^
  437. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2053: error: illegal start of expression
  438.     void makeExpandedVisible(boolean revealAfterDraw) {
  439.     ^
  440. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2053: error: ';' expected
  441.     void makeExpandedVisible(boolean revealAfterDraw) {
  442.                             ^
  443. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2053: error: ';' expected
  444.     void makeExpandedVisible(boolean revealAfterDraw) {
  445.                                                     ^
  446. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2085: error: illegal start of expression
  447.     public void animateCollapsePanels() {
  448.     ^
  449. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2085: error: illegal start of expression
  450.     public void animateCollapsePanels() {
  451.            ^
  452. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2085: error: ';' expected
  453.     public void animateCollapsePanels() {
  454.                                      ^
  455. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2090: error: ';' expected
  456.     public void animateCollapsePanels(int flags) {
  457.                                      ^
  458. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2090: error: ';' expected
  459.     public void animateCollapsePanels(int flags) {
  460.                                                ^
  461. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2112: error: illegal start of expression
  462.     public ViewPropertyAnimator setVisibilityWhenDone(
  463.     ^
  464. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2112: error: ';' expected
  465.     public ViewPropertyAnimator setVisibilityWhenDone(
  466.                                                      ^
  467. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2113: error: <identifier> expected
  468.             final ViewPropertyAnimator a, final View v, final int vis) {
  469.                                          ^
  470. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2113: error: <identifier> expected
  471.             final ViewPropertyAnimator a, final View v, final int vis) {
  472.                                                        ^
  473. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2113: error: ';' expected
  474.             final ViewPropertyAnimator a, final View v, final int vis) {
  475.                                                                      ^
  476. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2124: error: illegal start of expression
  477.     public Animator setVisibilityWhenDone(
  478.     ^
  479. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2124: error: ';' expected
  480.     public Animator setVisibilityWhenDone(
  481.                                          ^
  482. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2125: error: <identifier> expected
  483.             final Animator a, final View v, final int vis) {
  484.                              ^
  485. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2125: error: <identifier> expected
  486.             final Animator a, final View v, final int vis) {
  487.                                            ^
  488. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2125: error: ';' expected
  489.             final Animator a, final View v, final int vis) {
  490.                                                          ^
  491. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2135: error: illegal start of expression
  492.     public Animator setVisibilityWhenDone(
  493.     ^
  494. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2135: error: ';' expected
  495.     public Animator setVisibilityWhenDone(
  496.                                          ^
  497. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2136: error: <identifier> expected
  498.             final Animator a, final View v, final int vis, final View v2, final int vis2) {
  499.                              ^
  500. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2136: error: <identifier> expected
  501.             final Animator a, final View v, final int vis, final View v2, final int vis2) {
  502.                                            ^
  503. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2136: error: <identifier> expected
  504.             final Animator a, final View v, final int vis, final View v2, final int vis2) {
  505.                                                           ^
  506. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2136: error: <identifier> expected
  507.             final Animator a, final View v, final int vis, final View v2, final int vis2) {
  508.                                                                          ^
  509. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2136: error: ';' expected
  510.             final Animator a, final View v, final int vis, final View v2, final int vis2) {
  511.                                                                                         ^
  512. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2147: error: illegal start of expression
  513.     public Animator setVisibilityOnStart(
  514.     ^
  515. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2147: error: ';' expected
  516.     public Animator setVisibilityOnStart(
  517.                                         ^
  518. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2148: error: <identifier> expected
  519.             final Animator a, final View v, final int vis) {
  520.                              ^
  521. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2148: error: <identifier> expected
  522.             final Animator a, final View v, final int vis) {
  523.                                            ^
  524. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2148: error: ';' expected
  525.             final Animator a, final View v, final int vis) {
  526.                                                          ^
  527. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2158: error: illegal start of expression
  528.     public Animator interpolator(TimeInterpolator ti, Animator a) {
  529.     ^
  530. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2158: error: ';' expected
  531.     public Animator interpolator(TimeInterpolator ti, Animator a) {
  532.                                 ^
  533. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2158: error: ';' expected
  534.     public Animator interpolator(TimeInterpolator ti, Animator a) {
  535.                                                               ^
  536. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2158: error: not a statement
  537.     public Animator interpolator(TimeInterpolator ti, Animator a) {
  538.                                                                ^
  539. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2158: error: ';' expected
  540.     public Animator interpolator(TimeInterpolator ti, Animator a) {
  541.                                                                 ^
  542. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2163: error: illegal start of expression
  543.     public Animator startDelay(int d, Animator a) {
  544.     ^
  545. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2163: error: ';' expected
  546.     public Animator startDelay(int d, Animator a) {
  547.                               ^
  548. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2163: error: ';' expected
  549.     public Animator startDelay(int d, Animator a) {
  550.                                               ^
  551. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2163: error: not a statement
  552.     public Animator startDelay(int d, Animator a) {
  553.                                                ^
  554. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2163: error: ';' expected
  555.     public Animator startDelay(int d, Animator a) {
  556.                                                 ^
  557. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2168: error: illegal start of expression
  558.     public Animator start(Animator a) {
  559.     ^
  560. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2168: error: ';' expected
  561.     public Animator start(Animator a) {
  562.                          ^
  563. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2168: error: ';' expected
  564.     public Animator start(Animator a) {
  565.                                     ^
  566. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2183: error: ';' expected
  567.     public void animateExpandNotificationsPanel() {
  568.                                                ^
  569. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2197: error: illegal start of expression
  570.     public void flipToNotifications() {
  571.     ^
  572. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2197: error: illegal start of expression
  573.     public void flipToNotifications() {
  574.            ^
  575. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2197: error: ';' expected
  576.     public void flipToNotifications() {
  577.                                    ^
  578. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2266: error: ';' expected
  579.     public void animateExpandSettingsPanel() {
  580.                                           ^
  581. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2287: error: illegal start of expression
  582.     public void updateRibbonTargets() {
  583.     ^
  584. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2287: error: illegal start of expression
  585.     public void updateRibbonTargets() {
  586.            ^
  587. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2287: error: ';' expected
  588.     public void updateRibbonTargets() {
  589.                                    ^
  590. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2341: error: illegal start of expression
  591.     public void updateRibbon() {
  592.     ^
  593. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2341: error: illegal start of expression
  594.     public void updateRibbon() {
  595.            ^
  596. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2341: error: ';' expected
  597.     public void updateRibbon() {
  598.                             ^
  599. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2348: error: illegal start of expression
  600.     public void updateRibbon(boolean settings) {
  601.     ^
  602. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2348: error: illegal start of expression
  603.     public void updateRibbon(boolean settings) {
  604.            ^
  605. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2348: error: ';' expected
  606.     public void updateRibbon(boolean settings) {
  607.                             ^
  608. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2348: error: ';' expected
  609.     public void updateRibbon(boolean settings) {
  610.                                              ^
  611. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2360: error: illegal start of expression
  612.     public void switchToSettings() {
  613.     ^
  614. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2360: error: illegal start of expression
  615.     public void switchToSettings() {
  616.            ^
  617. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2360: error: ';' expected
  618.     public void switchToSettings() {
  619.                                 ^
  620. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2381: error: illegal start of expression
  621.     public boolean isShowingSettings() {
  622.     ^
  623. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2381: error: ';' expected
  624.     public boolean isShowingSettings() {
  625.                                     ^
  626. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2388: error: illegal start of expression
  627.     public void completePartialFlip() {
  628.     ^
  629. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2388: error: illegal start of expression
  630.     public void completePartialFlip() {
  631.            ^
  632. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2388: error: ';' expected
  633.     public void completePartialFlip() {
  634.                                    ^
  635. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2398: error: illegal start of expression
  636.     public void partialFlip(float progress) {
  637.     ^
  638. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2398: error: illegal start of expression
  639.     public void partialFlip(float progress) {
  640.            ^
  641. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2398: error: ';' expected
  642.     public void partialFlip(float progress) {
  643.                            ^
  644. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2398: error: ';' expected
  645.     public void partialFlip(float progress) {
  646.                                           ^
  647. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2436: error: illegal start of expression
  648.     public void flipToSettings() {
  649.     ^
  650. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2436: error: illegal start of expression
  651.     public void flipToSettings() {
  652.            ^
  653. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2436: error: ';' expected
  654.     public void flipToSettings() {
  655.                               ^
  656. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2518: error: illegal start of expression
  657.     public void flipPanels() {
  658.     ^
  659. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2518: error: illegal start of expression
  660.     public void flipPanels() {
  661.            ^
  662. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2518: error: ';' expected
  663.     public void flipPanels() {
  664.                           ^
  665. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2528: error: illegal start of expression
  666.     public void collapse() {
  667.     ^
  668. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2528: error: illegal start of expression
  669.     public void collapse() {
  670.            ^
  671. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2528: error: ';' expected
  672.     public void collapse() {
  673.                         ^
  674. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2532: error: illegal start of expression
  675.     public void animateCollapseQuickSettings() {
  676.     ^
  677. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2532: error: illegal start of expression
  678.     public void animateCollapseQuickSettings() {
  679.            ^
  680. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2532: error: ';' expected
  681.     public void animateCollapseQuickSettings() {
  682.                                             ^
  683. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2536: error: illegal start of expression
  684.     void makeExpandedInvisibleSoon() {
  685.     ^
  686. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2536: error: ';' expected
  687.     void makeExpandedInvisibleSoon() {
  688.                                   ^
  689. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2540: error: illegal start of expression
  690.     void makeExpandedInvisible() {
  691.     ^
  692. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2540: error: ';' expected
  693.     void makeExpandedInvisible() {
  694.                               ^
  695. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2611: error: illegal start of expression
  696.     private void setPileLayers(int layerType) {
  697.     ^
  698. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2611: error: illegal start of expression
  699.     private void setPileLayers(int layerType) {
  700.             ^
  701. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2611: error: ';' expected
  702.     private void setPileLayers(int layerType) {
  703.                               ^
  704. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2611: error: ';' expected
  705.     private void setPileLayers(int layerType) {
  706.                                             ^
  707. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2647: error: illegal start of expression
  708.     public boolean isClinging() {
  709.     ^
  710. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2647: error: ';' expected
  711.     public boolean isClinging() {
  712.                              ^
  713. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2651: error: illegal start of expression
  714.     public void hideCling() {
  715.     ^
  716. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2651: error: illegal start of expression
  717.     public void hideCling() {
  718.            ^
  719. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2651: error: ';' expected
  720.     public void hideCling() {
  721.                          ^
  722. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2659: error: illegal start of expression
  723.     public void showCling() {
  724.     ^
  725. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2659: error: illegal start of expression
  726.     public void showCling() {
  727.            ^
  728. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2659: error: ';' expected
  729.     public void showCling() {
  730.                          ^
  731. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2704: error: illegal start of expression
  732.     private void adjustBrightness(int x) {
  733.     ^
  734. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2704: error: illegal start of expression
  735.     private void adjustBrightness(int x) {
  736.             ^
  737. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2704: error: ';' expected
  738.     private void adjustBrightness(int x) {
  739.                                  ^
  740. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2704: error: ';' expected
  741.     private void adjustBrightness(int x) {
  742.                                        ^
  743. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2732: error: illegal start of expression
  744.     private void brightnessControl(MotionEvent event) {
  745.     ^
  746. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2732: error: illegal start of expression
  747.     private void brightnessControl(MotionEvent event) {
  748.             ^
  749. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2732: error: ';' expected
  750.     private void brightnessControl(MotionEvent event) {
  751.                                   ^
  752. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2732: error: ';' expected
  753.     private void brightnessControl(MotionEvent event) {
  754.                                                     ^
  755. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2775: error: illegal start of expression
  756.     public boolean interceptTouchEvent(MotionEvent event) {
  757.     ^
  758. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2775: error: ';' expected
  759.     public boolean interceptTouchEvent(MotionEvent event) {
  760.                                       ^
  761. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2775: error: ';' expected
  762.     public boolean interceptTouchEvent(MotionEvent event) {
  763.                                                         ^
  764. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2826: error: illegal start of expression
  765.     public GestureRecorder getGestureRecorder() {
  766.     ^
  767. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2826: error: ';' expected
  768.     public GestureRecorder getGestureRecorder() {
  769.                                              ^
  770. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2831: error: ';' expected
  771.     public void setNavigationIconHints(int hints) {
  772.                                       ^
  773. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2831: error: ';' expected
  774.     public void setNavigationIconHints(int hints) {
  775.                                                 ^
  776. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2843: error: ';' expected
  777.     public void setSystemUiVisibility(int vis, int mask) {
  778.                                      ^
  779. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2843: error: <identifier> expected
  780.     public void setSystemUiVisibility(int vis, int mask) {
  781.                                               ^
  782. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2843: error: not a statement
  783.     public void setSystemUiVisibility(int vis, int mask) {
  784.                                                    ^
  785. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2843: error: ';' expected
  786.     public void setSystemUiVisibility(int vis, int mask) {
  787.                                                        ^
  788. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2871: error: illegal start of expression
  789.     private void setStatusBarLowProfile(boolean lightsOut) {
  790.     ^
  791. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2871: error: illegal start of expression
  792.     private void setStatusBarLowProfile(boolean lightsOut) {
  793.             ^
  794. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2871: error: ';' expected
  795.     private void setStatusBarLowProfile(boolean lightsOut) {
  796.                                        ^
  797. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2871: error: ';' expected
  798.     private void setStatusBarLowProfile(boolean lightsOut) {
  799.                                                          ^
  800. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2923: error: illegal start of expression
  801.     public boolean areLightsOn() {
  802.     ^
  803. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2923: error: ';' expected
  804.     public boolean areLightsOn() {
  805.                               ^
  806. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2927: error: illegal start of expression
  807.     public void setLightsOn(boolean on) {
  808.     ^
  809. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2927: error: illegal start of expression
  810.     public void setLightsOn(boolean on) {
  811.            ^
  812. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2927: error: ';' expected
  813.     public void setLightsOn(boolean on) {
  814.                            ^
  815. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2927: error: ';' expected
  816.     public void setLightsOn(boolean on) {
  817.                                       ^
  818. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2936: error: illegal start of expression
  819.     private void notifyUiVisibilityChanged() {
  820.     ^
  821. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2936: error: illegal start of expression
  822.     private void notifyUiVisibilityChanged() {
  823.             ^
  824. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2936: error: ';' expected
  825.     private void notifyUiVisibilityChanged() {
  826.                                           ^
  827. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2943: error: illegal start of expression
  828.     public void setNavigationBarLightsOn(boolean on, boolean force) {
  829.     ^
  830. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2943: error: illegal start of expression
  831.     public void setNavigationBarLightsOn(boolean on, boolean force) {
  832.            ^
  833. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2943: error: ';' expected
  834.     public void setNavigationBarLightsOn(boolean on, boolean force) {
  835.                                         ^
  836. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2943: error: <identifier> expected
  837.     public void setNavigationBarLightsOn(boolean on, boolean force) {
  838.                                                     ^
  839. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2943: error: not a statement
  840.     public void setNavigationBarLightsOn(boolean on, boolean force) {
  841.                                                              ^
  842. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2943: error: ';' expected
  843.     public void setNavigationBarLightsOn(boolean on, boolean force) {
  844.                                                                   ^
  845. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2948: error: ';' expected
  846.     public void topAppWindowChanged(boolean showMenu) {
  847.                                    ^
  848. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2948: error: ';' expected
  849.     public void topAppWindowChanged(boolean showMenu) {
  850.                                                     ^
  851. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2964: error: ';' expected
  852.     public void setImeWindowStatus(IBinder token, int vis, int backDisposition) {
  853.                                   ^
  854. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2964: error: <identifier> expected
  855.     public void setImeWindowStatus(IBinder token, int vis, int backDisposition) {
  856.                                                  ^
  857. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2964: error: not a statement
  858.     public void setImeWindowStatus(IBinder token, int vis, int backDisposition) {
  859.                                                       ^
  860. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2964: error: ';' expected
  861.     public void setImeWindowStatus(IBinder token, int vis, int backDisposition) {
  862.                                                          ^
  863. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2964: error: ';' expected
  864.     public void setImeWindowStatus(IBinder token, int vis, int backDisposition) {
  865.                                                                               ^
  866. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2979: error: ';' expected
  867.     public void setHardKeyboardStatus(boolean available, boolean enabled) {}
  868.                                      ^
  869. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2979: error: <identifier> expected
  870.     public void setHardKeyboardStatus(boolean available, boolean enabled) {}
  871.                                                         ^
  872. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2979: error: not a statement
  873.     public void setHardKeyboardStatus(boolean available, boolean enabled) {}
  874.                                                                  ^
  875. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2979: error: ';' expected
  876.     public void setHardKeyboardStatus(boolean available, boolean enabled) {}
  877.                                                                         ^
  878. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2982: error: ';' expected
  879.     protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) {
  880.                        ^
  881. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2982: error: ';' expected
  882.     protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) {
  883.                                                           ^
  884. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2982: error: not a statement
  885.     protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) {
  886.                                                            ^
  887. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2982: error: ';' expected
  888.     protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) {
  889.                                                             ^
  890. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2982: error: ';' expected
  891.     protected void tick(IBinder key, StatusBarNotification n, boolean firstTime) {
  892.                                                                                ^
  893. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3004: error: illegal start of expression
  894.     private class MyTicker extends Ticker {
  895.     ^
  896. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3057: error: illegal start of expression
  897.     private Animation loadAnim(int id, Animation.AnimationListener listener) {
  898.     ^
  899. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3057: error: ';' expected
  900.     private Animation loadAnim(int id, Animation.AnimationListener listener) {
  901.                               ^
  902. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3057: error: ';' expected
  903.     private Animation loadAnim(int id, Animation.AnimationListener listener) {
  904.                                                 ^
  905. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3057: error: ';' expected
  906.     private Animation loadAnim(int id, Animation.AnimationListener listener) {
  907.                                                                            ^
  908. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3066: error: ';' expected
  909.     public void createAndAddWindows() {
  910.                                    ^
  911. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3070: error: illegal start of expression
  912.     private void addStatusBarWindow() {
  913.     ^
  914. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3070: error: illegal start of expression
  915.     private void addStatusBarWindow() {
  916.             ^
  917. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3070: error: ';' expected
  918.     private void addStatusBarWindow() {
  919.                                    ^
  920. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3096: error: illegal start of expression
  921.     void setNotificationIconVisibility(boolean visible, int anim) {
  922.     ^
  923. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3096: error: ';' expected
  924.     void setNotificationIconVisibility(boolean visible, int anim) {
  925.                                       ^
  926. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3096: error: <identifier> expected
  927.     void setNotificationIconVisibility(boolean visible, int anim) {
  928.                                                        ^
  929. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3096: error: not a statement
  930.     void setNotificationIconVisibility(boolean visible, int anim) {
  931.                                                             ^
  932. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3096: error: ';' expected
  933.     void setNotificationIconVisibility(boolean visible, int anim) {
  934.                                                                 ^
  935. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3105: error: illegal start of expression
  936.     void updateExpandedInvisiblePosition() {
  937.     ^
  938. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3105: error: ';' expected
  939.     void updateExpandedInvisiblePosition() {
  940.                                         ^
  941. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3109: error: illegal start of expression
  942.     static final float saturate(float a) {
  943.     ^
  944. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3109: error: ';' expected
  945.     static final float saturate(float a) {
  946.                                ^
  947. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3109: error: ';' expected
  948.     static final float saturate(float a) {
  949.                                        ^
  950. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3114: error: ';' expected
  951.     protected int getExpandedViewMaxHeight() {
  952.                                           ^
  953. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3119: error: ';' expected
  954.     protected boolean isNotificationPanelFullyVisible() {
  955.                                                      ^
  956. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3124: error: ';' expected
  957.     public void updateExpandedViewPos(int thingy) {
  958.                                      ^
  959. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3124: error: ';' expected
  960.     public void updateExpandedViewPos(int thingy) {
  961.                                                 ^
  962. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3147: error: illegal start of expression
  963.     void updateDisplaySize() {
  964.     ^
  965. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3147: error: ';' expected
  966.     void updateDisplaySize() {
  967.                           ^
  968. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3155: error: illegal start of expression
  969.     private View.OnClickListener mClearButtonListener = new View.OnClickListener() {
  970.     ^
  971. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3210: error: illegal start of expression
  972.     public void startActivityDismissingKeyguard(Intent intent, boolean onlyProvisioned) {
  973.     ^
  974. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3210: error: illegal start of expression
  975.     public void startActivityDismissingKeyguard(Intent intent, boolean onlyProvisioned) {
  976.            ^
  977. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3210: error: ';' expected
  978.     public void startActivityDismissingKeyguard(Intent intent, boolean onlyProvisioned) {
  979.                                                ^
  980. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3210: error: <identifier> expected
  981.     public void startActivityDismissingKeyguard(Intent intent, boolean onlyProvisioned) {
  982.                                                               ^
  983. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3210: error: not a statement
  984.     public void startActivityDismissingKeyguard(Intent intent, boolean onlyProvisioned) {
  985.                                                                        ^
  986. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3210: error: ';' expected
  987.     public void startActivityDismissingKeyguard(Intent intent, boolean onlyProvisioned) {
  988.                                                                                       ^
  989. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3222: error: illegal start of expression
  990.     private View.OnClickListener mSettingsButtonListener = new View.OnClickListener() {
  991.     ^
  992. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3247: error: illegal start of expression
  993.     private View.OnClickListener mHaloButtonListener = new View.OnClickListener() {
  994.     ^
  995. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3259: error: illegal start of expression
  996.     private View.OnClickListener mClockClickListener = new View.OnClickListener() {
  997.     ^
  998. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3282: error: illegal start of expression
  999.     private View.OnLongClickListener mClockLongClickListener = new View.OnLongClickListener() {
  1000.     ^
  1001. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3291: error: illegal start of expression
  1002.     private View.OnClickListener mWeatherPanelListener = new View.OnClickListener() {
  1003.     ^
  1004. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3299: error: illegal start of expression
  1005.     private View.OnLongClickListener mWeatherPanelLongClickListener = new View.OnLongClickListener() {
  1006.     ^
  1007. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3308: error: illegal start of expression
  1008.     private View.OnClickListener mNotificationButtonListener = new View.OnClickListener() {
  1009.     ^
  1010. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3314: error: illegal start of expression
  1011.     private BroadcastReceiver mBroadcastReceiver = new BroadcastReceiver() {
  1012.     ^
  1013. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3377: error: ';' expected
  1014.     public void userSwitched(int newUserId) {
  1015.                             ^
  1016. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3377: error: ';' expected
  1017.     public void userSwitched(int newUserId) {
  1018.                                           ^
  1019. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3384: error: illegal start of expression
  1020.     private void resetUserSetupObserver() {
  1021.     ^
  1022. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3384: error: illegal start of expression
  1023.     private void resetUserSetupObserver() {
  1024.             ^
  1025. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3384: error: ';' expected
  1026.     private void resetUserSetupObserver() {
  1027.                                        ^
  1028. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3393: error: illegal start of expression
  1029.     private void setIntruderAlertVisibility(boolean vis) {
  1030.     ^
  1031. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3393: error: illegal start of expression
  1032.     private void setIntruderAlertVisibility(boolean vis) {
  1033.             ^
  1034. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3393: error: ';' expected
  1035.     private void setIntruderAlertVisibility(boolean vis) {
  1036.                                            ^
  1037. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3393: error: ';' expected
  1038.     private void setIntruderAlertVisibility(boolean vis) {
  1039.                                                        ^
  1040. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3401: error: illegal start of expression
  1041.     public void dismissIntruder() {
  1042.     ^
  1043. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3401: error: illegal start of expression
  1044.     public void dismissIntruder() {
  1045.            ^
  1046. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3401: error: ';' expected
  1047.     public void dismissIntruder() {
  1048.                                ^
  1049. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3414: error: illegal start of expression
  1050.     private static void copyNotifications(ArrayList<Pair<IBinder, StatusBarNotification>> dest,
  1051.     ^
  1052. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3414: error: illegal start of expression
  1053.     private static void copyNotifications(ArrayList<Pair<IBinder, StatusBarNotification>> dest,
  1054.             ^
  1055. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3414: error: ';' expected
  1056.     private static void copyNotifications(ArrayList<Pair<IBinder, StatusBarNotification>> dest,
  1057.                   ^
  1058. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3415: error: ')' expected
  1059.             NotificationData source) {
  1060.                             ^
  1061. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3415: error: illegal start of expression
  1062.             NotificationData source) {
  1063.                                    ^
  1064. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:3415: error: ';' expected
  1065.             NotificationData source) {
  1066.                                     ^
  1067. Note: Some input files use or override a deprecated API.
  1068. Note: Recompile with -Xlint:deprecation for details.
  1069. 355 errors
Advertisement
Add Comment
Please, Sign In to add comment