Searched refs:bondState (Results 1 – 5 of 5) sorted by relevance
383 private void onDeviceBondStateChangedInternal(CachedBluetoothDevice d, int bondState) { in onDeviceBondStateChangedInternal() argument385 if (bondState == BluetoothDevice.BOND_BONDED) { in onDeviceBondStateChangedInternal()389 } else if (bondState == BluetoothDevice.BOND_NONE) { in onDeviceBondStateChangedInternal()491 int bondState = msg.arg1; in handleMessage() local492 onDeviceBondStateChangedInternal(d, bondState); in handleMessage()598 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument600 bondState, 0, cachedDevice).sendToTarget(); in onDeviceBondStateChanged()
29 void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState); in onDeviceBondStateChanged() argument
315 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive() local336 callback.onDeviceBondStateChanged(cachedDevice, bondState); in onReceive()339 cachedDevice.onBondingStateChanged(bondState); in onReceive()341 if (bondState == BluetoothDevice.BOND_NONE) { in onReceive()
698 void onBondingStateChanged(int bondState) { in onBondingStateChanged() argument699 if (bondState == BluetoothDevice.BOND_NONE) { in onBondingStateChanged()710 if (bondState == BluetoothDevice.BOND_BONDED) { in onBondingStateChanged()
261 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument