Home
last modified time | relevance | path

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

/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/
DLowPowerStandbyControllerTest.java834 mController.acquireStandbyPorts(token, TEST_PKG1_APP_ID, List.of(PORT_DESC_1)); in testStandbyPorts_broadcastChangedIfPackageIsExempt()
853 mController.acquireStandbyPorts(new Binder(), TEST_PKG2_APP_ID, List.of(PORT_DESC_1)); in testStandbyPorts_noBroadcastChangedIfPackageIsNotExempt()
864 mController.acquireStandbyPorts(new Binder(), TEST_PKG1_APP_ID, List.of(PORT_DESC_1)); in testActiveStandbyPorts_emptyIfDisabled()
874 mController.acquireStandbyPorts(new Binder(), TEST_PKG1_APP_ID, List.of(PORT_DESC_1)); in testActiveStandbyPorts_emptyIfPackageNotExempt()
884 mController.acquireStandbyPorts(new Binder(), TEST_PKG1_APP_ID, List.of(PORT_DESC_1)); in testActiveStandbyPorts_activeIfPackageExempt()
885 mController.acquireStandbyPorts(new Binder(), TEST_PKG2_APP_ID, List.of(PORT_DESC_2)); in testActiveStandbyPorts_activeIfPackageExempt()
895 mController.acquireStandbyPorts(token, TEST_PKG1_APP_ID, List.of(PORT_DESC_1)); in testActiveStandbyPorts_removedAfterRelease()
/frameworks/base/services/core/java/com/android/server/power/
DLowPowerStandbyController.java977 void acquireStandbyPorts(@NonNull IBinder token, int uid, in acquireStandbyPorts() method in LowPowerStandbyController
DPowerManagerService.java6575 mLowPowerStandbyController.acquireStandbyPorts(token, callingUid,