Searched refs:getBondState (Results 1 – 6 of 6) sorted by relevance
61 int getBondState(in BluetoothDevice device); in getBondState() method
928 public int getBondState() { in getBondState() method in BluetoothDevice934 return sService.getBondState(this); in getBondState()
791 int state = device.getBondState(); in pairOrAcceptPair()813 state = device.getBondState(); in pairOrAcceptPair()853 int state = device.getBondState(); in unpair()875 if (device.getBondState() == BluetoothDevice.BOND_NONE in unpair()
309 final boolean bonded = bondedDevice.getBondState() != BluetoothDevice.BOND_NONE; in handleUpdateBondedDevices()
6414 method public int getBondState();
6202 method public int getBondState();