Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothSettingsFragmentTest.java64 private FragmentController<BluetoothSettingsFragment> mFragmentController;
65 private BluetoothSettingsFragment mFragment;
74 mFragment = new BluetoothSettingsFragment(); in setUp()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DCarSettingActivities.java41 import com.android.car.settings.bluetooth.BluetoothSettingsFragment;
142 return new BluetoothSettingsFragment(); in getInitialFragment()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothSettingsFragment.java47 public class BluetoothSettingsFragment extends SettingsFragment { class