Home
last modified time | relevance | path

Searched refs:onSupportedDeviceStatesChanged (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
DDeviceStateProviderImplTest.java140 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(), in assertDefaultProviderValues()
168 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(), in create_multipleMatchingStatesDefaultsToLowestIdentifier()
201 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(), in create_stateWithCancelOverrideRequestProperty()
233 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(), in create_stateWithInvalidProperty()
269 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(), in create_lidSwitch()
288 verify(listener, never()).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(), in create_lidSwitch()
363 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(), in create_sensor()
385 verify(listener, never()).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(), in create_sensor()
398 verify(listener, never()).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(), in create_sensor()
411 verify(listener, never()).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(), in create_sensor()
[all …]
/frameworks/base/services/foldables/devicestateprovider/tests/src/com/android/server/policy/
DFoldableDeviceStateProviderTest.java154 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(), in create_allMatchingStatesDefaultsToTheFirstIdentifier()
277 verify(listener, never()).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(), in test_invalidSensorValues_onStateChangedIsNotTriggered()
302 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(),
314 verify(listener, never()).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(),
320 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(),
332 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(),
358 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(), in test_flagDisableWhenPowerSaveEnabled()
370 verify(listener, never()).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(), in test_flagDisableWhenPowerSaveEnabled()
376 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(), in test_flagDisableWhenPowerSaveEnabled()
388 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture(), in test_flagDisableWhenPowerSaveEnabled()
[all …]
/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateProvider.java124 void onSupportedDeviceStatesChanged(DeviceState[] newDeviceStates, in onSupportedDeviceStatesChanged() method
DDeviceStateManagerService.java1109 public void onSupportedDeviceStatesChanged(DeviceState[] newDeviceStates, in onSupportedDeviceStatesChanged() method in DeviceStateManagerService.DeviceStateProviderListener
/frameworks/base/services/foldables/devicestateprovider/src/com/android/server/policy/
DFoldableDeviceStateProvider.java249 listener.onSupportedDeviceStatesChanged( in notifySupportedStatesChanged()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/
DDeviceStateManagerServiceTest.java987 mListener.onSupportedDeviceStatesChanged(mSupportedDeviceStates, in setListener()
996 mListener.onSupportedDeviceStatesChanged(supportedDeviceStates, in notifySupportedDeviceStates()
/frameworks/base/services/core/java/com/android/server/policy/
DDeviceStateProviderImpl.java516 listener.onSupportedDeviceStatesChanged( in notifySupportedStatesChanged()
/frameworks/base/services/
Dart-wear-profile9964 …tate/DeviceStateManagerService$DeviceStateProviderListener;->onSupportedDeviceStatesChanged([Lcom/…