Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.81 KB | None | 0 0
  1. packages/apps/CMParts/src/com/cyanogenmod/cmparts/activities/PowerWidgetActivity.java:20: package com.android.wimax does not exist
  2. import com.android.wimax.WimaxConstants;
  3. ^
  4. packages/apps/Settings/src/com/android/settings/widget/buttons/WimaxButton.java:30: cannot find symbol
  5. symbol : class WimaxSettingsHelper
  6. location: class com.android.settings.widget.buttons.WimaxButton.WimaxStateTracker
  7. final WimaxSettingsHelper helper = new WimaxSettingsHelper(context);
  8. ^
  9. packages/apps/Settings/src/com/android/settings/widget/buttons/WimaxButton.java:30: cannot find symbol
  10. symbol : class WimaxSettingsHelper
  11. location: class com.android.settings.widget.buttons.WimaxButton.WimaxStateTracker
  12. final WimaxSettingsHelper helper = new WimaxSettingsHelper(context);
  13. ^
  14. packages/apps/Settings/src/com/android/settings/widget/buttons/WimaxButton.java:39: cannot find symbol
  15. symbol : class WimaxSettingsHelper
  16. location: class com.android.settings.widget.buttons.WimaxButton.WimaxStateTracker
  17. final WimaxSettingsHelper helper = new WimaxSettingsHelper(context);
  18. ^
  19. packages/apps/Settings/src/com/android/settings/widget/buttons/WimaxButton.java:39: cannot find symbol
  20. symbol : class WimaxSettingsHelper
  21. location: class com.android.settings.widget.buttons.WimaxButton.WimaxStateTracker
  22. final WimaxSettingsHelper helper = new WimaxSettingsHelper(context);
  23. ^
  24. packages/apps/Settings/src/com/android/settings/widget/buttons/WimaxButton.java:60: package WimaxConstants does not exist
  25. if (!WimaxConstants.WIMAX_ENABLED_CHANGED_ACTION.equals(intent.getAction())) {
  26. ^
  27. packages/apps/Settings/src/com/android/settings/widget/buttons/WimaxButton.java:63: cannot find symbol
  28. symbol : variable WimaxConstants
  29. location: class com.android.settings.widget.buttons.WimaxButton.WimaxStateTracker
  30. int wimaxState = intent.getIntExtra(WimaxConstants.CURRENT_WIMAX_ENABLED_STATE, WimaxConstants.WIMAX_ENABLED_STATE_UNKNOWN);
  31. ^
  32. packages/apps/Settings/src/com/android/settings/widget/buttons/WimaxButton.java:63: cannot find symbol
  33. symbol : variable WimaxConstants
  34. location: class com.android.settings.widget.buttons.WimaxButton.WimaxStateTracker
  35. int wimaxState = intent.getIntExtra(WimaxConstants.CURRENT_WIMAX_ENABLED_STATE, WimaxConstants.WIMAX_ENABLED_STATE_UNKNOWN);
  36. ^
  37. packages/apps/Settings/src/com/android/settings/widget/buttons/WimaxButton.java:74: cannot find symbol
  38. symbol : variable WimaxConstants
  39. location: class com.android.settings.widget.buttons.WimaxButton.WimaxStateTracker
  40. case WimaxConstants.WIMAX_ENABLED_STATE_DISABLED:
  41. ^
  42. packages/apps/Settings/src/com/android/settings/widget/buttons/WimaxButton.java:76: cannot find symbol
  43. symbol : variable WimaxConstants
  44. location: class com.android.settings.widget.buttons.WimaxButton.WimaxStateTracker
  45. case WimaxConstants.WIMAX_ENABLED_STATE_ENABLED:
  46. ^
  47. packages/apps/Settings/src/com/android/settings/widget/buttons/WimaxButton.java:78: cannot find symbol
  48. symbol : variable WimaxConstants
  49. location: class com.android.settings.widget.buttons.WimaxButton.WimaxStateTracker
  50. case WimaxConstants.WIMAX_ENABLED_STATE_ENABLING:
  51. ^
  52. packages/apps/Settings/src/com/android/settings/widget/buttons/WimaxButton.java:80: cannot find symbol
  53. symbol : variable WimaxConstants
  54. location: class com.android.settings.widget.buttons.WimaxButton.WimaxStateTracker
  55. case WimaxConstants.WIMAX_ENABLED_STATE_DISABLING:
  56. ^
  57. packages/apps/Settings/src/com/android/settings/widget/SettingsAppWidgetProvider.java:318: package WimaxConstants does not exist
  58. } else if (WimaxConstants.WIMAX_ENABLED_CHANGED_ACTION.equals(intent.getAction())) {
  59. ^
  60. packages/apps/Settings/src/com/android/settings/widget/WidgetSettings.java:307: cannot find symbol
  61. symbol : variable WimaxConstants
  62. location: class com.android.settings.widget.WidgetSettings
  63. if (!WimaxConstants.isWimaxSupported(this)) {
  64. ^
  65. packages/apps/Settings/src/com/android/settings/wimax/AdvancedSettings.java:49: cannot find symbol
  66. symbol : class WimaxSettingsHelper
  67. location: class com.android.settings.wimax.AdvancedSettings
  68. mHelper = new WimaxSettingsHelper(this);
  69. ^
  70. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:73: cannot find symbol
  71. symbol: variable WIMAX_ENABLED_CHANGED_ACTION
  72. if (intent.getAction().equals(WIMAX_ENABLED_CHANGED_ACTION)) {
  73. ^
  74. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:74: cannot find symbol
  75. symbol: variable CURRENT_WIMAX_ENABLED_STATE
  76. handleWimaxStatusChanged(intent.getIntExtra(CURRENT_WIMAX_ENABLED_STATE,
  77. ^
  78. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:75: cannot find symbol
  79. symbol: variable WIMAX_ENABLED_STATE_UNKNOWN
  80. WIMAX_ENABLED_STATE_UNKNOWN), intent.getIntExtra(
  81. ^
  82. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:76: cannot find symbol
  83. symbol: variable PREVIOUS_WIMAX_ENABLED_STATE
  84. PREVIOUS_WIMAX_ENABLED_STATE, WIMAX_ENABLED_STATE_UNKNOWN));
  85. ^
  86. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:76: cannot find symbol
  87. symbol: variable WIMAX_ENABLED_STATE_UNKNOWN
  88. PREVIOUS_WIMAX_ENABLED_STATE, WIMAX_ENABLED_STATE_UNKNOWN));
  89. ^
  90. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:77: cannot find symbol
  91. symbol: variable NETWORK_STATE_CHANGED_ACTION
  92. } else if (intent.getAction().equals(NETWORK_STATE_CHANGED_ACTION)) {
  93. ^
  94. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:78: cannot find symbol
  95. symbol: variable EXTRA_NETWORK_INFO
  96. handleWimaxStateChanged((NetworkInfo) intent.getParcelableExtra(EXTRA_NETWORK_INFO));
  97. ^
  98. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:87: cannot find symbol
  99. symbol : class WimaxSettingsHelper
  100. location: class com.android.settings.wimax.WimaxEnabler
  101. mHelper = new WimaxSettingsHelper(context);
  102. ^
  103. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:92: cannot find symbol
  104. symbol : variable WIMAX_ENABLED_CHANGED_ACTION
  105. location: class com.android.settings.wimax.WimaxEnabler
  106. mWimaxStatusFilter = new IntentFilter(WIMAX_ENABLED_CHANGED_ACTION);
  107. ^
  108. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:93: cannot find symbol
  109. symbol : variable NETWORK_STATE_CHANGED_ACTION
  110. location: class com.android.settings.wimax.WimaxEnabler
  111. mWimaxStatusFilter.addAction(NETWORK_STATE_CHANGED_ACTION);
  112. ^
  113. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:104: cannot find symbol
  114. symbol : variable WIMAX_ENABLED_STATE_ENABLED
  115. location: class com.android.settings.wimax.WimaxEnabler
  116. mWimaxCheckBoxPref.setEnabled(status == WIMAX_ENABLED_STATE_ENABLED
  117. ^
  118. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:105: cannot find symbol
  119. symbol : variable WIMAX_ENABLED_STATE_DISABLED
  120. location: class com.android.settings.wimax.WimaxEnabler
  121. || status == WIMAX_ENABLED_STATE_DISABLED
  122. ^
  123. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:106: cannot find symbol
  124. symbol : variable WIMAX_ENABLED_STATE_UNKNOWN
  125. location: class com.android.settings.wimax.WimaxEnabler
  126. || status == WIMAX_ENABLED_STATE_UNKNOWN);
  127. ^
  128. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:166: cannot find symbol
  129. symbol : variable WIMAX_ENABLED_STATE_DISABLED
  130. location: class com.android.settings.wimax.WimaxEnabler
  131. if (wimaxStatus == WIMAX_ENABLED_STATE_DISABLED
  132. ^
  133. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:167: cannot find symbol
  134. symbol : variable WIMAX_ENABLED_STATE_ENABLED
  135. location: class com.android.settings.wimax.WimaxEnabler
  136. || wimaxStatus == WIMAX_ENABLED_STATE_ENABLED) {
  137. ^
  138. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:168: cannot find symbol
  139. symbol : variable WIMAX_ENABLED_STATE_ENABLED
  140. location: class com.android.settings.wimax.WimaxEnabler
  141. boolean wimaxEnabled = (wimaxStatus == WIMAX_ENABLED_STATE_ENABLED);
  142. ^
  143. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:171: cannot find symbol
  144. symbol : variable WIMAX_ENABLED_STATE_DISABLED
  145. location: class com.android.settings.wimax.WimaxEnabler
  146. .setSummary(wimaxStatus == WIMAX_ENABLED_STATE_DISABLED ? mOriginalSummary
  147. ^
  148. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:176: cannot find symbol
  149. symbol : variable WIMAX_ENABLED_STATE_DISABLED
  150. location: class com.android.settings.wimax.WimaxEnabler
  151. if (wimaxStatus == WIMAX_ENABLED_STATE_DISABLED) {
  152. ^
  153. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:183: cannot find symbol
  154. symbol : variable WIMAX_ENABLED_STATE_DISABLING
  155. location: class com.android.settings.wimax.WimaxEnabler
  156. } else if (wimaxStatus == WIMAX_ENABLED_STATE_DISABLING
  157. ^
  158. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:184: cannot find symbol
  159. symbol : variable WIMAX_ENABLED_STATE_ENABLING
  160. location: class com.android.settings.wimax.WimaxEnabler
  161. || wimaxStatus == WIMAX_ENABLED_STATE_ENABLING) {
  162. ^
  163. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:186: cannot find symbol
  164. symbol : variable WIMAX_ENABLED_STATE_ENABLING
  165. location: class com.android.settings.wimax.WimaxEnabler
  166. .setSummary(wimaxStatus == WIMAX_ENABLED_STATE_ENABLING ? R.string.wimax_starting
  167. ^
  168. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:189: cannot find symbol
  169. symbol : variable WIMAX_ENABLED_STATE_UNKNOWN
  170. location: class com.android.settings.wimax.WimaxEnabler
  171. } else if (wimaxStatus == WIMAX_ENABLED_STATE_UNKNOWN) {
  172. ^
  173. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:191: cannot find symbol
  174. symbol : variable WIMAX_ENABLED_STATE_ENABLING
  175. location: class com.android.settings.wimax.WimaxEnabler
  176. if (previousWimaxStatus == WIMAX_ENABLED_STATE_ENABLING)
  177. ^
  178. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:193: cannot find symbol
  179. symbol : variable WIMAX_ENABLED_STATE_DISABLING
  180. location: class com.android.settings.wimax.WimaxEnabler
  181. else if (previousWimaxStatus == WIMAX_ENABLED_STATE_DISABLING)
  182. ^
  183. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:235: cannot find symbol
  184. symbol : variable WIMAX_ENABLED_STATE_DISABLED
  185. location: class com.android.settings.wimax.WimaxEnabler
  186. case WIMAX_ENABLED_STATE_DISABLED:
  187. ^
  188. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:237: cannot find symbol
  189. symbol : variable WIMAX_ENABLED_STATE_DISABLING
  190. location: class com.android.settings.wimax.WimaxEnabler
  191. case WIMAX_ENABLED_STATE_DISABLING:
  192. ^
  193. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:239: cannot find symbol
  194. symbol : variable WIMAX_ENABLED_STATE_ENABLED
  195. location: class com.android.settings.wimax.WimaxEnabler
  196. case WIMAX_ENABLED_STATE_ENABLED:
  197. ^
  198. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:241: cannot find symbol
  199. symbol : variable WIMAX_ENABLED_STATE_ENABLING
  200. location: class com.android.settings.wimax.WimaxEnabler
  201. case WIMAX_ENABLED_STATE_ENABLING:
  202. ^
  203. packages/apps/Settings/src/com/android/settings/wimax/WimaxEnabler.java:243: cannot find symbol
  204. symbol : variable WIMAX_ENABLED_STATE_UNKNOWN
  205. location: class com.android.settings.wimax.WimaxEnabler
  206. case WIMAX_ENABLED_STATE_UNKNOWN:
  207. ^
  208. packages/apps/Settings/src/com/android/settings/wimax/WimaxLayer.java:118: cannot find symbol
  209. symbol: variable WimaxConstants
  210. if (action.equals(WimaxConstants.SCAN_RESULTS_AVAILABLE_ACTION)) {
  211. ^
  212. packages/apps/Settings/src/com/android/settings/wimax/WimaxLayer.java:150: cannot find symbol
  213. symbol : class WimaxSettingsHelper
  214. location: class com.android.settings.wimax.WimaxLayer
  215. mHelper = new WimaxSettingsHelper(context);
  216. ^
  217. packages/apps/Settings/src/com/android/settings/wimax/WimaxLayer.java:164: cannot find symbol
  218. symbol : variable WimaxConstants
  219. location: class com.android.settings.wimax.WimaxLayer
  220. mIntentFilter.addAction(WimaxConstants.SCAN_RESULTS_AVAILABLE_ACTION);
  221. ^
  222. packages/apps/Settings/src/com/android/settings/wimax/WimaxLayer.java:165: cannot find symbol
  223. symbol : variable WimaxConstants
  224. location: class com.android.settings.wimax.WimaxLayer
  225. mIntentFilter.addAction(WimaxConstants.NETWORK_STATE_CHANGED_ACTION);
  226. ^
  227. packages/apps/Settings/src/com/android/settings/wimax/WimaxLayer.java:166: cannot find symbol
  228. symbol : variable WimaxConstants
  229. location: class com.android.settings.wimax.WimaxLayer
  230. mIntentFilter.addAction(WimaxConstants.WIMAX_ENABLED_CHANGED_ACTION);
  231. ^
  232. packages/apps/Settings/src/com/android/settings/wimax/WimaxSettings.java:83: cannot find symbol
  233. symbol : class WimaxSettingsHelper
  234. location: class com.android.settings.wimax.WimaxSettings
  235. mHelper = new WimaxSettingsHelper(this);
  236. ^
  237. packages/apps/Settings/src/com/android/settings/wimax/WimaxSettings.java:92: cannot find symbol
  238. symbol : variable WIMAX_SERVICE
  239. location: class android.content.Context
  240. mWimaxController = getSystemService(Context.WIMAX_SERVICE);
  241. ^
  242. packages/apps/Settings/src/com/android/settings/WirelessSettings.java:108: cannot find symbol
  243. symbol : variable WIMAX_SERVICE
  244. location: class android.content.Context
  245. mWimaxEnabler = new WimaxEnabler(this, getSystemService(Context.WIMAX_SERVICE), wimax);
  246. ^
  247. packages/apps/Settings/src/com/android/settings/WirelessSettings.java:128: cannot find symbol
  248. symbol : variable RADIO_WIMAX
  249. location: class android.provider.Settings.System
  250. if (toggleable == null || !toggleable.contains(Settings.System.RADIO_WIMAX)) {
  251. ^
  252. packages/apps/Settings/src/com/android/settings/WirelessSettings.java:144: cannot find symbol
  253. symbol : variable WIMAX_SERVICE
  254. location: class android.content.Context
  255. if (getSystemService(Context.WIMAX_SERVICE) == null) {
  256. ^
  257. Note: Some input files use or override a deprecated API.
  258. Note: Recompile with -Xlint:deprecation for details.
  259. Note: Some input files use unchecked or unsafe operations.
  260. Note: Recompile with -Xlint:unchecked for details.
  261. 87 errors
  262. make: *** [out/target/common/obj/APPS/Settings_intermediates/classes-full-debug.jar] Error 41
  263. make: *** Waiting for unfinished jobs....
  264. packages/apps/CMParts/src/com/cyanogenmod/cmparts/activities/PowerWidgetActivity.java:140: cannot find symbol
  265. symbol : variable WimaxConstants
  266. location: class com.cyanogenmod.cmparts.activities.PowerWidgetActivity
  267. if (!WimaxConstants.isWimaxSupported(this)) {
  268. ^
  269. packages/apps/CMParts/src/com/cyanogenmod/cmparts/activities/UIStatusBarActivity.java:53: cannot find symbol
  270. symbol : variable STATUS_BAR_CLOCK
  271. location: class android.provider.Settings.System
  272. Settings.System.STATUS_BAR_CLOCK, 1) == 1));
  273. ^
  274. packages/apps/CMParts/src/com/cyanogenmod/cmparts/activities/UIStatusBarActivity.java:55: cannot find symbol
  275. symbol : variable STATUS_BAR_CM_BATTERY
  276. location: class android.provider.Settings.System
  277. Settings.System.STATUS_BAR_CM_BATTERY, 0) == 1));
  278. ^
  279. packages/apps/CMParts/src/com/cyanogenmod/cmparts/activities/UIStatusBarActivity.java:65: cannot find symbol
  280. symbol : variable STATUS_BAR_CLOCK
  281. location: class android.provider.Settings.System
  282. Settings.System.putInt(getContentResolver(), Settings.System.STATUS_BAR_CLOCK,
  283. ^
  284. packages/apps/CMParts/src/com/cyanogenmod/cmparts/activities/UIStatusBarActivity.java:70: cannot find symbol
  285. symbol : variable STATUS_BAR_CM_BATTERY
  286. location: class android.provider.Settings.System
  287. Settings.System.putInt(getContentResolver(), Settings.System.STATUS_BAR_CM_BATTERY,
  288. ^
  289. Note: Some input files use or override a deprecated API.
  290. Note: Recompile with -Xlint:deprecation for details.
  291. 6 errors
  292. make: *** [out/target/common/obj/APPS/CMParts_intermediates/classes-full-debug.jar] Error 41
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement