Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DConnectivityControllerTest.java436 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testRequestStandbyExceptionLocked()
437 assertFalse(controller.isStandbyExceptionRequestedLocked(UID_BLUE)); in testRequestStandbyExceptionLocked()
444 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testRequestStandbyExceptionLocked()
445 assertFalse(controller.isStandbyExceptionRequestedLocked(UID_BLUE)); in testRequestStandbyExceptionLocked()
452 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testRequestStandbyExceptionLocked()
453 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_BLUE)); in testRequestStandbyExceptionLocked()
462 assertFalse(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testEvaluateStateLocked_JobWithoutConnectivity()
489 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testEvaluateStateLocked_JobWouldBeReady()
490 assertFalse(controller.isStandbyExceptionRequestedLocked(UID_BLUE)); in testEvaluateStateLocked_JobWouldBeReady()
497 assertTrue(controller.isStandbyExceptionRequestedLocked(UID_RED)); in testEvaluateStateLocked_JobWouldBeReady()
[all …]
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DConnectivityController.java374 final boolean isExceptionRequested = isStandbyExceptionRequestedLocked(uid); in requestStandbyExceptionLocked()
393 boolean isStandbyExceptionRequestedLocked(final int uid) { in isStandbyExceptionRequestedLocked() method in ConnectivityController
466 if (!isStandbyExceptionRequestedLocked(uid)) { in maybeRevokeStandbyExceptionLocked()
/frameworks/base/services/
Dart-profile20737 HPLcom/android/server/job/controllers/ConnectivityController;->isStandbyExceptionRequestedLocked(I)…