Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DConnectivityControllerTest.java1327 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testRequestStandbyExceptionLocked()
1328 assertFalse(controller.isStandbyExceptionRequestedLocked(UID_BLUE)); in testRequestStandbyExceptionLocked()
1335 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testRequestStandbyExceptionLocked()
1336 assertFalse(controller.isStandbyExceptionRequestedLocked(UID_BLUE)); in testRequestStandbyExceptionLocked()
1343 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testRequestStandbyExceptionLocked()
1344 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_BLUE)); in testRequestStandbyExceptionLocked()
1354 assertFalse(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testEvaluateStateLocked_JobWithoutConnectivity()
1382 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testEvaluateStateLocked_JobWouldBeReady()
1383 assertFalse(controller.isStandbyExceptionRequestedLocked(UID_BLUE)); in testEvaluateStateLocked_JobWouldBeReady()
1390 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testEvaluateStateLocked_JobWouldBeReady()
[all …]
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DConnectivityController.java465 final boolean isExceptionRequested = isStandbyExceptionRequestedLocked(uid); in requestStandbyExceptionLocked()
484 boolean isStandbyExceptionRequestedLocked(final int uid) { in isStandbyExceptionRequestedLocked() method in ConnectivityController
559 if (!isStandbyExceptionRequestedLocked(uid)) { in maybeRevokeStandbyExceptionLocked()
/frameworks/base/services/
Dart-profile1768 HSPLcom/android/server/job/controllers/ConnectivityController;->isStandbyExceptionRequestedLocked(I…
Dart-wear-profile13137 HPLcom/android/server/job/controllers/ConnectivityController;->isStandbyExceptionRequestedLocked(I)Z