Home
last modified time | relevance | path

Searched refs:ACTION_FLASH_NOTIFICATION_STOP_PREVIEW (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DScreenFlashNotificationColorDialogFragment.java20 …c com.android.settings.accessibility.FlashNotificationsUtil.ACTION_FLASH_NOTIFICATION_STOP_PREVIEW;
177 Intent stopIntent = new Intent(ACTION_FLASH_NOTIFICATION_STOP_PREVIEW);
DFlashNotificationsUtil.java37 static final String ACTION_FLASH_NOTIFICATION_STOP_PREVIEW = field in FlashNotificationsUtil
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DScreenFlashNotificationColorDialogFragmentTest.java24 …c com.android.settings.accessibility.FlashNotificationsUtil.ACTION_FLASH_NOTIFICATION_STOP_PREVIEW;
237 .isEqualTo(ACTION_FLASH_NOTIFICATION_STOP_PREVIEW); in assertStopPreview()