Home
last modified time | relevance | path

Searched refs:getUriMetaData (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DBluetoothUtilsTest.java146 assertThat(BluetoothUtils.getUriMetaData(mBluetoothDevice, in getUriMetaData_hasMetaData_getCorrectMetaData()
155 assertThat(BluetoothUtils.getUriMetaData(mBluetoothDevice, in getUriMetaData_nullMetaData_getNullUri()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothUtils.java223 final Uri iconUri = getUriMetaData(bluetoothDevice, in getBtDrawableWithDescription()
454 public static Uri getUriMetaData(BluetoothDevice bluetoothDevice, int key) { in getUriMetaData() method in BluetoothUtils
H A DCachedBluetoothDevice.java673 Uri uri = BluetoothUtils.getUriMetaData(getDevice(), in refresh()
1575 Uri uri = BluetoothUtils.getUriMetaData(mDevice, BluetoothDevice.METADATA_MAIN_ICON); in getDrawableWithDescription()