Loading services/core/java/com/android/server/am/ActivityManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -14621,7 +14621,9 @@ public class ActivityManagerService extends IActivityManager.Stub String reason, @TempAllowListType int type, int callingUid) { synchronized (mProcLock) { // The temp allowlist type could change according to the reasonCode. if (mLocalDeviceIdleController != null) { type = mLocalDeviceIdleController.getTempAllowListType(reasonCode, type); } if (type == TEMPORARY_ALLOW_LIST_TYPE_NONE) { return; } Loading
services/core/java/com/android/server/am/ActivityManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -14621,7 +14621,9 @@ public class ActivityManagerService extends IActivityManager.Stub String reason, @TempAllowListType int type, int callingUid) { synchronized (mProcLock) { // The temp allowlist type could change according to the reasonCode. if (mLocalDeviceIdleController != null) { type = mLocalDeviceIdleController.getTempAllowListType(reasonCode, type); } if (type == TEMPORARY_ALLOW_LIST_TYPE_NONE) { return; }