Searched refs:bondState (Results 1 – 5 of 5) sorted by relevance
387 private void onDeviceBondStateChangedInternal(CachedBluetoothDevice d, int bondState) { in onDeviceBondStateChangedInternal() argument389 if (bondState == BluetoothDevice.BOND_BONDED) { in onDeviceBondStateChangedInternal()393 } else if (bondState == BluetoothDevice.BOND_NONE) { in onDeviceBondStateChangedInternal()495 int bondState = msg.arg1; in handleMessage() local496 onDeviceBondStateChangedInternal(d, bondState); in handleMessage()602 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument604 bondState, 0, cachedDevice).sendToTarget(); in onDeviceBondStateChanged()
76 default void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged() argument
337 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive() local347 callback.onDeviceBondStateChanged(cachedDevice, bondState); in onReceive()349 cachedDevice.onBondingStateChanged(bondState); in onReceive()351 if (bondState == BluetoothDevice.BOND_NONE) { in onReceive()
734 void onBondingStateChanged(int bondState) { in onBondingStateChanged() argument735 if (bondState == BluetoothDevice.BOND_NONE) { in onBondingStateChanged()746 if (bondState == BluetoothDevice.BOND_BONDED && mDevice.isBondingInitiatedLocally()) { in onBondingStateChanged()
350 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument