Searched refs:getConnectionSummary (Results 1 – 5 of 5) sorted by relevance
99 when(mCachedDevice.getConnectionSummary()).thenReturn( in connectionStatusChangesWhileScreenOpen()105 when(mCachedDevice.getConnectionSummary()).thenReturn(null); in connectionStatusChangesWhileScreenOpen()109 when(mCachedDevice.getConnectionSummary()).thenReturn( in connectionStatusChangesWhileScreenOpen()
121 public String getConnectionSummary() { in getConnectionSummary() method in BluetoothDetailsControllerTestBase.DeviceConfig143 when(mCachedDevice.getConnectionSummary()).thenReturn(config.getConnectionSummary()); in setupDevice()
57 String summaryText = mCachedDevice.getConnectionSummary(); in setHeaderProperties()
123 setSummary(mCachedDevice.getConnectionSummary()); in onDeviceAttributesChanged()
203 String summaryText = bluetoothDevice.getConnectionSummary(); in onBindViewHolder()