Home
last modified time | relevance | path

Searched defs:configureDeviceForState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DDeviceStatePolicyImpl.java46 public void configureDeviceForState(int state, @NonNull Runnable onComplete) { in configureDeviceForState() method in DeviceStatePolicyImpl
/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStatePolicy.java51 public abstract void configureDeviceForState(int state, @NonNull Runnable onComplete); in configureDeviceForState() method in DeviceStatePolicy
/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/
DDeviceStateManagerServiceTest.java943 public void configureDeviceForState(int state, Runnable onComplete) { in configureDeviceForState() method in DeviceStateManagerServiceTest.TestDeviceStatePolicy