Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDevicePairingDetailBaseTest.java208 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()
DDevicePickerFragmentTest.java82 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/
DBluetoothDevicePickerPreferenceController.java139 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDevicePickerPreferenceController
140 super.onDeviceBondStateChanged(cachedDevice, bondState); in onDeviceBondStateChanged()
DBluetoothPairingSelectionFragment.java52 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {
DBluetoothPreferenceController.java126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothPreferenceController
DBluetoothScanningDevicesGroupPreferenceController.java166 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothScanningDevicesGroupPreferenceController
DBluetoothBondedDevicesPreferenceController.java142 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothBondedDevicesPreferenceController
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DPairedBluetoothDevicesWorker.java73 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in PairedBluetoothDevicesWorker
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DHearingDevicePairingFragmentTest.java246 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/
DBluetoothDevicePickerPreferenceControllerTest.java328 mPreferenceController.onDeviceBondStateChanged( in onDeviceBondStateChanged_selectedDeviceBonded_sendsPickedIntent()
353 mPreferenceController.onDeviceBondStateChanged( in onDeviceBondStateChanged_selectedDeviceBonded_goesBack()
DBluetoothPairingSelectionFragmentTest.java148 mFragment.mCallback.onDeviceBondStateChanged(mock(CachedBluetoothDevice.class), in onDeviceBondStateChanged_deviceBonded_goesBack()
DBluetoothScanningDevicesGroupPreferenceControllerTest.java205 mController.onDeviceBondStateChanged(mCachedDevice, BluetoothDevice.BOND_BONDING); in onDeviceBondStateChanged_refreshesUi()
DBluetoothBondedDevicesPreferenceControllerTest.java188 mPreferenceController.onDeviceBondStateChanged(mBondedCachedDevice, in onDeviceBondStateChanged_refreshesUi()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDevicePickerFragment.java180 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged() method in DevicePickerFragment
DBluetoothDeviceUpdater.java171 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDeviceUpdater
DBluetoothDevicePairingDetailBase.java180 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDevicePairingDetailBase
DBluetoothDeviceDetailsFragment.java128 public void onDeviceBondStateChanged(
/packages/apps/Settings/src/com/android/settings/accessibility/
DHearingDevicePairingFragment.java194 public void onDeviceBondStateChanged(@NonNull CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged() method in HearingDevicePairingFragment