Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java117 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testSingleProfileConnectDisconnect()
121 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testSingleProfileConnectDisconnect()
131 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testSingleProfileConnectDisconnect()
138 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testSingleProfileConnectDisconnect()
142 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testSingleProfileConnectDisconnect()
157 assertThat(mCachedDevice.getConnectionSummary()).isEqualTo( in getConnectionSummary_testMultipleProfileConnectDisconnect()
173 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testMultipleProfileConnectDisconnect()
181 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testSingleProfileActiveDeviceA2dp()
194 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testSingleProfileActiveDeviceA2dp()
205 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testSingleProfileActiveDeviceA2dp()
[all …]
H A DCachedBluetoothDeviceManagerTest.java338 verify(mCachedDevice2, never()).getConnectionSummary(); in getSubDeviceSummary_SubDeviceDisconnected()
350 verify(mCachedDevice2).getConnectionSummary(); in getSubDeviceSummary_SubDeviceConnected()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDetailsControllerTestBase.java132 String getConnectionSummary() { in getConnectionSummary() method in BluetoothDetailsControllerTestBase.DeviceConfig
153 when(mCachedDevice.getConnectionSummary()).thenReturn(config.getConnectionSummary()); in setupDevice()
H A DBluetoothDetailsHeaderControllerTest.java110 when(mCachedDevice.getConnectionSummary()) in connectionStatusChangesWhileScreenOpen()
116 when(mCachedDevice.getConnectionSummary()).thenReturn(null); in connectionStatusChangesWhileScreenOpen()
120 when(mCachedDevice.getConnectionSummary()) in connectionStatusChangesWhileScreenOpen()
H A DAdvancedBluetoothDetailsHeaderControllerTest.java238 when(mCachedDevice.getConnectionSummary(/* shortSummary= */ true)) in refresh_connectedWatch_checkSummary()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DBluetoothMediaDevice.java54 ? mCachedDevice.getConnectionSummary() in getSummary()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDetailsHeaderController.java70 String summaryText = mCachedDevice.getConnectionSummary(); in setHeaderProperties()
H A DBluetoothDevicePreference.java190 setSummary(mCachedDevice.getConnectionSummary()); in onPreferenceAttributesChanged()
H A DAdvancedBluetoothDetailsHeaderController.java181 summary.setText(mCachedDevice.getConnectionSummary(true /* shortSummary */)); in refresh()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceManager.java126 return subDevice.getConnectionSummary(); in getSubDeviceSummary()
H A DCachedBluetoothDevice.java925 public String getConnectionSummary() { in getConnectionSummary() method in CachedBluetoothDevice
926 return getConnectionSummary(false /* shortSummary */); in getConnectionSummary()
936 public String getConnectionSummary(boolean shortSummary) { in getConnectionSummary() method in CachedBluetoothDevice
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
H A DBluetoothDevicesSliceTest.java281 doReturn(BLUETOOTH_MOCK_SUMMARY).when(mCachedBluetoothDevice).getConnectionSummary(); in mockBluetoothDeviceList()
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
H A DBluetoothDevicesSlice.java305 String summary = device.getConnectionSummary(); in getBluetoothRowBuilders()