Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DForegroundServiceTypeLoggerModule.java516 r.mInfoTempFgsAllowListReason != null in logFgsApiEvent()
517 ? r.mInfoTempFgsAllowListReason.mCallingUid : INVALID_UID, in logFgsApiEvent()
DServiceRecord.java252 ActivityManagerService.FgsTempAllowListItem mInfoTempFgsAllowListReason; field in ServiceRecord
DActiveServices.java8339 r.mInfoTempFgsAllowListReason = null; in resetFgsRestrictionLocked()
8644 r.mInfoTempFgsAllowListReason = mAm.isAllowlistedForFgsStartLOSP(callingUid); in shouldAllowFgsStartForegroundWithBindingCheckLocked()
9021 r.mInfoTempFgsAllowListReason != null in logFGSStateChangeLocked()
9022 ? r.mInfoTempFgsAllowListReason.mCallingUid : INVALID_UID, in logFGSStateChangeLocked()