Home
last modified time | relevance | path

Searched refs:ACTION_FLASH_NOTIFICATION_START_PREVIEW (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DFlashNotificationsPreviewPreferenceController.java20 … com.android.settings.accessibility.FlashNotificationsUtil.ACTION_FLASH_NOTIFICATION_START_PREVIEW;
83 Intent intent = new Intent(ACTION_FLASH_NOTIFICATION_START_PREVIEW); in handlePreferenceTreeClick()
DScreenFlashNotificationColorDialogFragment.java19 … com.android.settings.accessibility.FlashNotificationsUtil.ACTION_FLASH_NOTIFICATION_START_PREVIEW;
168 Intent intent = new Intent(ACTION_FLASH_NOTIFICATION_START_PREVIEW);
DFlashNotificationsUtil.java35 static final String ACTION_FLASH_NOTIFICATION_START_PREVIEW = field in FlashNotificationsUtil
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DFlashNotificationsPreviewPreferenceControllerTest.java19 … com.android.settings.accessibility.FlashNotificationsUtil.ACTION_FLASH_NOTIFICATION_START_PREVIEW;
145 assertThat(captured.getAction()).isEqualTo(ACTION_FLASH_NOTIFICATION_START_PREVIEW); in handlePreferenceTreeClick_assertAction()
DScreenFlashNotificationColorDialogFragmentTest.java23 … com.android.settings.accessibility.FlashNotificationsUtil.ACTION_FLASH_NOTIFICATION_START_PREVIEW;
227 assertThat(captured.getAction()).isEqualTo(ACTION_FLASH_NOTIFICATION_START_PREVIEW); in assertStartPreview()