Home
last modified time | relevance | path

Searched refs:getSubDeviceSummary (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDetailsHeaderController.java76 mHeaderController.setSecondSummary(mDeviceManager.getSubDeviceSummary(mCachedDevice)); in setHeaderProperties()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothDeviceNamePreferenceController.java78 String pairDeviceSummary = getCachedDeviceManager().getSubDeviceSummary(cachedDevice); in updateState()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceManagerTest.java336 mCachedDeviceManager.getSubDeviceSummary(mCachedDevice1); in getSubDeviceSummary_SubDeviceDisconnected()
348 mCachedDeviceManager.getSubDeviceSummary(mCachedDevice1); in getSubDeviceSummary_SubDeviceConnected()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDetailsHeaderControllerTest.java70 when(mCachedDeviceManager.getSubDeviceSummary(mCachedDevice)).thenReturn("abc"); in setUp()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceManager.java123 public synchronized String getSubDeviceSummary(CachedBluetoothDevice device) { in getSubDeviceSummary() method in CachedBluetoothDeviceManager
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
H A DBluetoothDeviceNamePreferenceControllerTest.java137 when(mCachedDeviceManager.getSubDeviceSummary(mCachedDevice)).thenReturn("other summary"); in refreshUi_hearingAidDevice_setsBatteryStatusesAsSummary()