Searched refs:replyIntent (Results 1 – 2 of 2) sorted by relevance
166 final Intent replyIntent = mReplyIntent.get(); in test() local167 if (replyIntent == null) { in test()189 final Intent replyIntent = mReplyIntent.get(); in test() local190 if (replyIntent == null) { in test()195 final String error = replyIntent.getStringExtra(EXTRA_RESET_REPLY_ERROR); in test()
192 final Intent replyIntent = new Intent(); in sendShortcutResetReply() local193 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()