Searched refs:getConnectionSummary (Results 1 – 11 of 11) sorted by relevance
136 String getConnectionSummary() { in getConnectionSummary() method in BluetoothDetailsControllerTestBase.DeviceConfig158 when(mCachedDevice.getConnectionSummary()).thenReturn(config.getConnectionSummary()); in setupDevice()
112 when(mCachedDevice.getConnectionSummary()) in connectionStatusChangesWhileScreenOpen()118 when(mCachedDevice.getConnectionSummary()).thenReturn(null); in connectionStatusChangesWhileScreenOpen()122 when(mCachedDevice.getConnectionSummary()) in connectionStatusChangesWhileScreenOpen()
284 when(mCachedDevice.getConnectionSummary(/* shortSummary= */ true)) in refresh_connectedWatch_checkSummary()
180 summary.setText(mCachedDevice.getConnectionSummary(true /* shortSummary */)); in refresh()242 summary.setText(mCachedDevice.getConnectionSummary()); in updateBatteryLayout()264 summary.setText(mCachedDevice.getConnectionSummary()); in updateBatteryLayout()
275 @Nullable String connectionSummary = getConnectionSummary(); in onPreferenceAttributesChanged()422 private String getConnectionSummary() { in getConnectionSummary() method in BluetoothDevicePreference425 summary = mCachedDevice.getConnectionSummary(); in getConnectionSummary()
67 String summaryText = mCachedDevice.getConnectionSummary(); in setHeaderProperties()
254 return mCachedDevice.getConnectionSummary( in refresh()257 return mCachedDevice.getConnectionSummary( in refresh()
127 private CharSequence getConnectionSummary() { in getConnectionSummary() method in BluetoothDevicePreference
134 doReturn("").when(mCachedBluetoothDevice).getConnectionSummary(); in setUp()
286 doReturn(BLUETOOTH_MOCK_SUMMARY).when(mCachedBluetoothDevice).getConnectionSummary(); in mockBluetoothDeviceList()
305 String summary = device.getConnectionSummary(); in getBluetoothRowBuilders()