Home
last modified time | relevance | path

Searched refs:newDeviceStates (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/devicestate/
H A DDeviceStateProvider.java60 void onSupportedDeviceStatesChanged(DeviceState[] newDeviceStates); in onSupportedDeviceStatesChanged() argument
H A DDeviceStateManagerService.java636 public void onSupportedDeviceStatesChanged(DeviceState[] newDeviceStates) { in onSupportedDeviceStatesChanged() argument
637 if (newDeviceStates.length == 0) { in onSupportedDeviceStatesChanged()
640 updateSupportedStates(newDeviceStates); in onSupportedDeviceStatesChanged()