/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/wizard/ |
D | GuidedStepAttributesTest.java | 103 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
|
D | GuidedDatePickerTest.java | 250 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/ |
D | CustomConfigLoader.java | 71 List<Integer> actionList = new ArrayList<>(); in loadCarrierActionList() local 138 List<Integer> actionList) { in matchConfig()
|
D | CarrierDefaultBroadcastReceiver.java | 39 List<Integer> actionList = CustomConfigLoader.loadCarrierActionList(context, intent); in onReceive() local
|
/frameworks/base/media/java/android/media/update/ |
D | VideoView2Provider.java | 88 void setCustomActions_impl(List<PlaybackState.CustomAction> actionList, in setCustomActions_impl()
|
/frameworks/support/media-widget/src/main/java/androidx/media/widget/ |
D | VideoView2Impl.java | 224 void setCustomActions(List<PlaybackStateCompat.CustomAction> actionList, in setCustomActions()
|
D | VideoView2.java | 404 public void setCustomActions(List<PlaybackStateCompat.CustomAction> actionList, in setCustomActions()
|
/frameworks/base/core/java/android/widget/ |
D | VideoView2.java | 371 public void setCustomActions(List<PlaybackState.CustomAction> actionList, in setCustomActions()
|
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/ |
D | AbstractMediaItemPresenter.java | 232 final MultiActionsProvider.MultiAction[] actionList; in onBindRowActions() local
|
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/ |
D | VideoView2ImplBase.java | 630 public void setCustomActions(List<PlaybackStateCompat.CustomAction> actionList, in setCustomActions()
|
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/ |
D | VideoView2ImplBaseWithMp1.java | 605 public void setCustomActions(List<PlaybackStateCompat.CustomAction> actionList, in setCustomActions()
|
/frameworks/av/packages/MediaComponents/src/com/android/widget/ |
D | VideoView2Impl.java | 491 List<PlaybackState.CustomAction> actionList, in setCustomActions_impl()
|