Home
last modified time | relevance | path

Searched defs:btClass (Results 1 – 25 of 113) sorted by relevance

12345

/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothDeviceFilter.java103 abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass); in matches()
113 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
134 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
148 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
162 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
174 private static boolean doesClassMatch(BluetoothClass btClass, int classId) { in doesClassMatch()
H A DHidProfile.java173 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
180 public static int getHidClassDrawable(BluetoothClass btClass) { in getHidClassDrawable()
H A DLocalBluetoothProfile.java81 int getDrawableResource(BluetoothClass btClass); in getDrawableResource()
H A DBluetoothUtils.java131 BluetoothClass btClass = cachedDevice.getBtClass(); in getBtClassDrawableWithDescription() local
908 private static boolean doesClassMatch(BluetoothClass btClass, int classId) { in doesClassMatch()
H A DOppProfile.java87 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
H A DPbapServerProfile.java139 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
H A DHidDeviceProfile.java164 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
H A DPanProfile.java162 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
H A DHfpClientProfile.java199 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
H A DMapClientProfile.java191 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
H A DMapProfile.java192 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
H A DSapProfile.java190 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
H A DPbapClientProfile.java186 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
H A DA2dpSinkProfile.java198 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
H A DCsipSetCoordinatorProfile.java213 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
H A DHeadsetProfile.java219 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
H A DVolumeControlProfile.java335 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
H A DLeAudioProfile.java297 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
H A DHearingAidProfile.java335 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
H A DA2dpProfile.java373 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java128 int transport, OobData oobData, ParcelUuid[] uuids, BluetoothClass btClass, in BluetoothPeripheralHandover()
136 int transport, OobData oobData, ParcelUuid[] uuids, BluetoothClass btClass, in BluetoothPeripheralHandover()
609 boolean hasA2dpCapability(ParcelUuid[] uuids, BluetoothClass btClass) { in hasA2dpCapability()
623 boolean hasHeadsetCapability(ParcelUuid[] uuids, BluetoothClass btClass) { in hasHeadsetCapability()
DPeripheralHandoverService.java189 BluetoothClass btClass = msgData.getParcelable(EXTRA_PERIPHERAL_CLASS); in doPeripheralHandover() local
/aosp_15_r20/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/testutils/
DBluetoothTestUtils.java165 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
/aosp_15_r20/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/testutils/
DBluetoothTestUtils.java165 public int getDrawableResource(BluetoothClass btClass) { in getDrawableResource()
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothMap.java270 public static boolean doesClassMatchSink(BluetoothClass btClass) { in doesClassMatchSink()

12345