Home
last modified time | relevance | path

Searched defs:bondState (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothCallback.java93 @NonNull CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged()
DCachedBluetoothDeviceManager.java361 int bondState = device.getBondState(); in shouldPairByCsip() local
423 public synchronized boolean onBondStateChangedIfProcess(BluetoothDevice device, int bondState) { in onBondStateChangedIfProcess()
DBluetoothEventManager.java364 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive() local
DCachedBluetoothDevice.java864 void onBondingStateChanged(int bondState) { in onBondingStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java393 private void onDeviceBondStateChangedInternal(CachedBluetoothDevice d, int bondState) { in onDeviceBondStateChangedInternal()
501 int bondState = msg.arg1; in handleMessage() local
609 @NonNull CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java360 @NonNull CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
361 mLogger.logBondStateChange(cachedDevice.getAddress(), bondState); in onDeviceBondStateChanged() local