Home
last modified time | relevance | path

Searched refs:BluetoothDeviceUpdater (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Settings/src/com/android/settings/connecteddevice/
DPreviouslyConnectedDevicePreferenceController.java26 import com.android.settings.bluetooth.BluetoothDeviceUpdater;
42 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
108 void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater()
DSavedDeviceGroupController.java26 import com.android.settings.bluetooth.BluetoothDeviceUpdater;
50 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
123 public void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater()
DAvailableMediaDeviceGroupController.java31 import com.android.settings.bluetooth.BluetoothDeviceUpdater;
56 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
131 public void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater()
DConnectedDeviceGroupController.java26 import com.android.settings.bluetooth.BluetoothDeviceUpdater;
51 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
123 public void init(BluetoothDeviceUpdater bluetoothDeviceUpdater, in init()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/connecteddevice/
DPreviouslyConnectedDevicePreferenceController.java26 import com.android.car.developeroptions.bluetooth.BluetoothDeviceUpdater;
42 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
107 void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater()
DSavedDeviceGroupController.java26 import com.android.car.developeroptions.bluetooth.BluetoothDeviceUpdater;
50 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
122 public void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater()
DAvailableMediaDeviceGroupController.java31 import com.android.car.developeroptions.bluetooth.BluetoothDeviceUpdater;
56 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
129 public void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater()
DConnectedDeviceGroupController.java26 import com.android.car.developeroptions.bluetooth.BluetoothDeviceUpdater;
51 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
118 public void init(BluetoothDeviceUpdater bluetoothDeviceUpdater, in init()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDeviceUpdater.java50 public abstract class BluetoothDeviceUpdater implements BluetoothCallback, class
67 public BluetoothDeviceUpdater(Context context, DashboardFragment fragment, in BluetoothDeviceUpdater() method in BluetoothDeviceUpdater
73 BluetoothDeviceUpdater(DashboardFragment fragment, in BluetoothDeviceUpdater() method in BluetoothDeviceUpdater
DSavedBluetoothDeviceUpdater.java31 public class SavedBluetoothDeviceUpdater extends BluetoothDeviceUpdater
DAvailableMediaBluetoothDeviceUpdater.java32 public class AvailableMediaBluetoothDeviceUpdater extends BluetoothDeviceUpdater
DConnectedBluetoothDeviceUpdater.java33 public class ConnectedBluetoothDeviceUpdater extends BluetoothDeviceUpdater {
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothDeviceUpdater.java50 public abstract class BluetoothDeviceUpdater implements BluetoothCallback, class
67 public BluetoothDeviceUpdater(Context context, DashboardFragment fragment, in BluetoothDeviceUpdater() method in BluetoothDeviceUpdater
73 BluetoothDeviceUpdater(DashboardFragment fragment, in BluetoothDeviceUpdater() method in BluetoothDeviceUpdater
DSavedBluetoothDeviceUpdater.java31 public class SavedBluetoothDeviceUpdater extends BluetoothDeviceUpdater
DAvailableMediaBluetoothDeviceUpdater.java32 public class AvailableMediaBluetoothDeviceUpdater extends BluetoothDeviceUpdater
DConnectedBluetoothDeviceUpdater.java33 public class ConnectedBluetoothDeviceUpdater extends BluetoothDeviceUpdater {
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
DSavedDeviceGroupControllerTest.java34 import com.android.settings.bluetooth.BluetoothDeviceUpdater;
54 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
DPreviouslyConnectedDevicePreferenceControllerTest.java35 import com.android.settings.bluetooth.BluetoothDeviceUpdater;
55 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDeviceUpdaterTest.java82 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
104 new BluetoothDeviceUpdater(mDashboardFragment, mDevicePreferenceCallback, in setUp()