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.java120 private ArrayMap<IBinder, TempAllowListDuration> mAllowlistDuration;
267 static final class TempAllowListDuration { class in PendingIntentRecord
273 TempAllowListDuration(long _duration, int _type, @ReasonCode int _reasonCode, in TempAllowListDuration() method in PendingIntentRecord.TempAllowListDuration
296 new TempAllowListDuration(duration, type, reasonCode, reason)); in setAllowlistDurationLocked()
461 TempAllowListDuration duration = null; in sendInner()
791 TempAllowListDuration entry = mAllowlistDuration.valueAt(i); in dump()
834 TempAllowListDuration entry = mAllowlistDuration.valueAt(i); in toString()
/frameworks/base/services/
Dart-wear-profile6485 PLcom/android/server/am/PendingIntentRecord$TempAllowListDuration;-><init>(JIILjava/lang/String;)V