Home
last modified time | relevance | path

Searched refs:configureDeviceForState (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/devicestate/
H A DDeviceStatePolicy.java39 void configureDeviceForState(int state, @NonNull Runnable onComplete); in configureDeviceForState() method
H A DDeviceStateManagerService.java433 mDeviceStatePolicy.configureDeviceForState(state, this::commitPendingState); in notifyPolicyIfNeeded()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DDeviceStatePolicyImpl.java44 public void configureDeviceForState(int state, @NonNull Runnable onComplete) { in configureDeviceForState() method in DeviceStatePolicyImpl
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/
H A DDeviceStateManagerServiceTest.java586 public void configureDeviceForState(int state, Runnable onComplete) { in configureDeviceForState() method in DeviceStateManagerServiceTest.TestDeviceStatePolicy
/aosp12/frameworks/base/services/
H A Dart-profile35004 HSPLcom/android/server/policy/DeviceStatePolicyImpl;->configureDeviceForState(ILjava/lang/Runnable;…