Searched refs:BluetoothSettingsFragment (Results 1 – 4 of 4) sorted by relevance
66 private FragmentController<BluetoothSettingsFragment> mFragmentController;67 private BluetoothSettingsFragment mFragment;77 mFragment = new BluetoothSettingsFragment(); in setUp()
30 import com.android.car.settings.bluetooth.BluetoothSettingsFragment;112 fragmentController.launchFragment(new BluetoothSettingsFragment()); in BluetoothTile()
38 import com.android.car.settings.bluetooth.BluetoothSettingsFragment;117 return new BluetoothSettingsFragment(); in getFragmentForIntent()
43 public class BluetoothSettingsFragment extends SettingsFragment { class