Searched refs:TempAllowListDuration (Results 1 – 2 of 2) sorted by relevance
74 private ArrayMap<IBinder, TempAllowListDuration> mAllowlistDuration;221 static final class TempAllowListDuration { class in PendingIntentRecord227 TempAllowListDuration(long _duration, int _type, @ReasonCode int _reasonCode, in TempAllowListDuration() method in PendingIntentRecord.TempAllowListDuration250 new TempAllowListDuration(duration, type, reasonCode, reason)); in setAllowlistDurationLocked()348 TempAllowListDuration duration = null; in sendInner()623 TempAllowListDuration entry = mAllowlistDuration.valueAt(i); in dump()666 TempAllowListDuration entry = mAllowlistDuration.valueAt(i); in toString()
8911 HPLcom/android/server/am/PendingIntentRecord$TempAllowListDuration;-><init>(JIILjava/lang/String;)V