Nick0703

Untitled

Oct 22nd, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java:346: error: cannot find symbol
  2. (TextView)mNotificationPanel.findViewById(R.id.mobile_text));
  3. ^
  4. symbol: variable mobile_text
  5. location: class id
  6. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java:362: error: cannot find symbol
  7. (TextView)mNotificationPanel.findViewById(R.id.mobile_text));
  8. ^
  9. symbol: variable mobile_text
  10. location: class id
  11. Note: device/samsung/msm8960-common/DeviceSettings/src/com/cyanogenmod/settings/device/Utils.java uses or overrides a deprecated API.
  12. Note: Recompile with -Xlint:deprecation for details.
  13. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:797: error: cannot find symbol
  14. mSignalView = (SignalClusterView) mStatusBarView.findViewById(R.id.signal_cluster);
  15. ^
  16. symbol: variable mSignalView
  17. location: class PhoneStatusBar
  18. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:798: error: cannot find symbol
  19. mSignalTextView = (SignalClusterTextView) mStatusBarView.findViewById(R.id.signal_cluster_text);
  20. ^
  21. symbol: variable mSignalTextView
  22. location: class PhoneStatusBar
  23. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:798: error: cannot find symbol
  24. mSignalTextView = (SignalClusterTextView) mStatusBarView.findViewById(R.id.signal_cluster_text);
  25. ^
  26. symbol: class SignalClusterTextView
  27. location: class PhoneStatusBar
  28. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:798: error: cannot find symbol
  29. mSignalTextView = (SignalClusterTextView) mStatusBarView.findViewById(R.id.signal_cluster_text);
  30. ^
  31. symbol: variable signal_cluster_text
  32. location: class id
  33. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:801: error: cannot find symbol
  34. mSignalView.setNetworkController(mNetworkController);
  35. ^
  36. symbol: variable mSignalView
  37. location: class PhoneStatusBar
  38. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:822: error: cannot find symbol
  39. updateCarrierLabelVisibility(false);
  40. ^
  41. symbol: method updateCarrierLabelVisibility(boolean)
  42. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:869: error: cannot find symbol
  43. updateCarrierLabelVisibility(false);
  44. ^
  45. symbol: method updateCarrierLabelVisibility(boolean)
  46. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:893: error: cannot find symbol
  47. updateCarrierLabelVisibility(false);
  48. ^
  49. symbol: method updateCarrierLabelVisibility(boolean)
  50. frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java:2854: error: cannot find symbol
  51. final View signal2 = mStatusBarView.findViewById(R.id.signal_cluster_text);
  52. ^
  53. symbol: variable signal_cluster_text
  54. location: class id
  55. Note: Some input files use or override a deprecated API.
  56. Note: Recompile with -Xlint:deprecation for details.
  57. Note: Some input files use unchecked or unsafe operations.
  58. Note: Recompile with -Xlint:unchecked for details.
  59. 11 errors
Advertisement
Add Comment
Please, Sign In to add comment