Home
last modified time | relevance | path

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

/cts/tests/app/shared/src/android/app/stubs/shared/
DNotificationHelper.java78 SNOOZED, enumConstant
180 case SNOOZED: in getNotifications()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java1438 static final int SNOOZED = 1; field in NotificationListenerVerifierActivity.SnoozeNotificationForTimeTest
1464 state = SNOOZED; in test()
1465 } else if (state == SNOOZED) { in test()
1521 static final int SNOOZED = 1; field in NotificationListenerVerifierActivity.SnoozeNotificationForTimeCancelTest
1549 state = SNOOZED; in test()
1550 } else if (state == SNOOZED) { in test()
1590 static final int SNOOZED = 1; field in NotificationListenerVerifierActivity.GetSnoozedNotificationTest
1618 state = SNOOZED; in test()
1619 } else if (state == SNOOZED) { in test()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DSensitiveNotificationRedactionTest.kt345 val snoozedSbn = waitForNotification(SEARCH_TYPE.SNOOZED) in testGetSnoozedNotificationsRedacted()