Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DToggleScreenMagnificationPreferenceFragmentTest.java132 private FragmentController<ToggleScreenMagnificationPreferenceFragment> mFragController; field in ToggleScreenMagnificationPreferenceFragmentTest
159 mFragController = FragmentController.of(fragment, SettingsActivity.class); in setUpTestFragment()
169 mFragController.create(R.id.main_content, /* bundle= */ null).start().resume(); in onResume_defaultStateForMagnificationMode_preferenceShouldReturnFullScreen()
175 final Preference preference = mFragController.get().findPreference( in onResume_defaultStateForMagnificationMode_preferenceShouldReturnFullScreen()
185 mFragController.create(R.id.main_content, /* bundle= */ null).start().resume(); in onResume_setMagnificationModeToAll_preferenceShouldReturnAll()
190 final Preference preference = mFragController.get().findPreference( in onResume_setMagnificationModeToAll_preferenceShouldReturnAll()
200 mFragController.create(R.id.main_content, /* bundle= */ null).start().resume(); in onResume_defaultStateForFollowingTyping_switchPreferenceShouldReturnTrue()
202 final TwoStatePreference switchPreference = mFragController.get().findPreference( in onResume_defaultStateForFollowingTyping_switchPreferenceShouldReturnTrue()
212 mFragController.create(R.id.main_content, /* bundle= */ null).start().resume(); in onResume_disableFollowingTyping_switchPreferenceShouldReturnFalse()
214 final TwoStatePreference switchPreference = mFragController.get().findPreference( in onResume_disableFollowingTyping_switchPreferenceShouldReturnFalse()
[all …]