Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DDevicePostureControllerImplTest.kt77 whenever(deviceStateManager.supportedDeviceStates) in setUp()
/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateManagerService.java436 private void updateSupportedStates(DeviceState[] supportedDeviceStates, in updateSupportedStates() argument
446 for (int i = 0; i < supportedDeviceStates.length; i++) { in updateSupportedStates()
447 DeviceState state = supportedDeviceStates[i]; in updateSupportedStates()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/
DDeviceStateManagerServiceTest.java994 public void notifySupportedDeviceStates(DeviceState[] supportedDeviceStates) { in notifySupportedDeviceStates() argument
995 mSupportedDeviceStates = supportedDeviceStates; in notifySupportedDeviceStates()
996 mListener.onSupportedDeviceStatesChanged(supportedDeviceStates, in notifySupportedDeviceStates()