Home
last modified time | relevance | path

Searched refs:TempAllowListDuration (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java86 private ArrayMap<IBinder, TempAllowListDuration> mAllowlistDuration;
233 static final class TempAllowListDuration { class in PendingIntentRecord
239 TempAllowListDuration(long _duration, int _type, @ReasonCode int _reasonCode, in TempAllowListDuration() method in PendingIntentRecord.TempAllowListDuration
262 new TempAllowListDuration(duration, type, reasonCode, reason)); in setAllowlistDurationLocked()
413 TempAllowListDuration duration = null; in sendInner()
714 TempAllowListDuration entry = mAllowlistDuration.valueAt(i); in dump()
757 TempAllowListDuration entry = mAllowlistDuration.valueAt(i); in toString()
/aosp14/frameworks/base/services/
H A Dart-profile1900 HPLcom/android/server/am/PendingIntentRecord$TempAllowListDuration;-><init>(JIILjava/lang/String;)V