Home
last modified time | relevance | path

Searched refs:onDeviceBondStateChanged (Results 1 – 19 of 19) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DDevicePickerFragmentTest.java82 mFragment.onDeviceBondStateChanged(cachedDevice, BluetoothDevice.BOND_BONDED); in callingPackageIsEqualToLaunchPackage_sendBroadcastToLaunchPackage()
101 mFragment.onDeviceBondStateChanged(cachedDevice, BluetoothDevice.BOND_BONDED); in callingPackageIsNotEqualToLaunchPackage_broadcastNotSend()
H A DDeviceListPreferenceFragmentTest.java187 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged() method in DeviceListPreferenceFragmentTest.TestFragment
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothDevicePickerPreferenceController.java139 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDevicePickerPreferenceController
140 super.onDeviceBondStateChanged(cachedDevice, bondState); in onDeviceBondStateChanged()
H A DBluetoothPairingSelectionFragment.java52 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {
H A DBluetoothPreferenceController.java126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothPreferenceController
H A DBluetoothScanningDevicesGroupPreferenceController.java149 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothScanningDevicesGroupPreferenceController
H A DBluetoothBondedDevicesPreferenceController.java103 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothBondedDevicesPreferenceController
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothCallback.java76 default void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged() method
H A DBluetoothEventManager.java347 callback.onDeviceBondStateChanged(cachedDevice, bondState); in onReceive()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/qc/
H A DPairedBluetoothDevicesWorker.java73 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in PairedBluetoothDevicesWorker
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPairingDetail.java177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothPairingDetail
H A DDevicePickerFragment.java157 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged() method in DevicePickerFragment
H A DBluetoothDeviceUpdater.java166 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDeviceUpdater
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
H A DBluetoothDevicePickerPreferenceControllerTest.java312 mPreferenceController.onDeviceBondStateChanged( in onDeviceBondStateChanged_selectedDeviceBonded_sendsPickedIntent()
337 mPreferenceController.onDeviceBondStateChanged( in onDeviceBondStateChanged_selectedDeviceBonded_goesBack()
H A DBluetoothPairingSelectionFragmentTest.java148 mFragment.mCallback.onDeviceBondStateChanged(mock(CachedBluetoothDevice.class), in onDeviceBondStateChanged_deviceBonded_goesBack()
H A DBluetoothBondedDevicesPreferenceControllerTest.java158 mPreferenceController.onDeviceBondStateChanged(mBondedCachedDevice, in onDeviceBondStateChanged_refreshesUi()
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
H A DBluetoothScanningDevicesGroupPreferenceControllerTest.java163 mController.onDeviceBondStateChanged(mCachedDevice, BluetoothDevice.BOND_BONDING); in onDeviceBondStateChanged_refreshesUi()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java350 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothControllerImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java602 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in KeyboardUI.BluetoothCallbackHandler