Home
last modified time | relevance | path

Searched refs:getConnectionSummary (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsControllerTestBase.java136 String getConnectionSummary() { in getConnectionSummary() method in BluetoothDetailsControllerTestBase.DeviceConfig
158 when(mCachedDevice.getConnectionSummary()).thenReturn(config.getConnectionSummary()); in setupDevice()
DBluetoothDetailsHeaderControllerTest.java112 when(mCachedDevice.getConnectionSummary()) in connectionStatusChangesWhileScreenOpen()
118 when(mCachedDevice.getConnectionSummary()).thenReturn(null); in connectionStatusChangesWhileScreenOpen()
122 when(mCachedDevice.getConnectionSummary()) in connectionStatusChangesWhileScreenOpen()
DAdvancedBluetoothDetailsHeaderControllerTest.java284 when(mCachedDevice.getConnectionSummary(/* shortSummary= */ true)) in refresh_connectedWatch_checkSummary()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DLeAudioBluetoothDetailsHeaderController.java180 summary.setText(mCachedDevice.getConnectionSummary(true /* shortSummary */)); in refresh()
242 summary.setText(mCachedDevice.getConnectionSummary()); in updateBatteryLayout()
264 summary.setText(mCachedDevice.getConnectionSummary()); in updateBatteryLayout()
DBluetoothDevicePreference.java275 @Nullable String connectionSummary = getConnectionSummary(); in onPreferenceAttributesChanged()
422 private String getConnectionSummary() { in getConnectionSummary() method in BluetoothDevicePreference
425 summary = mCachedDevice.getConnectionSummary(); in getConnectionSummary()
DBluetoothDetailsHeaderController.java67 String summaryText = mCachedDevice.getConnectionSummary(); in setHeaderProperties()
DAdvancedBluetoothDetailsHeaderController.java254 return mCachedDevice.getConnectionSummary( in refresh()
257 return mCachedDevice.getConnectionSummary( in refresh()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDevicePreference.java127 private CharSequence getConnectionSummary() { in getConnectionSummary() method in BluetoothDevicePreference
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingBluetoothDeviceUpdaterTest.java134 doReturn("").when(mCachedBluetoothDevice).getConnectionSummary(); in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSliceTest.java286 doReturn(BLUETOOTH_MOCK_SUMMARY).when(mCachedBluetoothDevice).getConnectionSummary(); in mockBluetoothDeviceList()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSlice.java305 String summary = device.getConnectionSummary(); in getBluetoothRowBuilders()