Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java74 private ArrayMap<IBinder, TempAllowListDuration> mAllowlistDuration;
221 static final class TempAllowListDuration { class in PendingIntentRecord
227 TempAllowListDuration(long _duration, int _type, @ReasonCode int _reasonCode, in TempAllowListDuration() method in PendingIntentRecord.TempAllowListDuration
250 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()
/frameworks/base/services/
Dart-profile8911 HPLcom/android/server/am/PendingIntentRecord$TempAllowListDuration;-><init>(JIILjava/lang/String;)V