Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDevicePickerPreferenceController.java126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDevicePickerPreferenceController
127 super.onDeviceBondStateChanged(cachedDevice, bondState); in onDeviceBondStateChanged()
DBluetoothPairingSelectionFragment.java40 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {
DBluetoothBondedDevicesPreferenceController.java71 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothBondedDevicesPreferenceController
DBluetoothPreferenceController.java116 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothPreferenceController
DBluetoothScanningDevicesGroupPreferenceController.java134 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothScanningDevicesGroupPreferenceController
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothDevicePickerPreferenceControllerTest.java247 mControllerHelper.getController().onDeviceBondStateChanged( in onDeviceBondStateChanged_selectedDeviceBonded_sendsPickedIntent()
268 mControllerHelper.getController().onDeviceBondStateChanged( in onDeviceBondStateChanged_selectedDeviceBonded_goesBack()
DBluetoothPairingSelectionFragmentTest.java145 callbackCaptor.getValue().onDeviceBondStateChanged(mock(CachedBluetoothDevice.class), in onDeviceBondStateChanged_deviceBonded_goesBack()
DBluetoothBondedDevicesPreferenceControllerTest.java142 mController.onDeviceBondStateChanged(mBondedCachedDevice, BluetoothDevice.BOND_NONE); in onDeviceBondStateChanged_refreshesUi()
DBluetoothScanningDevicesGroupPreferenceControllerTest.java163 mController.onDeviceBondStateChanged(mCachedDevice, BluetoothDevice.BOND_BONDING); in onDeviceBondStateChanged_refreshesUi()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DDevicePickerFragment.java140 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged() method in DevicePickerFragment
DBluetoothPairingDetail.java177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothPairingDetail
DBluetoothDeviceUpdater.java152 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDeviceUpdater
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDetail.java177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothPairingDetail
DDevicePickerFragment.java140 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged() method in DevicePickerFragment
DBluetoothDeviceUpdater.java166 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDeviceUpdater
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DDeviceListPreferenceFragmentTest.java187 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged() method in DeviceListPreferenceFragmentTest.TestFragment