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

/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java35 final class PendingIntentRecord extends IIntentSender.Stub { class in inherits:IIntentSender.Stub
39 final WeakReference<PendingIntentRecord> ref;
186 PendingIntentRecord(ActivityManagerService _owner, Key _k, int _u) { method in class:PendingIntentRecord
190 ref = new WeakReference<PendingIntentRecord>(this);
325 WeakReference<PendingIntentRecord> current =
361 sb.append("PendingIntentRecord{");

Completed in 49 milliseconds