Searched refs:mPendingIntentController (Results 1 – 5 of 5) sorted by relevance
80 private PendingIntentController mPendingIntentController; field in PendingIntentControllerTest99 mPendingIntentController = new PendingIntentController(Looper.getMainLooper(), in setUp()101 mPendingIntentController.onActivityManagerInternalAdded(); in setUp()105 return mPendingIntentController.getIntentSender(ActivityManager.INTENT_SENDER_BROADCAST, in createPendingIntentRecord()113 mPendingIntentController.cancelIntentSender(pir); in alarmsRemovedOnCancel()149 mPendingIntentController.cancelIntentSender(pir); in testCancellationReason()167 mPendingIntentController.removePendingIntentsForPackage(TEST_PACKAGE_NAME, in testCancellationReason()175 mPendingIntentController.removePendingIntentsForPackage(null, in testCancellationReason()
713 IIntentSender target = mService.mPendingIntentController.getIntentSender( in requestStartTargetPermissionsReviewIfNeededLocked()
1371 IIntentSender target = mAm.mPendingIntentController.getIntentSender( in requestStartTargetPermissionsReviewIfNeededLocked()
390 PendingIntentController mPendingIntentController; field in ActivityTaskManagerService1016 mPendingIntentController = intentController; in initialize()5345 final PendingIntentRecord rec = mPendingIntentController.getIntentSender(type, packageName, in getIntentSenderLocked()
4280 mAtmService.mPendingIntentController.cancelIntentSender(rec, in cleanUp()