Searched defs:bondState (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothCallback.java29 void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState); argument
H A DCachedBluetoothDevice.java549 void onBondingStateChanged(int bondState) { argument
550 if (bondState == BluetoothDevice.BOND_NONE) {
562 if (bondState == BluetoothDevice.BOND_BONDED) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java226 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java383 private void onDeviceBondStateChangedInternal(CachedBluetoothDevice d, int bondState) { argument
385 if (bondState == BluetoothDevice.BOND_BONDED) {
389 } else if (bondState == BluetoothDevice.BOND_NONE) {
491 int bondState = msg.arg1;
492 onDeviceBondStateChangedInternal(d, bondState);
598 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { argument
600 bondState, 0, cachedDevice).sendToTarget();

Completed in 187 milliseconds