/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
H A D | DevicePickerFragmentTest.java | 82 mFragment.onDeviceBondStateChanged(cachedDevice, BluetoothDevice.BOND_BONDED); in callingPackageIsEqualToLaunchPackage_sendBroadcastToLaunchPackage() 101 mFragment.onDeviceBondStateChanged(cachedDevice, BluetoothDevice.BOND_BONDED); in callingPackageIsNotEqualToLaunchPackage_broadcastNotSend()
|
H A D | DeviceListPreferenceFragmentTest.java | 187 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 D | BluetoothDevicePickerPreferenceController.java | 139 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDevicePickerPreferenceController 140 super.onDeviceBondStateChanged(cachedDevice, bondState); in onDeviceBondStateChanged()
|
H A D | BluetoothPairingSelectionFragment.java | 52 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {
|
H A D | BluetoothPreferenceController.java | 126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothPreferenceController
|
H A D | BluetoothScanningDevicesGroupPreferenceController.java | 149 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothScanningDevicesGroupPreferenceController
|
H A D | BluetoothBondedDevicesPreferenceController.java | 103 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothBondedDevicesPreferenceController
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothCallback.java | 76 default void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged() method
|
H A D | BluetoothEventManager.java | 347 callback.onDeviceBondStateChanged(cachedDevice, bondState); in onReceive()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
H A D | PairedBluetoothDevicesWorker.java | 73 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in PairedBluetoothDevicesWorker
|
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | BluetoothPairingDetail.java | 177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothPairingDetail
|
H A D | DevicePickerFragment.java | 157 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged() method in DevicePickerFragment
|
H A D | BluetoothDeviceUpdater.java | 166 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 D | BluetoothDevicePickerPreferenceControllerTest.java | 312 mPreferenceController.onDeviceBondStateChanged( in onDeviceBondStateChanged_selectedDeviceBonded_sendsPickedIntent() 337 mPreferenceController.onDeviceBondStateChanged( in onDeviceBondStateChanged_selectedDeviceBonded_goesBack()
|
H A D | BluetoothPairingSelectionFragmentTest.java | 148 mFragment.mCallback.onDeviceBondStateChanged(mock(CachedBluetoothDevice.class), in onDeviceBondStateChanged_deviceBonded_goesBack()
|
H A D | BluetoothBondedDevicesPreferenceControllerTest.java | 158 mPreferenceController.onDeviceBondStateChanged(mBondedCachedDevice, in onDeviceBondStateChanged_refreshesUi()
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/ |
H A D | BluetoothScanningDevicesGroupPreferenceControllerTest.java | 163 mController.onDeviceBondStateChanged(mCachedDevice, BluetoothDevice.BOND_BONDING); in onDeviceBondStateChanged_refreshesUi()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | BluetoothControllerImpl.java | 350 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothControllerImpl
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/ |
H A D | KeyboardUI.java | 602 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in KeyboardUI.BluetoothCallbackHandler
|