Searched refs:mDeviceIdleAllowlist (Results 1 – 2 of 2) sorted by relevance
262 private int[] mDeviceIdleAllowlist = new int[0]; // No lock is needed. field in AppRestrictionController2722 return Arrays.binarySearch(mDeviceIdleAllowlist, appId) >= 0 in isOnDeviceIdleAllowlist()2734 mDeviceIdleAllowlist = allAppids; in setDeviceIdleAllowlist()
1286 int[] mDeviceIdleAllowlist = new int[0]; field in ActivityManagerService6265 : mDeviceIdleAllowlist; in isOnDeviceIdleAllowlistLOSP()10724 pw.println(" mDeviceIdleAllowlist=" + Arrays.toString(mDeviceIdleAllowlist)); in dumpOtherProcessesInfoLSP()10932 for (int v : mDeviceIdleAllowlist) { in writeOtherProcessesInfoToProtoLSP()17771 mDeviceIdleAllowlist = allAppids; in setDeviceIdleAllowlist()