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

/frameworks/base/services/java/com/android/server/am/
H A DPendingIntentRecord.java34 class PendingIntentRecord extends IIntentSender.Stub { class in inherits:IIntentSender.Stub
38 final WeakReference<PendingIntentRecord> ref;
183 PendingIntentRecord(ActivityManagerService _owner, Key _k, int _u) { method in class:PendingIntentRecord
187 ref = new WeakReference<PendingIntentRecord>(this);
318 WeakReference<PendingIntentRecord> current =
354 sb.append("PendingIntentRecord{");

Completed in 1054 milliseconds