Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DShortcutThrottlingResetActivity.java64 private final AtomicReference<Intent> mReplyIntent = new AtomicReference<>(null); field in ShortcutThrottlingResetActivity
107 mReplyIntent.set(intent);
180 final Intent replyIntent = mReplyIntent.get(); in test()
203 final Intent replyIntent = mReplyIntent.get(); in test()