Searched refs:sPendingIntents (Results 1 – 1 of 1) sorted by relevance
65 private static final ArrayList<PendingIntent> sPendingIntents = new ArrayList<>(); field in AuthenticationActivity82 for (int i = 0; i < sPendingIntents.size(); i++) { in resetStaticState()83 final PendingIntent pendingIntent = sPendingIntents.get(i); in resetStaticState()129 sPendingIntents.add(pendingIntent); in createSender()