Searched refs:isStandbyExceptionRequestedLocked (Results 1 – 3 of 3) sorted by relevance
1049 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testRequestStandbyExceptionLocked()1057 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testRequestStandbyExceptionLocked()1065 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testRequestStandbyExceptionLocked()1066 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_BLUE)); in testRequestStandbyExceptionLocked()1104 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testEvaluateStateLocked_JobWouldBeReady()1112 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testEvaluateStateLocked_JobWouldBeReady()1120 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testEvaluateStateLocked_JobWouldBeReady()1183 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testReevaluateStateLocked()1192 assertFalse(controller.isStandbyExceptionRequestedLocked(12345)); in testReevaluateStateLocked()1213 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testReevaluateStateLocked()[all …]
410 final boolean isExceptionRequested = isStandbyExceptionRequestedLocked(uid); in requestStandbyExceptionLocked()429 boolean isStandbyExceptionRequestedLocked(final int uid) { in isStandbyExceptionRequestedLocked() method in ConnectivityController504 if (!isStandbyExceptionRequestedLocked(uid)) { in maybeRevokeStandbyExceptionLocked()
4470 HSPLcom/android/server/job/controllers/ConnectivityController;->isStandbyExceptionRequestedLocked(I…