Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:getBondState

141         int bondState = getBondState();
318 if (getBondState() == BluetoothDevice.BOND_NONE) {
346 int state = getBondState();
426 public int getBondState() {
427 return mDevice.getBondState();
463 if (getBondState() == BluetoothDevice.BOND_BONDING) {
627 return SettingsBtStatus.getPairingStatusSummary(getBondState());
690 int bondState = getBondState();
808 comparison = (another.getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0) -
809 (getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0);