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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DRemoteDevices.java209 int getBondState() { method in class:RemoteDevices.DeviceProperties
349 if (device.getBondState() == BluetoothDevice.BOND_BONDING) {
H A DAdapterService.java1122 public int getBondState(BluetoothDevice device) { method in class:AdapterService.AdapterServiceBinder
1126 return service.getBondState(device);
1601 if (deviceProp != null && deviceProp.getBondState() != BluetoothDevice.BOND_NONE) {
1890 if (deviceProp == null || deviceProp.getBondState() != BluetoothDevice.BOND_BONDED) {
1899 int getBondState(BluetoothDevice device) { method in class:AdapterService
1905 return deviceProp.getBondState();
1972 (deviceProp.getBondState() != BluetoothDevice.BOND_BONDING &&
1973 deviceProp.getBondState() != BluetoothDevice.BOND_BONDED)) {
1984 if (deviceProp == null || deviceProp.getBondState() != BluetoothDevice.BOND_BONDING) {
1997 if (deviceProp == null || deviceProp.getBondState() !
[all...]

Completed in 51 milliseconds