Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java4270 return callback.waitFor(EventCallback.NOTIFICATION_CLICKED, /* timeoutMs */ 1); in testActivityStartFromRetrievedNotification_isBlocked()
4459 private static final int NOTIFICATION_CLICKED = 4; field in NotificationManagerTest.EventCallback