Searched refs:sPendingIntents (Results 1 – 2 of 2) sorted by relevance
45 private static final List<PendingIntent> sPendingIntents = new ArrayList<>(1); field in AugmentedAuthActivity48 for (PendingIntent pendingIntent : sPendingIntents) { in resetStaticState()51 sPendingIntents.clear(); in resetStaticState()62 sPendingIntents.add(pendingIntent); in createSender()
87 private static final ArrayList<PendingIntent> sPendingIntents = new ArrayList<>(); field in AuthenticationActivity114 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()