Home
last modified time | relevance | path

Searched defs:pir (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DPendingIntentControllerTest.java100 final PendingIntentRecord pir = createPendingIntentRecord(0); in alarmsRemovedOnCancel() local
110 final PendingIntentRecord pir = createPendingIntentRecord(0); in alarmsRemovedOnRecreateWithCancelCurrent() local
120 final PendingIntentRecord pir = createPendingIntentRecord(PendingIntent.FLAG_ONE_SHOT); in alarmsRemovedOnSendingOneShot() local
/frameworks/base/cmds/statsd/src/subscriber/
DSubscriberReporter.cpp46 shared_ptr<IPendingIntentRef>& pir = cookie_->mPir; in broadcastSubscriberDied() local
76 const shared_ptr<IPendingIntentRef>& pir) { in setBroadcastSubscriber()
140 void SubscriberReporter::sendBroadcastLocked(const shared_ptr<IPendingIntentRef>& pir, in sendBroadcastLocked()
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentController.java192 PendingIntentRecord pir = wpir.get(); in removePendingIntentsForPackage() local
342 WeakReference<PendingIntentRecord> pir) { in clearPendingResultForActivity()
417 void incrementUidStatLocked(final PendingIntentRecord pir) { in incrementUidStatLocked()
457 void decrementUidStatLocked(final PendingIntentRecord pir) { in decrementUidStatLocked()
/frameworks/base/cmds/statsd/src/config/
DConfigManager.cpp64 shared_ptr<IPendingIntentRef>& pir = cookie_->mPir; in configReceiverDied() local
98 shared_ptr<IPendingIntentRef>& pir = cookie_->mPir; in activeConfigChangedReceiverDied() local
189 const shared_ptr<IPendingIntentRef>& pir) { in SetConfigReceiver()
202 const shared_ptr<IPendingIntentRef>& pir) { in SetActiveConfigsChangedReceiver()
/frameworks/base/apex/statsd/service/java/com/android/server/stats/
DStatsManagerService.java239 PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext); in setDataFetchOperation() local
284 PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext); in setActiveConfigsChangedOperation() local
328 PendingIntentRef pir = new PendingIntentRef(pendingIntent, mContext); in setBroadcastSubscriber() local
/frameworks/base/apex/statsd/aidl/android/os/
DIStatsd.aidl172 void setBroadcastSubscriber(long configId, long subscriberId, in IPendingIntentRef pir, in setBroadcastSubscriber()
/frameworks/base/cmds/statsd/src/
DStatsService.cpp1157 const shared_ptr<IPendingIntentRef>& pir, in setDataFetchOperation()
1171 Status StatsService::setActiveConfigsChangedOperation(const shared_ptr<IPendingIntentRef>& pir, in setActiveConfigsChangedOperation()
1202 const shared_ptr<IPendingIntentRef>& pir, in setBroadcastSubscriber()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerInternal.java377 IBinder activityToken, WeakReference<PendingIntentRecord> pir); in clearPendingResultForActivity()
DActivityTaskManagerService.java1118 PendingIntentRecord pir = (PendingIntentRecord)target; in startActivityIntentSender() local
6624 WeakReference<PendingIntentRecord> pir) { in clearPendingResultForActivity()
DActivityRecord.java855 PendingIntentRecord pir = wpir != null ? wpir.get() : null; in dump() local
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java1160 PreferredIntentResolver pir = mPreferredActivities.get(userId); in editPreferredActivitiesLPw() local
1883 PreferredIntentResolver pir = mPreferredActivities.get(userId); in writePreferredActivitiesLPr() local