Searched refs:getBondState (Results 1 – 13 of 13) sorted by relevance
285 if (getBondState() == BluetoothDevice.BOND_NONE) { in ensurePaired()316 int state = getBondState(); in unpair()432 public int getBondState() { in getBondState() method in CachedBluetoothDevice433 return mDevice.getBondState(); in getBondState()473 return getBondState() == BluetoothDevice.BOND_BONDING; in isBusy()649 comparison = (another.getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0) - in compareTo()650 (getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0); in compareTo()804 if (mDevice.getBondState() != BluetoothDevice.BOND_BONDED) return; in processPhonebookAccess()878 return getBondState() == BluetoothDevice.BOND_BONDING ? R.string.bluetooth_pairing : 0; in getConnectionSummary()
51 return cachedDevice.getBondState() == BluetoothDevice.BOND_NONE; in onDeviceDisappeared()121 if (cachedDevice.getBondState() != BluetoothDevice.BOND_BONDED) { in clearNonBondedDevices()158 if (cachedDevice.getBondState() != BluetoothDevice.BOND_BONDED) { in onBluetoothStateChanged()
87 return device.getBondState() == BluetoothDevice.BOND_BONDED; in matches()94 return device.getBondState() != BluetoothDevice.BOND_BONDED; in matches()
370 if (device != null && device.getBondState() == BluetoothDevice.BOND_NONE) { in onReceive()
64 int getBondState(in BluetoothDevice device); in getBondState() method
973 public int getBondState() { in getBondState() method in BluetoothDevice979 return sService.getBondState(this); in getBondState()
792 int state = device.getBondState(); in pairOrAcceptPair()814 state = device.getBondState(); in pairOrAcceptPair()854 int state = device.getBondState(); in unpair()876 if (device.getBondState() == BluetoothDevice.BOND_NONE in unpair()
103 return device.getName() + " " + device.getBondState() + " " + device.isConnected(); in getDeviceString()
250 if (device.getBondState() == BluetoothDevice.BOND_NONE) continue; in updateItems()
6200 method public int getBondState();
7059 method public int getBondState();
7065 method public int getBondState();
7349 method public int getBondState();