/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicePickerPreferenceController.java | 126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDevicePickerPreferenceController 127 super.onDeviceBondStateChanged(cachedDevice, bondState); in onDeviceBondStateChanged()
|
D | BluetoothBondedDevicesPreferenceController.java | 72 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothBondedDevicesPreferenceController
|
D | BluetoothPairingSelectionFragment.java | 43 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {
|
D | BluetoothPreferenceController.java | 116 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothPreferenceController
|
D | BluetoothScanningDevicesGroupPreferenceController.java | 135 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothScanningDevicesGroupPreferenceController
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicePickerPreferenceControllerTest.java | 254 mControllerHelper.getController().onDeviceBondStateChanged( in onDeviceBondStateChanged_selectedDeviceBonded_sendsPickedIntent() 275 mControllerHelper.getController().onDeviceBondStateChanged( in onDeviceBondStateChanged_selectedDeviceBonded_goesBack()
|
D | BluetoothPairingSelectionFragmentTest.java | 145 callbackCaptor.getValue().onDeviceBondStateChanged(mock(CachedBluetoothDevice.class), in onDeviceBondStateChanged_deviceBonded_goesBack()
|
D | BluetoothBondedDevicesPreferenceControllerTest.java | 142 mController.onDeviceBondStateChanged(mBondedCachedDevice, BluetoothDevice.BOND_NONE); in onDeviceBondStateChanged_refreshesUi()
|
D | BluetoothScanningDevicesGroupPreferenceControllerTest.java | 167 mController.onDeviceBondStateChanged(mCachedDevice, BluetoothDevice.BOND_BONDING); in onDeviceBondStateChanged_refreshesUi()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingDetail.java | 177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothPairingDetail
|
D | DevicePickerFragment.java | 140 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged() method in DevicePickerFragment
|
D | BluetoothDeviceUpdater.java | 162 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDeviceUpdater
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | DevicePickerFragment.java | 140 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged() method in DevicePickerFragment
|
D | BluetoothPairingDetail.java | 177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothPairingDetail
|
D | BluetoothDeviceUpdater.java | 152 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothDeviceUpdater
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | DeviceListPreferenceFragmentTest.java | 187 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged() method in DeviceListPreferenceFragmentTest.TestFragment
|