Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/wizard/
DGuidedStepAttributesTest.java115 GuidedStepAttributesTestFragment.GUIDANCE = guidance; in testFocusDisabledOnActions()
116 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testFocusDisabledOnActions()
153 static final GuidedStepAttributesTestFragment.Callback sRevertCallback = new
154 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 …]
DGuidedDatePickerTest.java269 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 …]
DGuidedStepAttributesTestActivity.java25 private GuidedStepAttributesTestFragment mGuidedStepAttributesTestFragment;
34 mGuidedStepAttributesTestFragment = new GuidedStepAttributesTestFragment(); in onCreate()
DGuidedStepAttributesTestFragment.java26 public class GuidedStepAttributesTestFragment extends GuidedStepFragment { class