Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java1258 final static int SNOOZED = 1; field in NotificationListenerVerifierActivity.SnoozeNotificationForTimeTest
1283 state = SNOOZED; in test()
1284 } else if (state == SNOOZED) { in test()
1337 final static int SNOOZED = 1; field in NotificationListenerVerifierActivity.SnoozeNotificationForTimeCancelTest
1364 state = SNOOZED; in test()
1365 } else if (state == SNOOZED) { in test()
1407 final static int SNOOZED = 1; field in NotificationListenerVerifierActivity.GetSnoozedNotificationTest
1433 state = SNOOZED; in test()
1434 } else if (state == SNOOZED) { in test()