Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAugmentedAuthActivity.java45 private static final List<PendingIntent> sPendingIntents = new ArrayList<>(1); field in AugmentedAuthActivity
48 for (PendingIntent pendingIntent : sPendingIntents) { in resetStaticState()
51 sPendingIntents.clear(); in resetStaticState()
62 sPendingIntents.add(pendingIntent); in createSender()
DAuthenticationActivity.java87 private static final ArrayList<PendingIntent> sPendingIntents = new ArrayList<>(); field in AuthenticationActivity
114 for (int i = 0; i < sPendingIntents.size(); i++) { in resetStaticState()
115 final PendingIntent pendingIntent = sPendingIntents.get(i); in resetStaticState()
177 sPendingIntents.add(pendingIntent); in createSender()