Searched refs:getIntMetaData (Results 1 – 4 of 4) sorted by relevance
110 assertThat(BluetoothUtils.getIntMetaData(mBluetoothDevice, in getIntMetaData_hasMetaData_getCorrectMetaData()120 assertThat(BluetoothUtils.getIntMetaData(mBluetoothDevice, in getIntMetaData_invalidMetaData_getErrorCode()
268 final int batteryLevel = BluetoothUtils.getIntMetaData(bluetoothDevice, batteryMetaKey); in updateSubLayout()285 int lowBatteryLevel = BluetoothUtils.getIntMetaData(bluetoothDevice, in updateSubLayout()
997 leftBattery = BluetoothUtils.getIntMetaData(mDevice, in getConnectionSummary()999 rightBattery = BluetoothUtils.getIntMetaData(mDevice, in getConnectionSummary()
350 public static int getIntMetaData(BluetoothDevice bluetoothDevice, int key) { in getIntMetaData() method in BluetoothUtils