HomeSort by relevance Sort by last modified time
    Searched refs:PendingIntentRecord (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 42 final class PendingIntentRecord extends IIntentSender.Stub {
43 private static final String TAG = TAG_WITH_CLASS_NAME ? "PendingIntentRecord" : TAG_AM;
48 final WeakReference<PendingIntentRecord> ref;
196 PendingIntentRecord(ActivityManagerService _owner, Key _k, int _u) {
200 ref = new WeakReference<PendingIntentRecord>(this);
372 WeakReference<PendingIntentRecord> current =
414 sb.append("PendingIntentRecord{");
ActivityManagerService.java     [all...]
ActivityRecord.java 160 HashSet<WeakReference<PendingIntentRecord>> pendingResults; // all pending intents for this act
299 for (WeakReference<PendingIntentRecord> wpir : pendingResults) {
300 PendingIntentRecord pir = wpir != null ? wpir.get() : null;
    [all...]
ActivityStackSupervisor.java     [all...]
ActivityStack.java     [all...]

Completed in 3645 milliseconds