Home
last modified time | relevance | path

Searched refs:doesClassMatch (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothDeviceFilter.java122 if (doesClassMatch(btClass, BluetoothClass.PROFILE_A2DP) in matches()
123 || doesClassMatch(btClass, BluetoothClass.PROFILE_HEADSET)) { in matches()
141 && doesClassMatch(btClass, BluetoothClass.PROFILE_OPP); in matches()
155 && doesClassMatch(btClass, BluetoothClass.PROFILE_PANU); in matches()
169 && doesClassMatch(btClass, BluetoothClass.PROFILE_NAP); in matches()
174 private static boolean doesClassMatch(BluetoothClass btClass, int classId) { in doesClassMatch() method in BluetoothDeviceFilter
175 return btClass.doesClassMatch(classId); in doesClassMatch()
H A DBluetoothUtils.java138 if (doesClassMatch(btClass, BluetoothClass.PROFILE_HEADSET)) { in getBtClassDrawableWithDescription()
144 if (doesClassMatch(btClass, BluetoothClass.PROFILE_A2DP)) { in getBtClassDrawableWithDescription()
474 private static boolean doesClassMatch(BluetoothClass btClass, int classId) { in doesClassMatch() method in BluetoothUtils
475 return btClass.doesClassMatch(classId); in doesClassMatch()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java242 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_A2DP)) { in getSecondaryLabel()
245 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HEADSET)) { in getSecondaryLabel()
248 } else if (bluetoothClass.doesClassMatch(BluetoothClass.PROFILE_HID)) { in getSecondaryLabel()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...