HomeSort by relevance Sort by last modified time
    Searched refs:isUuidPresent (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java 91 public static boolean isUuidPresent(ParcelUuid[] uuidArray, ParcelUuid uuid) {
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 496 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree)) {
503 } else if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP)) {
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothService.java     [all...]
BluetoothA2dpService.java 238 if (uuids != null && BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.AudioSink)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 567 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) {

Completed in 580 milliseconds