Searched refs:getBooleanMetaData (Results 1 – 4 of 4) sorted by relevance
95 final boolean untetheredHeadset = BluetoothUtils.getBooleanMetaData( in getAvailabilityStatus()214 final boolean charging = BluetoothUtils.getBooleanMetaData(bluetoothDevice, chargeMetaKey); in updateSubLayout()
76 final boolean untetheredHeadset = BluetoothUtils.getBooleanMetaData( in onCreateDialog()
61 || !BluetoothUtils.getBooleanMetaData(mCachedDevice.getDevice(), in isAvailable()
158 public static boolean getBooleanMetaData(BluetoothDevice bluetoothDevice, int key) { in getBooleanMetaData() method in Utils