Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DShortcutThrottlingResetActivity.java166 final Intent replyIntent = mReplyIntent.get(); in test() local
167 if (replyIntent == null) { in test()
189 final Intent replyIntent = mReplyIntent.get(); in test() local
190 if (replyIntent == null) { in test()
195 final String error = replyIntent.getStringExtra(EXTRA_RESET_REPLY_ERROR); in test()
/cts/apps/NotificationBot/src/com/android/cts/robot/
DNotificationBot.java192 final Intent replyIntent = new Intent(); in sendShortcutResetReply() local
193 replyIntent.setAction(requestIntent.getStringExtra(EXTRA_RESET_REPLY_ACTION)); in sendShortcutResetReply()
194 replyIntent.putExtra(EXTRA_RESET_REPLY_ERROR, error); in sendShortcutResetReply()
200 context.sendBroadcast(replyIntent); in sendShortcutResetReply()