HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothDeviceUpdater (Results 1 - 11 of 11) sorted by null

  /packages/apps/Settings/src/com/android/settings/connecteddevice/
PreviouslyConnectedDevicePreferenceController.java 25 import com.android.settings.bluetooth.BluetoothDeviceUpdater;
39 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
91 void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) {
92 mBluetoothDeviceUpdater = bluetoothDeviceUpdater;
SavedDeviceGroupController.java 25 import com.android.settings.bluetooth.BluetoothDeviceUpdater;
49 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
118 public void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) {
119 mBluetoothDeviceUpdater = bluetoothDeviceUpdater;
AvailableMediaDeviceGroupController.java 27 import com.android.settings.bluetooth.BluetoothDeviceUpdater;
51 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
117 public void setBluetoothDeviceUpdater(BluetoothDeviceUpdater bluetoothDeviceUpdater) {
118 mBluetoothDeviceUpdater = bluetoothDeviceUpdater;
ConnectedDeviceGroupController.java 25 import com.android.settings.bluetooth.BluetoothDeviceUpdater;
50 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
115 public void init(BluetoothDeviceUpdater bluetoothDeviceUpdater,
119 mBluetoothDeviceUpdater = bluetoothDeviceUpdater;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
PreviouslyConnectedDevicePreferenceControllerTest.java 23 import com.android.settings.bluetooth.BluetoothDeviceUpdater;
47 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
SavedDeviceGroupControllerTest.java 29 import com.android.settings.bluetooth.BluetoothDeviceUpdater;
50 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
SavedBluetoothDeviceUpdater.java 33 public class SavedBluetoothDeviceUpdater extends BluetoothDeviceUpdater
BluetoothDeviceUpdater.java 46 * In {@link BluetoothDeviceUpdater}, it uses {@link BluetoothDeviceFilter.Filter} to detect
49 public abstract class BluetoothDeviceUpdater implements BluetoothCallback,
51 private static final String TAG = "BluetoothDeviceUpdater";
68 public BluetoothDeviceUpdater(Context context, DashboardFragment fragment,
74 BluetoothDeviceUpdater(DashboardFragment fragment,
176 * {@link BluetoothDeviceUpdater} and should stay in the list, otherwise return {@code false}
AvailableMediaBluetoothDeviceUpdater.java 33 public class AvailableMediaBluetoothDeviceUpdater extends BluetoothDeviceUpdater
ConnectedBluetoothDeviceUpdater.java 34 public class ConnectedBluetoothDeviceUpdater extends BluetoothDeviceUpdater {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothDeviceUpdaterTest.java 72 private BluetoothDeviceUpdater mBluetoothDeviceUpdater;
88 new BluetoothDeviceUpdater(mDashboardFragment, mDevicePreferenceCallback,

Completed in 125 milliseconds