Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DShortcutThrottlingResetActivity.java53 private static final String EXTRA_RESET_REPLY_ACTION = "EXTRA_RESET_REPLY_ACTION"; field in ShortcutThrottlingResetActivity
146 intent.putExtra(EXTRA_RESET_REPLY_ACTION, mReplyAction); in test()
/cts/apps/NotificationBot/src/com/android/cts/robot/
DNotificationBot.java51 private static final String EXTRA_RESET_REPLY_ACTION = "EXTRA_RESET_REPLY_ACTION"; field in NotificationBot
193 replyIntent.setAction(requestIntent.getStringExtra(EXTRA_RESET_REPLY_ACTION)); in sendShortcutResetReply()