Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/wizard/
DGuidedStepAttributesTestFragment.java36 public static List<GuidedAction> ACTION_LIST = null; field in GuidedStepAttributesTestFragment
50 if (ACTION_LIST == null) in onCreateActions()
52 actions.addAll(ACTION_LIST); in onCreateActions()
DGuidedDatePickerTest.java271 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testJanuaryToFebruaryTransitionForLeapYear()
317 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testFebruaryToMarchTransitionForLeapYear()
363 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testJanuaryToFebruaryTransitionForNonLeapYear()
409 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testFebruaryToMarchTransitionForNonLeapYear()
455 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testDecemberToNovemberTransition()
501 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testNovemberToOctoberTransition()
547 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testLeapToNonLeapYearTransition()
593 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testNonLeapToLeapYearTransition()
864 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in setupDateActionsForMinAndMaxRangeTests()
DGuidedStepAttributesTest.java116 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testFocusDisabledOnActions()
239 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testDisabledActions()
321 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testToggleEnabledFlags()
466 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in testCheckedActions()
791 GuidedStepAttributesTestFragment.ACTION_LIST = actionList; in setUpActionsForSubActionsTest()