Searched refs:TestTopLevelMenuFragment (Results 1 – 3 of 3) sorted by relevance
31 import com.android.car.settings.testutils.TestTopLevelMenuFragment;101 .replace(R.id.top_level_menu, new TestTopLevelMenuFragment(), topLevelMenuTag) in setUpFragment()
33 import com.android.car.settings.testutils.TestTopLevelMenuFragment;253 .replace(R.id.top_level_menu, new TestTopLevelMenuFragment(), topLevelMenuTag) in setUpTopLevelTestFragment()
22 public class TestTopLevelMenuFragment extends TopLevelMenuFragment { class