Home
last modified time | relevance | path

Searched refs:mInfoTempFgsAllowListReason (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DForegroundServiceTypeLoggerModule.java504 r.mInfoTempFgsAllowListReason != null in logFgsApiEvent()
505 ? r.mInfoTempFgsAllowListReason.mCallingUid : INVALID_UID, in logFgsApiEvent()
H A DServiceRecord.java218 ActivityManagerService.FgsTempAllowListItem mInfoTempFgsAllowListReason; field in ServiceRecord
H A DActiveServices.java7598 r.mInfoTempFgsAllowListReason = null; in resetFgsRestrictionLocked()
7903 r.mInfoTempFgsAllowListReason = mAm.isAllowlistedForFgsStartLOSP(callingUid); in shouldAllowFgsStartForegroundWithBindingCheckLocked()
8234 r.mInfoTempFgsAllowListReason != null in logFGSStateChangeLocked()
8235 ? r.mInfoTempFgsAllowListReason.mCallingUid : INVALID_UID, in logFGSStateChangeLocked()