Home
last modified time | relevance | path

Searched refs:bondState (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java387 private void onDeviceBondStateChangedInternal(CachedBluetoothDevice d, int bondState) { in onDeviceBondStateChangedInternal() argument
389 if (bondState == BluetoothDevice.BOND_BONDED) { in onDeviceBondStateChangedInternal()
393 } else if (bondState == BluetoothDevice.BOND_NONE) { in onDeviceBondStateChangedInternal()
495 int bondState = msg.arg1; in handleMessage() local
496 onDeviceBondStateChangedInternal(d, bondState); in handleMessage()
602 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument
604 bondState, 0, cachedDevice).sendToTarget(); in onDeviceBondStateChanged()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothCallback.java76 default void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged() argument
DBluetoothEventManager.java337 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive() local
347 callback.onDeviceBondStateChanged(cachedDevice, bondState); in onReceive()
349 cachedDevice.onBondingStateChanged(bondState); in onReceive()
351 if (bondState == BluetoothDevice.BOND_NONE) { in onReceive()
DCachedBluetoothDevice.java734 void onBondingStateChanged(int bondState) { in onBondingStateChanged() argument
735 if (bondState == BluetoothDevice.BOND_NONE) { in onBondingStateChanged()
746 if (bondState == BluetoothDevice.BOND_BONDED && mDevice.isBondingInitiatedLocally()) { in onBondingStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java350 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument