Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsHeaderControllerTest.java99 when(mCachedDevice.getConnectionSummary()).thenReturn( in connectionStatusChangesWhileScreenOpen()
105 when(mCachedDevice.getConnectionSummary()).thenReturn(null); in connectionStatusChangesWhileScreenOpen()
109 when(mCachedDevice.getConnectionSummary()).thenReturn( in connectionStatusChangesWhileScreenOpen()
DBluetoothDetailsControllerTestBase.java121 public String getConnectionSummary() { in getConnectionSummary() method in BluetoothDetailsControllerTestBase.DeviceConfig
143 when(mCachedDevice.getConnectionSummary()).thenReturn(config.getConnectionSummary()); in setupDevice()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsHeaderController.java57 String summaryText = mCachedDevice.getConnectionSummary(); in setHeaderProperties()
DBluetoothDevicePreference.java123 setSummary(mCachedDevice.getConnectionSummary()); in onDeviceAttributesChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDeviceListAdapter.java203 String summaryText = bluetoothDevice.getConnectionSummary(); in onBindViewHolder()