Searched refs:mFgsStartTempAllowList (Results 1 – 2 of 2) sorted by relevance
1241 final FgsTempAllowList<FgsTempAllowListItem> mFgsStartTempAllowList = field in ActivityManagerService5655 final Pair<Long, FgsTempAllowListItem> entry = mFgsStartTempAllowList.get(uid); in isAllowlistedForFgsStartLOSP()9449 mFgsStartTempAllowList.forEach((uid, entry) -> { in dumpOtherProcessesInfoLSP()14736 mFgsStartTempAllowList.add(targetUid, duration, in tempAllowlistUidLocked()15417 mFgsStartTempAllowList.add(changingUid, durationMs, in updateDeviceIdleTempAllowlist()15427 mFgsStartTempAllowList.removeAppId(UserHandle.getAppId(changingUid)); in updateDeviceIdleTempAllowlist()
3093 mService.mFgsStartTempAllowList.removeUid(record.info.uid);