Searched refs:checkBluetoothAddress (Results 1 – 24 of 24) sorted by relevance
171 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in onSetA2dpSinkConnectionState()220 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in onSetA2dpSourceConnectionState()241 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in onSetHearingAidConnectionState()276 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in onBluetoothA2dpActiveDeviceChange()
552 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in handleBtScoActiveDeviceChange()
239 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
246 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
368 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
405 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
409 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
419 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
425 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
593 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
485 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
739 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
500 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
889 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
1159 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
1245 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
948 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in BluetoothDevice()
3052 public static boolean checkBluetoothAddress(String address) { in checkBluetoothAddress() method in BluetoothAdapter
553 if (deviceAddress != null && !BluetoothAdapter.checkBluetoothAddress(deviceAddress)) { in setDeviceAddress()
2107 if (BluetoothAdapter.checkBluetoothAddress(uniqueId)) { in getDeviceAlias()
3158 HSPLandroid/bluetooth/BluetoothAdapter;->checkBluetoothAddress(Ljava/lang/String;)Z
5808 method public static boolean checkBluetoothAddress(java.lang.String);
7960 method public static boolean checkBluetoothAddress(String);