Nick0703

Untitled

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