Created
January 6, 2015 18:48
-
-
Save beerbong/80ae15e2c5416817c173 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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