Searched refs:getIconDrawableToDisplay (Results 1 – 3 of 3) sorted by relevance
70 assertThat(mSignalStatusIconController.getIconDrawableToDisplay()).isEqualTo( in onUpdateStatus_wifiDisabled_hotspotDisabled_showsMobileDataIcon()81 assertThat(mSignalStatusIconController.getIconDrawableToDisplay()).isEqualTo( in onUpdateStatus_wifiEnabled_hotspotDisabled_showsWifiIcon()93 assertThat(mSignalStatusIconController.getIconDrawableToDisplay()).isEqualTo( in onUpdateStatus_wifiDisabled_hotspotEnabled_showsHotspotIcon()105 assertThat(mSignalStatusIconController.getIconDrawableToDisplay()).isEqualTo( in onUpdateStatus_wifiEnabled_hotspotEnabled_showsHotspotIcon()
69 assertThat(mBluetoothStatusIconController.getIconDrawableToDisplay()).isEqualTo( in onBluetoothStateChange_notEnabled_showsBluetoothOff()81 assertThat(mBluetoothStatusIconController.getIconDrawableToDisplay()).isEqualTo( in onBluetoothDevicesChanged_enabled_deviceConnected_showsBluetoothOnConnected()92 assertThat(mBluetoothStatusIconController.getIconDrawableToDisplay()).isEqualTo( in onBluetoothDevicesChanged_enabled_noDeviceConnected_showsBluetoothOnDisconnected()
69 public Drawable getIconDrawableToDisplay() { in getIconDrawableToDisplay() method in StatusIconController