Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DHearingDevicePairingDetail.java71 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in HearingDevicePairingDetail
72 super.onDeviceBondStateChanged(cachedDevice, bondState); in onDeviceBondStateChanged()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DHearingDevicePairingDetailTest.java88 mFragment.onDeviceBondStateChanged(mCachedBluetoothDevice, BluetoothDevice.BOND_NONE); in onDeviceBondStateChanged_bondNone_setProgressFalse()
97 mFragment.onDeviceBondStateChanged(mCachedBluetoothDevice, BluetoothDevice.BOND_BONDING); in onDeviceBondStateChanged_bonding_setProgressTrue()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
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.java137 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/src/com/android/settings/bluetooth/
DBluetoothDevicePairingDetailBase.java94 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDevicePairingDetailBase
DDevicePickerFragment.java159 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged() method in DevicePickerFragment
DBluetoothDeviceUpdater.java170 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDeviceUpdater
/packages/apps/Car/Settings/tests/unit/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.java186 mPreferenceController.onDeviceBondStateChanged(mBondedCachedDevice, in onDeviceBondStateChanged_refreshesUi()