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.java1273 final static int SNOOZED = 1; field in NotificationListenerVerifierActivity.SnoozeNotificationForTimeTest
1298 state = SNOOZED; in test()
1299 } else if (state == SNOOZED) { in test()
1352 final static int SNOOZED = 1; field in NotificationListenerVerifierActivity.SnoozeNotificationForTimeCancelTest
1379 state = SNOOZED; in test()
1380 } else if (state == SNOOZED) { in test()
1422 final static int SNOOZED = 1; field in NotificationListenerVerifierActivity.GetSnoozedNotificationTest
1448 state = SNOOZED; in test()
1449 } else if (state == SNOOZED) { in test()