Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothUtilsTest.java110 assertThat(BluetoothUtils.getIntMetaData(mBluetoothDevice, in getIntMetaData_hasMetaData_getCorrectMetaData()
120 assertThat(BluetoothUtils.getIntMetaData(mBluetoothDevice, in getIntMetaData_invalidMetaData_getErrorCode()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothUtils.java350 public static int getIntMetaData(BluetoothDevice bluetoothDevice, int key) { in getIntMetaData() method in BluetoothUtils
DCachedBluetoothDevice.java995 leftBattery = BluetoothUtils.getIntMetaData(mDevice, in getConnectionSummary()
997 rightBattery = BluetoothUtils.getIntMetaData(mDevice, in getConnectionSummary()