Nick0703

Untitled

Oct 22nd, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/NetworkController.java:1347: error: cannot find symbol
  2. || mLastEtherIconId != mEtherIconId
  3. ^
  4. symbol: variable mEtherIconId
  5. location: class NetworkController
  6. Note: Some input files use or override a deprecated API.
  7. Note: Recompile with -Xlint:deprecation for details.
  8. Note: Some input files use unchecked or unsafe operations.
  9. Note: Recompile with -Xlint:unchecked for details.
  10. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/SignalClusterView.java:323: error: cannot find symbol
  11. mEther.setImageResource(mEtherIconId);
  12. ^
  13. symbol: variable mEtherIconId
  14. location: class SignalClusterView
  15. You should check if you need to specify additional program jars.
  16. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java:342: error: cannot find symbol
  17. (TextView)mNotificationPanel.findViewById(R.id.mobile_text));
  18. ^
  19. symbol: variable mobile_text
  20. location: class id
  21. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java:358: error: cannot find symbol
  22. (TextView)mNotificationPanel.findViewById(R.id.mobile_text));
  23. ^
  24. symbol: variable mobile_text
  25. location: class id
  26. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:797: error: cannot find symbol
  27. mSignalView = (SignalClusterView) mStatusBarView.findViewById(R.id.signal_cluster);
  28. ^
  29. symbol: variable mSignalView
  30. location: class PhoneStatusBar
  31. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:798: error: cannot find symbol
  32. mSignalTextView = (SignalClusterTextView) mStatusBarView.findViewById(R.id.signal_cluster_text);
  33. ^
  34. symbol: variable mSignalTextView
  35. location: class PhoneStatusBar
  36. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:798: error: cannot find symbol
  37. mSignalTextView = (SignalClusterTextView) mStatusBarView.findViewById(R.id.signal_cluster_text);
  38. ^
  39. symbol: class SignalClusterTextView
  40. location: class PhoneStatusBar
  41. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:798: error: cannot find symbol
  42. mSignalTextView = (SignalClusterTextView) mStatusBarView.findViewById(R.id.signal_cluster_text);
  43. ^
  44. symbol: variable signal_cluster_text
  45. location: class id
  46. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:801: error: cannot find symbol
  47. mSignalView.setNetworkController(mNetworkController);
  48. ^
  49. symbol: variable mSignalView
  50. location: class PhoneStatusBar
  51. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:822: error: cannot find symbol
  52. updateCarrierLabelVisibility(false);
  53. ^
  54. symbol: method updateCarrierLabelVisibility(boolean)
  55. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:869: error: cannot find symbol
  56. updateCarrierLabelVisibility(false);
  57. ^
  58. symbol: method updateCarrierLabelVisibility(boolean)
  59. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:893: error: cannot find symbol
  60. updateCarrierLabelVisibility(false);
  61. ^
  62. symbol: method updateCarrierLabelVisibility(boolean)
  63. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2854: error: cannot find symbol
  64. final View signal2 = mStatusBarView.findViewById(R.id.signal_cluster_text);
  65. ^
  66. symbol: variable signal_cluster_text
  67. location: class id
  68. Note: Some input files use or override a deprecated API.
  69. Note: Recompile with -Xlint:deprecation for details.
  70. Note: Some input files use unchecked or unsafe operations.
  71. Note: Recompile with -Xlint:unchecked for details.
  72. 13 errors
Advertisement
Add Comment
Please, Sign In to add comment