/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothDevicePairingDetailBaseTest.java | 208 mFragment.onDeviceBondStateChanged(mCachedBluetoothDevice, BluetoothDevice.BOND_BONDED); in onDeviceBondStateChanged_bonded_notPairInSharing_finish() 222 mFragment.onDeviceBondStateChanged(mCachedBluetoothDevice, BluetoothDevice.BOND_BONDED); in onDeviceBondStateChanged_bonded_shareThenPair_handle() 244 mFragment.onDeviceBondStateChanged(mCachedBluetoothDevice, BluetoothDevice.BOND_BONDING); in onDeviceBondStateChanged_bonding_notPairInSharing_doNothing() 257 mFragment.onDeviceBondStateChanged(mCachedBluetoothDevice, BluetoothDevice.BOND_BONDING); in onDeviceBondStateChanged_bonding_shareThenPair_addListener() 269 mFragment.onDeviceBondStateChanged(mCachedBluetoothDevice, BluetoothDevice.BOND_NONE); in onDeviceBondStateChanged_unbonded_notPairInSharing_doNothing() 282 mFragment.onDeviceBondStateChanged(mCachedBluetoothDevice, BluetoothDevice.BOND_BONDING); in onDeviceBondStateChanged_unbonded_shareThenPair_removeListener() 283 mFragment.onDeviceBondStateChanged(mCachedBluetoothDevice, BluetoothDevice.BOND_NONE); in onDeviceBondStateChanged_unbonded_shareThenPair_removeListener() 317 mFragment.onDeviceBondStateChanged(mCachedBluetoothDevice, BluetoothDevice.BOND_BONDED); in onProfileConnectionStateChanged_inSelectedListAndConnected_shareThenPair_handle()
|
D | DevicePickerFragmentTest.java | 82 mFragment.onDeviceBondStateChanged(cachedDevice, BluetoothDevice.BOND_BONDED); in callingPackageIsEqualToLaunchPackage_sendBroadcastToLaunchPackage() 101 mFragment.onDeviceBondStateChanged(cachedDevice, BluetoothDevice.BOND_BONDED); in callingPackageIsNotEqualToLaunchPackage_broadcastNotSend()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicePickerPreferenceController.java | 139 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDevicePickerPreferenceController 140 super.onDeviceBondStateChanged(cachedDevice, bondState); in onDeviceBondStateChanged()
|
D | BluetoothPairingSelectionFragment.java | 52 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {
|
D | BluetoothPreferenceController.java | 126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothPreferenceController
|
D | BluetoothScanningDevicesGroupPreferenceController.java | 166 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothScanningDevicesGroupPreferenceController
|
D | BluetoothBondedDevicesPreferenceController.java | 142 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothBondedDevicesPreferenceController
|
/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
D | PairedBluetoothDevicesWorker.java | 73 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in PairedBluetoothDevicesWorker
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | HearingDevicePairingFragmentTest.java | 246 mFragment.onDeviceBondStateChanged(mCachedDevice, BluetoothDevice.BOND_BONDED); in onDeviceBondStateChanged_bonded_finish() 255 mFragment.onDeviceBondStateChanged(mCachedDevice, BluetoothDevice.BOND_NONE); in onDeviceBondStateChanged_selectedDeviceNotBonded_startScanning()
|
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicePickerPreferenceControllerTest.java | 328 mPreferenceController.onDeviceBondStateChanged( in onDeviceBondStateChanged_selectedDeviceBonded_sendsPickedIntent() 353 mPreferenceController.onDeviceBondStateChanged( in onDeviceBondStateChanged_selectedDeviceBonded_goesBack()
|
D | BluetoothPairingSelectionFragmentTest.java | 148 mFragment.mCallback.onDeviceBondStateChanged(mock(CachedBluetoothDevice.class), in onDeviceBondStateChanged_deviceBonded_goesBack()
|
D | BluetoothScanningDevicesGroupPreferenceControllerTest.java | 205 mController.onDeviceBondStateChanged(mCachedDevice, BluetoothDevice.BOND_BONDING); in onDeviceBondStateChanged_refreshesUi()
|
D | BluetoothBondedDevicesPreferenceControllerTest.java | 188 mPreferenceController.onDeviceBondStateChanged(mBondedCachedDevice, in onDeviceBondStateChanged_refreshesUi()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | DevicePickerFragment.java | 180 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged() method in DevicePickerFragment
|
D | BluetoothDeviceUpdater.java | 171 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDeviceUpdater
|
D | BluetoothDevicePairingDetailBase.java | 180 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDevicePairingDetailBase
|
D | BluetoothDeviceDetailsFragment.java | 128 public void onDeviceBondStateChanged(
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | HearingDevicePairingFragment.java | 194 public void onDeviceBondStateChanged(@NonNull CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged() method in HearingDevicePairingFragment
|