Searched refs:PREVIEW_TYPE_LONG (Results 1 – 2 of 2) sorted by relevance
29 import static com.android.server.accessibility.FlashNotificationsController.PREVIEW_TYPE_LONG;409 startIntent.putExtra(EXTRA_FLASH_NOTIFICATION_PREVIEW_TYPE, PREVIEW_TYPE_LONG); in simulateLongPreview()
142 static final int PREVIEW_TYPE_LONG = 1; field in FlashNotificationsController885 if (type == PREVIEW_TYPE_LONG) { in onReceive()