Searched refs:supportedDeviceStates (Results 1 – 3 of 3) sorted by relevance
77 whenever(deviceStateManager.supportedDeviceStates) in setUp()
436 private void updateSupportedStates(DeviceState[] supportedDeviceStates, in updateSupportedStates() argument446 for (int i = 0; i < supportedDeviceStates.length; i++) { in updateSupportedStates()447 DeviceState state = supportedDeviceStates[i]; in updateSupportedStates()
994 public void notifySupportedDeviceStates(DeviceState[] supportedDeviceStates) { in notifySupportedDeviceStates() argument995 mSupportedDeviceStates = supportedDeviceStates; in notifySupportedDeviceStates()996 mListener.onSupportedDeviceStatesChanged(supportedDeviceStates, in notifySupportedDeviceStates()