Searched refs:getConnectionSummary (Results 1 – 8 of 8) sorted by relevance
132 String getConnectionSummary() { in getConnectionSummary() method in BluetoothDetailsControllerTestBase.DeviceConfig153 when(mCachedDevice.getConnectionSummary()).thenReturn(config.getConnectionSummary()); in setupDevice()
110 when(mCachedDevice.getConnectionSummary()) in connectionStatusChangesWhileScreenOpen()116 when(mCachedDevice.getConnectionSummary()).thenReturn(null); in connectionStatusChangesWhileScreenOpen()120 when(mCachedDevice.getConnectionSummary()) in connectionStatusChangesWhileScreenOpen()
238 when(mCachedDevice.getConnectionSummary(/* shortSummary= */ true)) in refresh_connectedWatch_checkSummary()
70 String summaryText = mCachedDevice.getConnectionSummary(); in setHeaderProperties()
190 setSummary(mCachedDevice.getConnectionSummary()); in onPreferenceAttributesChanged()
179 summary.setText(mCachedDevice.getConnectionSummary(true /* shortSummary */)); in refresh()
281 doReturn(BLUETOOTH_MOCK_SUMMARY).when(mCachedBluetoothDevice).getConnectionSummary(); in mockBluetoothDeviceList()
299 String summary = device.getConnectionSummary(); in getBluetoothRowBuilders()