Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DWelcomeActivity.java48 private static PendingIntent sPendingIntent; field in WelcomeActivity
87 if (sPendingIntent != null) { in finish()
88 Log.v(TAG, " canceling pending intent on finish(): " + sPendingIntent); in finish()
89 sPendingIntent.cancel(); in finish()
116 if (sPendingIntent != null) { in createSender()
118 + sPendingIntentId + "): " + sPendingIntent); in createSender()
125 sPendingIntent = PendingIntent.getActivity(context, sPendingIntentId, intent, in createSender()
129 return sPendingIntent.getIntentSender(); in createSender()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DAppUsageObserverTest.java55 private static final PendingIntent sPendingIntent = PendingIntent.getActivity( field in AppUsageObserverTest
73 OBSERVER_ID, sPackages, 59, TimeUnit.SECONDS, sPendingIntent)); in registerAppUsageObserver_setTimeLowerThanLimit_throwsException()
89 sPendingIntent, in registerUsageSessionObserver_setTimeLowerThanLimit_throwsException()
105 observerId, sPackages, 60, TimeUnit.SECONDS, sPendingIntent); in registerAppUsageObserver_exceedsObserversLimit_throwsException()
111 sPendingIntent)); in registerAppUsageObserver_exceedsObserversLimit_throwsException()
128 sPendingIntent,/* sessionEndCallbackIntent= */ null); in registerUsageSessionObserver_exceedsObserversLimit_throwsException()
134 sPendingIntent,/* sessionEndCallbackIntent= */ null)); in registerUsageSessionObserver_exceedsObserversLimit_throwsException()
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java125 private static ArrayMap<String, PendingIntent> sPendingIntent = new ArrayMap<>(); field in CommandReceiver
412 sPendingIntent.put(targetPackage, pendingIntent); in doCreateFgslPendingIntent()
419 ((PendingIntent) sPendingIntent.remove(targetPackage)).send(); in doSendFgslPendingIntent()