Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DShortcutThrottlingResetActivity.java48 private static final String ACTION_RESET_SETUP_NOTIFICATION = field in ShortcutThrottlingResetActivity
140 final Intent intent = new Intent(ACTION_RESET_SETUP_NOTIFICATION); in test()
/cts/apps/NotificationBot/src/com/android/cts/robot/
DNotificationBot.java44 private static final String ACTION_RESET_SETUP_NOTIFICATION = field in NotificationBot
89 } else if (ACTION_RESET_SETUP_NOTIFICATION.equals(intent.getAction())) { in onReceive()