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

  /packages/apps/Car/Settings/src/com/android/car/settings/home/
BluetoothLineItem.java 29 import com.android.car.settings.bluetooth.BluetoothSettingsFragment;
78 mFragmentController.launchFragment(BluetoothSettingsFragment.getInstance());
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothSettingsFragment.java 44 public class BluetoothSettingsFragment extends BaseFragment implements BluetoothCallback {
45 private static final Logger LOG = new Logger(BluetoothSettingsFragment.class);
72 public static BluetoothSettingsFragment getInstance() {
73 BluetoothSettingsFragment bluetoothSettingsFragment = new BluetoothSettingsFragment();
78 bluetoothSettingsFragment.setArguments(bundle);
79 return bluetoothSettingsFragment;

Completed in 345 milliseconds