Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DAuthenticationActivity.java65 private static final ArrayList<PendingIntent> sPendingIntents = new ArrayList<>(); field in AuthenticationActivity
82 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()