Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java138 final boolean untetheredHeadset = getBooleanMetaData( in getBtRainbowDrawableWithDescription()
203 public static boolean getBooleanMetaData(BluetoothDevice bluetoothDevice, int key) { in getBooleanMetaData() method in BluetoothUtils
DCachedBluetoothDevice.java881 if (BluetoothUtils.getBooleanMetaData( in getConnectionSummary()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothUtilsTest.java131 assertThat(BluetoothUtils.getBooleanMetaData(mBluetoothDevice, in getBooleanMetaData_hasMetaData_getCorrectMetaData()