Searched refs:GuidedStepAttributesTestFragment (Results 1 – 4 of 4) sorted by relevance
115 GuidedStepAttributesTestFragment.GUIDANCE = guidance; in testFocusDisabledOnActions()116 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testFocusDisabledOnActions()153 static final GuidedStepAttributesTestFragment.Callback sRevertCallback = new154 GuidedStepAttributesTestFragment.Callback() {237 GuidedStepAttributesTestFragment.clear(); in testDisabledActions()238 GuidedStepAttributesTestFragment.GUIDANCE = guidance; in testDisabledActions()239 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testDisabledActions()240 GuidedStepAttributesTestFragment.setActionClickCallback(ACTION_ID_REVERT_BUTTON, in testDisabledActions()319 GuidedStepAttributesTestFragment.clear(); in testToggleEnabledFlags()320 GuidedStepAttributesTestFragment.GUIDANCE = guidance; in testToggleEnabledFlags()[all …]
269 GuidedStepAttributesTestFragment.clear(); in testJanuaryToFebruaryTransitionForLeapYear()270 GuidedStepAttributesTestFragment.GUIDANCE = guidance; in testJanuaryToFebruaryTransitionForLeapYear()271 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testJanuaryToFebruaryTransitionForLeapYear()315 GuidedStepAttributesTestFragment.clear(); in testFebruaryToMarchTransitionForLeapYear()316 GuidedStepAttributesTestFragment.GUIDANCE = guidance; in testFebruaryToMarchTransitionForLeapYear()317 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testFebruaryToMarchTransitionForLeapYear()361 GuidedStepAttributesTestFragment.clear(); in testJanuaryToFebruaryTransitionForNonLeapYear()362 GuidedStepAttributesTestFragment.GUIDANCE = guidance; in testJanuaryToFebruaryTransitionForNonLeapYear()363 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testJanuaryToFebruaryTransitionForNonLeapYear()407 GuidedStepAttributesTestFragment.clear(); in testFebruaryToMarchTransitionForNonLeapYear()[all …]
25 private GuidedStepAttributesTestFragment mGuidedStepAttributesTestFragment;34 mGuidedStepAttributesTestFragment = new GuidedStepAttributesTestFragment(); in onCreate()
26 public class GuidedStepAttributesTestFragment extends GuidedStepFragment { class