/packages/apps/Settings/src/com/android/settings/connecteddevice/ |
D | PreviouslyConnectedDevicePreferenceController.java | 26 import com.android.settings.bluetooth.BluetoothDeviceUpdater; 42 private BluetoothDeviceUpdater mBluetoothDeviceUpdater; 108 void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater()
|
D | SavedDeviceGroupController.java | 26 import com.android.settings.bluetooth.BluetoothDeviceUpdater; 50 private BluetoothDeviceUpdater mBluetoothDeviceUpdater; 123 public void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater()
|
D | AvailableMediaDeviceGroupController.java | 31 import com.android.settings.bluetooth.BluetoothDeviceUpdater; 56 private BluetoothDeviceUpdater mBluetoothDeviceUpdater; 131 public void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater()
|
D | ConnectedDeviceGroupController.java | 26 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/ |
D | PreviouslyConnectedDevicePreferenceController.java | 26 import com.android.car.developeroptions.bluetooth.BluetoothDeviceUpdater; 42 private BluetoothDeviceUpdater mBluetoothDeviceUpdater; 107 void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater()
|
D | SavedDeviceGroupController.java | 26 import com.android.car.developeroptions.bluetooth.BluetoothDeviceUpdater; 50 private BluetoothDeviceUpdater mBluetoothDeviceUpdater; 122 public void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater()
|
D | AvailableMediaDeviceGroupController.java | 31 import com.android.car.developeroptions.bluetooth.BluetoothDeviceUpdater; 56 private BluetoothDeviceUpdater mBluetoothDeviceUpdater; 129 public void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) { in setBluetoothDeviceUpdater()
|
D | ConnectedDeviceGroupController.java | 26 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/ |
D | BluetoothDeviceUpdater.java | 50 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
|
D | SavedBluetoothDeviceUpdater.java | 31 public class SavedBluetoothDeviceUpdater extends BluetoothDeviceUpdater
|
D | AvailableMediaBluetoothDeviceUpdater.java | 32 public class AvailableMediaBluetoothDeviceUpdater extends BluetoothDeviceUpdater
|
D | ConnectedBluetoothDeviceUpdater.java | 33 public class ConnectedBluetoothDeviceUpdater extends BluetoothDeviceUpdater {
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothDeviceUpdater.java | 50 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
|
D | SavedBluetoothDeviceUpdater.java | 31 public class SavedBluetoothDeviceUpdater extends BluetoothDeviceUpdater
|
D | AvailableMediaBluetoothDeviceUpdater.java | 32 public class AvailableMediaBluetoothDeviceUpdater extends BluetoothDeviceUpdater
|
D | ConnectedBluetoothDeviceUpdater.java | 33 public class ConnectedBluetoothDeviceUpdater extends BluetoothDeviceUpdater {
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/ |
D | SavedDeviceGroupControllerTest.java | 34 import com.android.settings.bluetooth.BluetoothDeviceUpdater; 54 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
|
D | PreviouslyConnectedDevicePreferenceControllerTest.java | 35 import com.android.settings.bluetooth.BluetoothDeviceUpdater; 55 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothDeviceUpdaterTest.java | 82 private BluetoothDeviceUpdater mBluetoothDeviceUpdater; 104 new BluetoothDeviceUpdater(mDashboardFragment, mDevicePreferenceCallback, in setUp()
|