Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/server/
DBluetoothService.java263 if (BluetoothAdapter.checkBluetoothAddress(dockAddress)) { in readDockBluetoothAddress()
939 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in getRemoteName()
956 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in getRemoteAlias()
971 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in setRemoteAlias()
1038 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in isBondingFeasible()
1129 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in cancelBondProcess()
1148 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in removeBond()
1177 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in getBondState()
1212 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in setTrust()
1232 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in getTrustState()
[all …]
DBluetoothInputProfileHandler.java144 if (!BluetoothAdapter.checkBluetoothAddress(device.getAddress())) { in setInputDevicePriority()
DBluetoothA2dpService.java453 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in allowIncomingConnect()
/frameworks/base/core/java/android/bluetooth/
DBluetoothPan.java299 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothInputDevice.java323 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothA2dp.java480 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothHealth.java470 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothDevice.java507 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in BluetoothDevice()
DBluetoothHeadset.java794 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true; in isValidDevice()
DBluetoothAdapter.java1327 public static boolean checkBluetoothAddress(String address) { in checkBluetoothAddress() method in BluetoothAdapter
/frameworks/base/services/java/com/android/server/input/
DInputManagerService.java1388 BluetoothAdapter.checkBluetoothAddress(uniqueId)) { in getDeviceAlias()
/frameworks/base/media/java/android/media/
DAudioService.java3210 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in onSetA2dpConnectionState()
3438 if (!BluetoothAdapter.checkBluetoothAddress(address)) { in onReceive()
/frameworks/base/api/
D14.txt4231 method public static boolean checkBluetoothAddress(java.lang.String);
D15.txt4236 method public static boolean checkBluetoothAddress(java.lang.String);
Dcurrent.txt4444 method public static boolean checkBluetoothAddress(java.lang.String);
D16.txt4444 method public static boolean checkBluetoothAddress(java.lang.String);