Home
last modified time | relevance | path

Searched refs:BluetoothSettingsFragment (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothSettingsFragmentTest.java66 private FragmentController<BluetoothSettingsFragment> mFragmentController;
67 private BluetoothSettingsFragment mFragment;
77 mFragment = new BluetoothSettingsFragment(); in setUp()
/packages/apps/Car/Settings/src/com/android/car/settings/quicksettings/
DBluetoothTile.java30 import com.android.car.settings.bluetooth.BluetoothSettingsFragment;
112 fragmentController.launchFragment(new BluetoothSettingsFragment()); in BluetoothTile()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DFragmentResolver.java38 import com.android.car.settings.bluetooth.BluetoothSettingsFragment;
117 return new BluetoothSettingsFragment(); in getFragmentForIntent()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothSettingsFragment.java43 public class BluetoothSettingsFragment extends SettingsFragment { class