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