Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DWelcomeActivity.java47 private static PendingIntent sPendingIntent; field in WelcomeActivity
86 if (sPendingIntent != null) { in finish()
87 Log.v(TAG, " canceling pending intent on finish(): " + sPendingIntent); in finish()
88 sPendingIntent.cancel(); in finish()
115 if (sPendingIntent != null) { in createSender()
117 + sPendingIntentId + "): " + sPendingIntent); in createSender()
124 sPendingIntent = PendingIntent.getActivity(context, sPendingIntentId, intent, in createSender()
126 return sPendingIntent.getIntentSender(); in createSender()
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java92 private static ArrayMap<String, PendingIntent> sPendingIntent = new ArrayMap<>(); field in CommandReceiver
297 sPendingIntent.put(targetPackage, pendingIntent); in doCreateFgslPendingIntent()
303 ((PendingIntent) sPendingIntent.remove(targetPackage)).send(); in doSendFgslPendingIntent()