Searched defs:getBondState (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DRemoteDevices.java328 int getBondState() { method in class:RemoteDevices.DeviceProperties
611 if (device.getBondState() == BluetoothDevice.BOND_BONDING) {
641 + device.getBondState());
H A DAdapterService.java1103 public int getBondState(BluetoothDevice device) { method in class:AdapterService.AdapterServiceBinder
1109 return service.getBondState(device);
1780 if (deviceProp != null && deviceProp.getBondState() != BluetoothDevice.BOND_NONE) {
1835 if (deviceProp == null || deviceProp.getBondState() != BluetoothDevice.BOND_BONDED) {
1856 public int getBondState(BluetoothDevice device) { method in class:AdapterService
1862 return deviceProp.getBondState();
1975 if (deviceProp == null || (deviceProp.getBondState() != BluetoothDevice.BOND_BONDING
1976 && deviceProp.getBondState() != BluetoothDevice.BOND_BONDED)) {
1987 if (deviceProp == null || deviceProp.getBondState() != BluetoothDevice.BOND_BONDING) {
2000 if (deviceProp == null || deviceProp.getBondState() !
[all...]

Completed in 7930 milliseconds