Searched refs:bondState (Results 1 – 8 of 8) sorted by relevance
222 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,229 bondState);232 if (bondState == BluetoothDevice.BOND_NONE &&238 } else if (bondState == BluetoothDevice.BOND_BONDED) {
84 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,86 if (bondState == BluetoothDevice.BOND_BONDED ||87 bondState == BluetoothDevice.BOND_NONE) {
208 int bondState = mCachedDevice.getBondState(); in onClicked() local212 } else if (bondState == BluetoothDevice.BOND_BONDED) { in onClicked()214 } else if (bondState == BluetoothDevice.BOND_NONE) { in onClicked()
127 int bondState) { in onDeviceBondStateChanged() argument128 if (bondState == BluetoothDevice.BOND_BONDED) { in onDeviceBondStateChanged()
112 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive() local117 (bondState == BluetoothDevice.BOND_NONE)) { in onReceive()
81 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,83 if (bondState == BluetoothDevice.BOND_BONDED ||84 bondState == BluetoothDevice.BOND_NONE) {
455 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument564 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument
950 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument952 if (bondState == BluetoothDevice.BOND_NONE) { in onDeviceBondStateChanged()