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.java1103 final static int SNOOZED = 1; field in NotificationListenerVerifierActivity.SnoozeNotificationForTimeTest
1128 state = SNOOZED; in test()
1129 } else if (state == SNOOZED) { in test()
1183 final static int SNOOZED = 1; field in NotificationListenerVerifierActivity.SnoozeNotificationForTimeCancelTest
1210 state = SNOOZED; in test()
1211 } else if (state == SNOOZED) { in test()
1253 final static int SNOOZED = 1; field in NotificationListenerVerifierActivity.GetSnoozedNotificationTest
1279 state = SNOOZED; in test()
1280 } else if (state == SNOOZED) { in test()