Home
last modified time | relevance | path

Searched refs:BluetoothPairingSelectionFragment (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothPairingSelectionFragmentTest.java54 private BluetoothPairingSelectionFragment mFragment;
159 .replace(R.id.fragment_container, new BluetoothPairingSelectionFragment(), in setUpFragment()
164 mFragment = (BluetoothPairingSelectionFragment) in setUpFragment()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingSelectionFragment.java34 public class BluetoothPairingSelectionFragment extends SettingsFragment { class