Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateProvider.java124 void onSupportedDeviceStatesChanged(DeviceState[] newDeviceStates, in onSupportedDeviceStatesChanged() argument
DDeviceStateManagerService.java1109 public void onSupportedDeviceStatesChanged(DeviceState[] newDeviceStates, in onSupportedDeviceStatesChanged() argument
1111 if (newDeviceStates.length == 0) { in onSupportedDeviceStatesChanged()
1114 updateSupportedStates(newDeviceStates, reason); in onSupportedDeviceStatesChanged()