Searched defs:PendingIntentRecord (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java46 final class PendingIntentRecord extends IIntentSender.Stub { class in inherits:IIntentSender.Stub
47 private static final String TAG = TAG_WITH_CLASS_NAME ? "PendingIntentRecord" : TAG_AM;
52 final WeakReference<PendingIntentRecord> ref;
191 PendingIntentRecord(ActivityManagerService _owner, Key _k, int _u) { method in class:PendingIntentRecord
195 ref = new WeakReference<PendingIntentRecord>(this);
354 mergedOptions, userId, null, "PendingIntentRecord",
427 WeakReference<PendingIntentRecord> current =
483 sb.append("PendingIntentRecord{");

Completed in 10 milliseconds