Searched refs:setFlashNotificationsState (Results 1 – 3 of 3) sorted by relevance
19 …static com.android.settings.accessibility.ShadowFlashNotificationsUtils.setFlashNotificationsState;72 setFlashNotificationsState(FlashNotificationsUtil.State.OFF); in getSummary_stateOff_assertOff()80 setFlashNotificationsState(FlashNotificationsUtil.State.CAMERA); in getSummary_stateCamera_assertCamera()88 setFlashNotificationsState(FlashNotificationsUtil.State.SCREEN); in getSummary_stateScreen_assertScreen()96 setFlashNotificationsState(FlashNotificationsUtil.State.CAMERA_SCREEN); in getSummary_stateCameraScreen_assertCameraScreen()
23 …static com.android.settings.accessibility.ShadowFlashNotificationsUtils.setFlashNotificationsState;101 setFlashNotificationsState(FlashNotificationsUtil.State.OFF); in testDisplayPreference_torchPresent_cameraOff_screenOff_verifyDisabled()109 setFlashNotificationsState(FlashNotificationsUtil.State.CAMERA); in testDisplayPreference_torchPresent_cameraOn_screenOff_verifyEnabled()117 setFlashNotificationsState(FlashNotificationsUtil.State.SCREEN); in testDisplayPreference_torchPresent_cameraOff_screenOn_verifyEnabled()125 setFlashNotificationsState(FlashNotificationsUtil.State.CAMERA_SCREEN); in testDisplayPreference_torchPresent_cameraOn_screenOn_verifyEnabled()
46 public static void setFlashNotificationsState(@State int state) { in setFlashNotificationsState() method in ShadowFlashNotificationsUtils