Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DFlashNotificationsControllerTest.java26 …m.android.server.accessibility.FlashNotificationsController.ACTION_FLASH_NOTIFICATION_STOP_PREVIEW;
415 Intent stopIntent = new Intent(ACTION_FLASH_NOTIFICATION_STOP_PREVIEW); in simulateLongPreview()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFlashNotificationsController.java130 static final String ACTION_FLASH_NOTIFICATION_STOP_PREVIEW = field in FlashNotificationsController
250 broadcastFilter.addAction(ACTION_FLASH_NOTIFICATION_STOP_PREVIEW); in FlashNotificationsController()
890 } else if (ACTION_FLASH_NOTIFICATION_STOP_PREVIEW.equals(intent.getAction())) { in onReceive()