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.java383 private void onDeviceBondStateChangedInternal(CachedBluetoothDevice d, int bondState) { in onDeviceBondStateChangedInternal() argument
385 if (bondState == BluetoothDevice.BOND_BONDED) { in onDeviceBondStateChangedInternal()
389 } else if (bondState == BluetoothDevice.BOND_NONE) { in onDeviceBondStateChangedInternal()
491 int bondState = msg.arg1; in handleMessage() local
492 onDeviceBondStateChangedInternal(d, bondState); in handleMessage()
598 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument
600 bondState, 0, cachedDevice).sendToTarget(); in onDeviceBondStateChanged()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothCallback.java29 void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState); in onDeviceBondStateChanged() argument
DBluetoothEventManager.java315 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive() local
336 callback.onDeviceBondStateChanged(cachedDevice, bondState); in onReceive()
339 cachedDevice.onBondingStateChanged(bondState); in onReceive()
341 if (bondState == BluetoothDevice.BOND_NONE) { in onReceive()
DCachedBluetoothDevice.java698 void onBondingStateChanged(int bondState) { in onBondingStateChanged() argument
699 if (bondState == BluetoothDevice.BOND_NONE) { in onBondingStateChanged()
710 if (bondState == BluetoothDevice.BOND_BONDED) { in onBondingStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java261 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() argument