Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DFlashNotificationsControllerTest.java30 import static com.android.server.accessibility.FlashNotificationsController.PREVIEW_TYPE_SHORT;
401 intent.putExtra(EXTRA_FLASH_NOTIFICATION_PREVIEW_TYPE, PREVIEW_TYPE_SHORT); in simulateShortPreview()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFlashNotificationsController.java140 static final int PREVIEW_TYPE_SHORT = 0; field in FlashNotificationsController
884 PREVIEW_TYPE_SHORT); in onReceive()
887 } else if (type == PREVIEW_TYPE_SHORT) { in onReceive()