Home
last modified time | relevance | path

Searched refs:bluetoothDeviceUpdater (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/connecteddevice/
H A DSavedDeviceGroupController.java124 public void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater() argument
125 mBluetoothDeviceUpdater = bluetoothDeviceUpdater; in setBluetoothDeviceUpdater()
H A DAvailableMediaDeviceGroupController.java132 public void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater() argument
133 mBluetoothDeviceUpdater = bluetoothDeviceUpdater; in setBluetoothDeviceUpdater()
H A DConnectedDeviceGroupController.java124 public void init(BluetoothDeviceUpdater bluetoothDeviceUpdater, in init() argument
128 mBluetoothDeviceUpdater = bluetoothDeviceUpdater; in init()
H A DPreviouslyConnectedDevicePreferenceController.java206 void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater() argument
207 mBluetoothDeviceUpdater = bluetoothDeviceUpdater; in setBluetoothDeviceUpdater()