Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1164 int[] mDeviceIdleAllowlist = new int[0]; field in ActivityManagerService
5636 : mDeviceIdleAllowlist; in isOnDeviceIdleAllowlistLOSP()
9424 pw.println(" mDeviceIdleAllowlist=" + Arrays.toString(mDeviceIdleAllowlist)); in dumpOtherProcessesInfoLSP()
9623 for (int v : mDeviceIdleAllowlist) { in writeOtherProcessesInfoToProtoLSP()
15400 mDeviceIdleAllowlist = allAppids; in setDeviceIdleAllowlist()