Home
last modified time | relevance | path

Searched defs:actionList (Results 1 – 12 of 12) sorted by relevance

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/wizard/
DGuidedStepAttributesTest.java103 List<GuidedAction> actionList = new ArrayList<>(); in testFocusDisabledOnActions() local
214 List<GuidedAction> actionList = new ArrayList<>(); in testDisabledActions() local
296 List<GuidedAction> actionList = new ArrayList<>(); in testToggleEnabledFlags() local
344 List<GuidedAction> actionList, List<Integer> CLICK_SEQUENCE, in examineEnabledAndDisabledActions()
421 List<GuidedAction> actionList = new ArrayList<>(); in testCheckedActions() local
488 private void verifyIfActionsStateIsCorrect(List<GuidedAction> actionList, in verifyIfActionsStateIsCorrect()
502 private void examineCheckedAndUncheckedActions(List<GuidedAction> actionList, in examineCheckedAndUncheckedActions()
705 List<GuidedAction> actionList; // List of GuidedActions in the guidedactions pane field in GuidedStepAttributesTest.ExpectedSubActionResult
764 List<GuidedAction> actionList = new ArrayList<>(); in setUpActionsForSubActionsTest() local
DGuidedDatePickerTest.java250 List<GuidedAction> actionList = new ArrayList<>(); in testJanuaryToFebruaryTransitionForLeapYear() local
296 List<GuidedAction> actionList = new ArrayList<>(); in testFebruaryToMarchTransitionForLeapYear() local
342 List<GuidedAction> actionList = new ArrayList<>(); in testJanuaryToFebruaryTransitionForNonLeapYear() local
388 List<GuidedAction> actionList = new ArrayList<>(); in testFebruaryToMarchTransitionForNonLeapYear() local
434 List<GuidedAction> actionList = new ArrayList<>(); in testDecemberToNovemberTransition() local
480 List<GuidedAction> actionList = new ArrayList<>(); in testNovemberToOctoberTransition() local
526 List<GuidedAction> actionList = new ArrayList<>(); in testLeapToNonLeapYearTransition() local
572 List<GuidedAction> actionList = new ArrayList<>(); in testNonLeapToLeapYearTransition() local
769 List<GuidedAction> actionList = new ArrayList<>(); in setupDateActionsForMinAndMaxRangeTests() local
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCustomConfigLoader.java71 List<Integer> actionList = new ArrayList<>(); in loadCarrierActionList() local
138 List<Integer> actionList) { in matchConfig()
DCarrierDefaultBroadcastReceiver.java39 List<Integer> actionList = CustomConfigLoader.loadCarrierActionList(context, intent); in onReceive() local
/frameworks/base/media/java/android/media/update/
DVideoView2Provider.java88 void setCustomActions_impl(List<PlaybackState.CustomAction> actionList, in setCustomActions_impl()
/frameworks/support/media-widget/src/main/java/androidx/media/widget/
DVideoView2Impl.java224 void setCustomActions(List<PlaybackStateCompat.CustomAction> actionList, in setCustomActions()
DVideoView2.java404 public void setCustomActions(List<PlaybackStateCompat.CustomAction> actionList, in setCustomActions()
/frameworks/base/core/java/android/widget/
DVideoView2.java371 public void setCustomActions(List<PlaybackState.CustomAction> actionList, in setCustomActions()
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DAbstractMediaItemPresenter.java232 final MultiActionsProvider.MultiAction[] actionList; in onBindRowActions() local
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/
DVideoView2ImplBase.java630 public void setCustomActions(List<PlaybackStateCompat.CustomAction> actionList, in setCustomActions()
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/
DVideoView2ImplBaseWithMp1.java605 public void setCustomActions(List<PlaybackStateCompat.CustomAction> actionList, in setCustomActions()
/frameworks/av/packages/MediaComponents/src/com/android/widget/
DVideoView2Impl.java491 List<PlaybackState.CustomAction> actionList, in setCustomActions_impl()