/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothCallback.java | 64 default void onDeviceDeleted(CachedBluetoothDevice cachedDevice) {} in onDeviceDeleted() method
|
H A D | BluetoothEventManager.java | 198 callback.onDeviceDeleted(cachedDevice); in dispatchDeviceRemoved()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
H A D | PairedBluetoothDevicesWorker.java | 68 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted() method in PairedBluetoothDevicesWorker
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
H A D | BluetoothPreferenceController.java | 122 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted() method in BluetoothPreferenceController
|
H A D | BluetoothDevicesGroupPreferenceController.java | 152 public final void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted() method in BluetoothDevicesGroupPreferenceController
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/ |
H A D | BluetoothDevicesGroupPreferenceControllerTest.java | 237 mController.onDeviceDeleted(mCachedDevice1); in onDeviceDeleted_refreshesUi() 253 mController.onDeviceDeleted(mCachedDevice1); in onDeviceDeleted_lastDevice_hidesGroup()
|
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | BluetoothPairingDetail.java | 206 onDeviceDeleted(cachedDevice); in onProfileConnectionStateChanged()
|
H A D | DeviceListPreferenceFragment.java | 222 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted() method in DeviceListPreferenceFragment
|
H A D | BluetoothDeviceUpdater.java | 158 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted() method in BluetoothDeviceUpdater
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
H A D | BluetoothDeviceUpdaterTest.java | 159 mBluetoothDeviceUpdater.onDeviceDeleted(mCachedBluetoothDevice); in testOnDeviceDeleted_deviceExists_removePreference()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | BluetoothControllerImpl.java | 342 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted() method in BluetoothControllerImpl
|