Home
last modified time | relevance | path

Searched refs:onDeviceDeleted (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothDevicesGroupPreferenceControllerTest.java237 mController.onDeviceDeleted(mCachedDevice1); in onDeviceDeleted_refreshesUi()
253 mController.onDeviceDeleted(mCachedDevice1); in onDeviceDeleted_lastDevice_hidesGroup()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPreferenceController.java112 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted() method in BluetoothPreferenceController
DBluetoothDevicesGroupPreferenceController.java141 public final void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted() method in BluetoothDevicesGroupPreferenceController
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDetail.java206 onDeviceDeleted(cachedDevice); in onProfileConnectionStateChanged()
DDeviceListPreferenceFragment.java222 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted() method in DeviceListPreferenceFragment
DBluetoothDeviceUpdater.java158 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted() method in BluetoothDeviceUpdater
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DDeviceListPreferenceFragment.java219 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted() method in DeviceListPreferenceFragment
DBluetoothDeviceUpdater.java144 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted() method in BluetoothDeviceUpdater
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDeviceUpdaterTest.java152 mBluetoothDeviceUpdater.onDeviceDeleted(mCachedBluetoothDevice); in testOnDeviceDeleted_deviceExists_removePreference()