Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/connecteddevice/
DSavedDeviceGroupController.java172 public void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater() argument
173 mBluetoothDeviceUpdater = bluetoothDeviceUpdater; in setBluetoothDeviceUpdater()
DConnectedDeviceGroupController.java183 void init(BluetoothDeviceUpdater bluetoothDeviceUpdater, in init() argument
188 mBluetoothDeviceUpdater = bluetoothDeviceUpdater; in init()
DPreviouslyConnectedDevicePreferenceController.java244 void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater() argument
245 mBluetoothDeviceUpdater = bluetoothDeviceUpdater; in setBluetoothDeviceUpdater()
DAvailableMediaDeviceGroupController.java309 public void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater() argument
310 mBluetoothDeviceUpdater = bluetoothDeviceUpdater; in setBluetoothDeviceUpdater()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDevicePreferenceController.java372 void setBluetoothDeviceUpdater(@Nullable BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater() argument
373 mBluetoothDeviceUpdater = bluetoothDeviceUpdater; in setBluetoothDeviceUpdater()