/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
H A D | CachedBluetoothDeviceTest.java | 117 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 D | CachedBluetoothDeviceManagerTest.java | 338 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 D | BluetoothDetailsControllerTestBase.java | 132 String getConnectionSummary() { in getConnectionSummary() method in BluetoothDetailsControllerTestBase.DeviceConfig 153 when(mCachedDevice.getConnectionSummary()).thenReturn(config.getConnectionSummary()); in setupDevice()
|
H A D | BluetoothDetailsHeaderControllerTest.java | 110 when(mCachedDevice.getConnectionSummary()) in connectionStatusChangesWhileScreenOpen() 116 when(mCachedDevice.getConnectionSummary()).thenReturn(null); in connectionStatusChangesWhileScreenOpen() 120 when(mCachedDevice.getConnectionSummary()) in connectionStatusChangesWhileScreenOpen()
|
H A D | AdvancedBluetoothDetailsHeaderControllerTest.java | 238 when(mCachedDevice.getConnectionSummary(/* shortSummary= */ true)) in refresh_connectedWatch_checkSummary()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/ |
H A D | BluetoothMediaDevice.java | 54 ? mCachedDevice.getConnectionSummary() in getSummary()
|
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | BluetoothDetailsHeaderController.java | 70 String summaryText = mCachedDevice.getConnectionSummary(); in setHeaderProperties()
|
H A D | BluetoothDevicePreference.java | 190 setSummary(mCachedDevice.getConnectionSummary()); in onPreferenceAttributesChanged()
|
H A D | AdvancedBluetoothDetailsHeaderController.java | 181 summary.setText(mCachedDevice.getConnectionSummary(true /* shortSummary */)); in refresh()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | CachedBluetoothDeviceManager.java | 126 return subDevice.getConnectionSummary(); in getSubDeviceSummary()
|
H A D | CachedBluetoothDevice.java | 925 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 D | BluetoothDevicesSliceTest.java | 281 doReturn(BLUETOOTH_MOCK_SUMMARY).when(mCachedBluetoothDevice).getConnectionSummary(); in mockBluetoothDeviceList()
|
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
H A D | BluetoothDevicesSlice.java | 305 String summary = device.getConnectionSummary(); in getBluetoothRowBuilders()
|