Searched refs:onSupportedStatesChanged (Results 1 – 5 of 5) sorted by relevance
83 verify(callback1).onSupportedStatesChanged(eq(mService.getSupportedDeviceStates())); in registerCallback()92 verify(callback1).onSupportedStatesChanged(eq(mService.getSupportedDeviceStates())); in registerCallback()93 verify(callback2).onSupportedStatesChanged(eq(mService.getSupportedDeviceStates())); in registerCallback()124 verify(callback).onSupportedStatesChanged(eq(mService.getSupportedDeviceStates())); in unregisterCallback()
237 default void onSupportedStatesChanged(@NonNull List<DeviceState> supportedStates) {} in onSupportedStatesChanged() method
393 mDeviceStateCallback.onSupportedStatesChanged(newSupportedDeviceStates)); in notifySupportedDeviceStatesChanged()
453 public void onSupportedStatesChanged(@NonNull List<DeviceState> supportedStates) { in onSupportedStatesChanged() method in WindowAreaComponentImpl
5049 …method public default void onSupportedStatesChanged(@NonNull java.util.List<android.hardware.devic…