Skip to content

Instantly share code, notes, and snippets.

@beerbong
Created January 6, 2015 18:48
Show Gist options
  • Save beerbong/80ae15e2c5416817c173 to your computer and use it in GitHub Desktop.
Save beerbong/80ae15e2c5416817c173 to your computer and use it in GitHub Desktop.
frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java:98: error: cannot find symbol
mContext.registerReceiver(mFlashlightReceiver, mFlashlightFilter);
^
symbol: variable mContext
location: class FlashlightController
frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java:102: error: cannot find symbol
mContext.unregisterReceiver(mFlashlightReceiver, mFlashlightFilter);
^
symbol: variable mContext
location: class FlashlightController
frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java:109: error: cannot find symbol
mContext.registerReceiver(mFlashlightReceiver, mFlashlightFilter);
^
symbol: variable mContext
location: class FlashlightController
frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java:401: error: cannot find symbol
if (Intent.ACTION_TOGGLE_FLASH_LIGHT_STATE.equals(action)) {
^
symbol: variable action
location: class FlashlightController.FlashlightReceiver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment