Searched refs:acquireStandbyPorts (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/ |
H A D | LowPowerStandbyControllerTest.java | 779 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 D | LowPowerStandbyController.java | 943 void acquireStandbyPorts(@NonNull IBinder token, int uid, in acquireStandbyPorts() method in LowPowerStandbyController
|
H A D | PowerManagerService.java | 6404 mLowPowerStandbyController.acquireStandbyPorts(token, callingUid,
|