Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DLowPowerStandbyControllerTest.java779 mController.acquireStandbyPorts(token, TEST_PKG1_APP_ID, List.of(PORT_DESC_1)); in testStandbyPorts_broadcastChangedIfPackageIsExempt()
798 mController.acquireStandbyPorts(new Binder(), TEST_PKG2_APP_ID, List.of(PORT_DESC_1)); in testStandbyPorts_noBroadcastChangedIfPackageIsNotExempt()
809 mController.acquireStandbyPorts(new Binder(), TEST_PKG1_APP_ID, List.of(PORT_DESC_1)); in testActiveStandbyPorts_emptyIfDisabled()
819 mController.acquireStandbyPorts(new Binder(), TEST_PKG1_APP_ID, List.of(PORT_DESC_1)); in testActiveStandbyPorts_emptyIfPackageNotExempt()
829 mController.acquireStandbyPorts(new Binder(), TEST_PKG1_APP_ID, List.of(PORT_DESC_1)); in testActiveStandbyPorts_activeIfPackageExempt()
830 mController.acquireStandbyPorts(new Binder(), TEST_PKG2_APP_ID, List.of(PORT_DESC_2)); in testActiveStandbyPorts_activeIfPackageExempt()
840 mController.acquireStandbyPorts(token, TEST_PKG1_APP_ID, List.of(PORT_DESC_1)); in testActiveStandbyPorts_removedAfterRelease()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DLowPowerStandbyController.java943 void acquireStandbyPorts(@NonNull IBinder token, int uid, in acquireStandbyPorts() method in LowPowerStandbyController
H A DPowerManagerService.java6404 mLowPowerStandbyController.acquireStandbyPorts(token, callingUid,