Searched refs:checkBluetoothAddress (Results 1 – 21 of 21) sorted by relevance
159 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()
545 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in handleBtScoActiveDeviceChange()
239 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
237 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
322 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
365 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
336 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
430 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
367 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
608 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
445 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
799 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
1043 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
1186 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress()); in isValidDevice()
932 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in BluetoothDevice()
2824 public static boolean checkBluetoothAddress(String address) { in checkBluetoothAddress() method in BluetoothAdapter
553 if (deviceAddress != null && !BluetoothAdapter.checkBluetoothAddress(deviceAddress)) { in setDeviceAddress()
2030 if (BluetoothAdapter.checkBluetoothAddress(uniqueId)) { in getDeviceAlias()
3158 HSPLandroid/bluetooth/BluetoothAdapter;->checkBluetoothAddress(Ljava/lang/String;)Z
5808 method public static boolean checkBluetoothAddress(java.lang.String);
7957 method public static boolean checkBluetoothAddress(String);