Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java46 final class PendingIntentRecord extends IIntentSender.Stub { class
52 final WeakReference<PendingIntentRecord> ref;
191 PendingIntentRecord(ActivityManagerService _owner, Key _k, int _u) { in PendingIntentRecord() method in PendingIntentRecord
195 ref = new WeakReference<PendingIntentRecord>(this); in PendingIntentRecord()
421 WeakReference<PendingIntentRecord> current = in completeFinalize()
DActivityManagerService.java948 final HashMap<PendingIntentRecord.Key, WeakReference<PendingIntentRecord>> mIntentSenderRecords
949 = new HashMap<PendingIntentRecord.Key, WeakReference<PendingIntentRecord>>();
2084 ((PendingIntentRecord)msg.obj).completeFinalize(); in handleMessage()
4622 if (!(target instanceof PendingIntentRecord)) { in startActivityIntentSender()
4626 PendingIntentRecord pir = (PendingIntentRecord)target; in startActivityIntentSender()
6476 Iterator<WeakReference<PendingIntentRecord>> it in forceStopPackageLocked()
6479 WeakReference<PendingIntentRecord> wpir = it.next(); in forceStopPackageLocked()
6484 PendingIntentRecord pir = wpir.get(); in forceStopPackageLocked()
7504 PendingIntentRecord.Key key = new PendingIntentRecord.Key( in getIntentSenderLocked()
7507 WeakReference<PendingIntentRecord> ref; in getIntentSenderLocked()
[all …]
DActivityRecord.java262 HashSet<WeakReference<PendingIntentRecord>> pendingResults; // all pending intents for this act
443 for (WeakReference<PendingIntentRecord> wpir : pendingResults) { in dump()
444 PendingIntentRecord pir = wpir != null ? wpir.get() : null; in dump()
DActivityStackSupervisor.java4788 if (!(intentSender instanceof PendingIntentRecord)) { in startActivityIntentSender()
4796 final PendingIntentRecord pendingIntent = (PendingIntentRecord) intentSender; in startActivityIntentSender()
DActivityStack.java3979 for (WeakReference<PendingIntentRecord> apr : r.pendingResults) { in cleanUpActivityLocked()
3980 PendingIntentRecord rec = apr.get(); in cleanUpActivityLocked()
/frameworks/base/services/
Dprofile-classes3900 Lcom/android/server/am/PendingIntentRecord;
3901 Lcom/android/server/am/PendingIntentRecord$Key;