Home
last modified time | relevance | path

Searched refs:checkBluetoothAddress (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java159 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in onSetA2dpSinkConnectionState()
221 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in onSetA2dpSourceConnectionState()
242 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in onSetHearingAidConnectionState()
277 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in onBluetoothA2dpActiveDeviceChange()
DBtHelper.java545 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in handleBtScoActiveDeviceChange()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAvrcpController.java239 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothPbapClient.java237 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothPan.java322 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothSap.java365 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothMap.java336 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothA2dpSink.java430 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothMapClient.java367 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothHearingAid.java608 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothHidHost.java445 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothA2dp.java799 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothHeadsetClient.java1043 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothHeadset.java1186 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
DBluetoothDevice.java932 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in BluetoothDevice()
DBluetoothAdapter.java2824 public static boolean checkBluetoothAddress(String address) { in checkBluetoothAddress() method in BluetoothAdapter
/frameworks/base/core/java/android/bluetooth/le/
DScanFilter.java553 if (deviceAddress != null && !BluetoothAdapter.checkBluetoothAddress(deviceAddress)) { in setDeviceAddress()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2030 if (BluetoothAdapter.checkBluetoothAddress(uniqueId)) { in getDeviceAlias()
/frameworks/base/config/
Dboot-image-profile.txt3158 HSPLandroid/bluetooth/BluetoothAdapter;->checkBluetoothAddress(Ljava/lang/String;)Z
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5808 method public static boolean checkBluetoothAddress(java.lang.String);
/frameworks/base/api/
Dcurrent.txt7957 method public static boolean checkBluetoothAddress(String);