Searched refs:getConnectionSummary (Results 1 – 9 of 9) 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()
77 String summaryText = mCachedDevice.getConnectionSummary(); in setHeaderProperties()
153 setSummary(mCachedDevice.getConnectionSummary()); in onDeviceAttributesChanged()
160 summary.setText(mCachedDevice.getConnectionSummary(true /* shortSummary */)); in refresh()
134 setSummary(mCachedDevice.getConnectionSummary()); in onDeviceAttributesChanged()
235 .setSubtitle(bluetoothDevice.getConnectionSummary()); in getBluetoothRowBuilder()
280 doReturn(BLUETOOTH_MOCK_SUMMARY).when(mCachedBluetoothDevice).getConnectionSummary(); in mockBluetoothDeviceList()
298 String summary = device.getConnectionSummary(); in getBluetoothRowBuilders()