Searched refs:mDeviceIdleExceptIdleAllowlist (Results 1 – 1 of 1) sorted by relevance
1173 int[] mDeviceIdleExceptIdleAllowlist = new int[0]; field in ActivityManagerService5663 ? mDeviceIdleExceptIdleAllowlist in isOnDeviceIdleAllowlistLOSP()5680 if (Arrays.binarySearch(mDeviceIdleExceptIdleAllowlist, UserHandle.getAppId(uid)) >= 0) { in isAllowlistedForFgsStartLOSP()9467 + Arrays.toString(mDeviceIdleExceptIdleAllowlist)); in dumpOtherProcessesInfoLSP()15461 mDeviceIdleExceptIdleAllowlist = exceptIdleAppids; in setDeviceIdleAllowlist()