Searched refs:FLASHLIGHT_ENABLED (Results 1 – 4 of 4) sorted by relevance
158 context.getContentResolver(), Secure.FLASHLIGHT_ENABLED, 0) == 1; in isFlashlightEnabled()
239 mContext.getContentResolver(), Secure.FLASHLIGHT_ENABLED, enabled ? 1 : 0);
730 Settings.Secure.FLASHLIGHT_ENABLED,
9248 public static final String FLASHLIGHT_ENABLED = "flashlight_enabled"; field in Settings.Secure