Nick0703

Untitled

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