Searched refs:PendingIntentRecord (Results 1 – 6 of 6) sorted by relevance
46 final class PendingIntentRecord extends IIntentSender.Stub { class52 final WeakReference<PendingIntentRecord> ref;191 PendingIntentRecord(ActivityManagerService _owner, Key _k, int _u) { in PendingIntentRecord() method in PendingIntentRecord195 ref = new WeakReference<PendingIntentRecord>(this); in PendingIntentRecord()421 WeakReference<PendingIntentRecord> current = in completeFinalize()
948 final HashMap<PendingIntentRecord.Key, WeakReference<PendingIntentRecord>> mIntentSenderRecords949 = 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 …]
262 HashSet<WeakReference<PendingIntentRecord>> pendingResults; // all pending intents for this act443 for (WeakReference<PendingIntentRecord> wpir : pendingResults) { in dump()444 PendingIntentRecord pir = wpir != null ? wpir.get() : null; in dump()
4788 if (!(intentSender instanceof PendingIntentRecord)) { in startActivityIntentSender()4796 final PendingIntentRecord pendingIntent = (PendingIntentRecord) intentSender; in startActivityIntentSender()
3979 for (WeakReference<PendingIntentRecord> apr : r.pendingResults) { in cleanUpActivityLocked()3980 PendingIntentRecord rec = apr.get(); in cleanUpActivityLocked()
3900 Lcom/android/server/am/PendingIntentRecord;3901 Lcom/android/server/am/PendingIntentRecord$Key;