Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
H A DDeviceStateProviderImplTest.java125 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture()); in assertDefaultProviderValues()
152 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture()); in create_multipleMatchingStatesDefaultsToLowestIdentifier()
184 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture()); in create_stateWithCancelStickyRequestFlag()
213 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture()); in create_stateWithInvalidFlag()
248 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture()); in create_lidSwitch()
266 verify(listener, never()).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture()); in create_lidSwitch()
325 verify(listener).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture()); in create_sensor()
344 verify(listener, never()).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture()); in create_sensor()
356 verify(listener, never()).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture()); in create_sensor()
368 verify(listener, never()).onSupportedDeviceStatesChanged(mDeviceStateArrayCaptor.capture()); in create_sensor()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/devicestate/
H A DDeviceStateProvider.java60 void onSupportedDeviceStatesChanged(DeviceState[] newDeviceStates); in onSupportedDeviceStatesChanged() method
H A DDeviceStateManagerService.java636 public void onSupportedDeviceStatesChanged(DeviceState[] newDeviceStates) { in onSupportedDeviceStatesChanged() method in DeviceStateManagerService.DeviceStateProviderListener
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/
H A DDeviceStateManagerServiceTest.java613 mListener.onSupportedDeviceStatesChanged(mSupportedDeviceStates); in setListener()
619 mListener.onSupportedDeviceStatesChanged(supportedDeviceStates); in notifySupportedDeviceStates()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DDeviceStateProviderImpl.java345 mListener.onSupportedDeviceStatesChanged(supportedStates); in notifySupportedStatesChanged()
/aosp12/frameworks/base/services/
H A Dart-profile17358 …tate/DeviceStateManagerService$DeviceStateProviderListener;->onSupportedDeviceStatesChanged([Lcom/…