Searched refs:actionList (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCustomConfigLoader.java71 List<Integer> actionList = new ArrayList<>();
74 return actionList;
111 matchConfig(config, arg1, arg2, actionList);
112 if (!actionList.isEmpty()) {
114 if (VDBG) Rlog.d(TAG, "found match action list: " + actionList.toString());
115 return actionList;
122 return actionList;
135 * @param actionList append each parsed action to the passing list
138 List<Integer> actionList) {
167 actionList
137 matchConfig(String config, String arg1, String arg2, List<Integer> actionList) argument
[all...]
H A DCarrierDefaultBroadcastReceiver.java39 List<Integer> actionList = CustomConfigLoader.loadCarrierActionList(context, intent);
40 for (int actionIdx : actionList) {
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/wizard/
H A DGuidedStepAttributesTest.java103 List<GuidedAction> actionList = new ArrayList<>();
105 actionList.add(new GuidedAction.Builder(mContext)
113 actionList.get(action_id).setFocusable(false);
116 GuidedStepAttributesTestFragment.ACTION_LIST = actionList;
128 actionList.get(lastSelectedActionId).getTitle()),
141 actionList.get(lastSelectedActionId).getTitle()),
214 List<GuidedAction> actionList = new ArrayList<>();
215 actionList.add(new GuidedAction.Builder(mContext)
223 actionList.add(new GuidedAction.Builder(mContext)
232 actionList
343 examineEnabledAndDisabledActions( List<GuidedAction> actionList, List<Integer> CLICK_SEQUENCE, List<Integer> EXPECTED_FOCUSED_SEQUENCE, List<Integer> EXPECTED_CLICKED_SEQUENCE) argument
488 verifyIfActionsStateIsCorrect(List<GuidedAction> actionList, List<Boolean> EXPECTED_ACTIONS_STATE_AFTER_EACH_CLICK) argument
502 examineCheckedAndUncheckedActions(List<GuidedAction> actionList, List<Boolean> EXPECTED_ACTIONS_STATE_AFTER_EACH_CLICK, int NUM_RADIO_ACTIONS, int NUM_CHECK_BOX_ACTIONS) argument
705 List<GuidedAction> actionList; // List of GuidedActions in the guidedactions pane field in class:GuidedStepAttributesTest.ExpectedSubActionResult
[all...]
H A DGuidedDatePickerTest.java250 List<GuidedAction> actionList = new ArrayList<>();
267 actionList.add(action);
271 GuidedStepAttributesTestFragment.ACTION_LIST = actionList;
296 List<GuidedAction> actionList = new ArrayList<>();
313 actionList.add(action);
317 GuidedStepAttributesTestFragment.ACTION_LIST = actionList;
342 List<GuidedAction> actionList = new ArrayList<>();
359 actionList.add(action);
363 GuidedStepAttributesTestFragment.ACTION_LIST = actionList;
388 List<GuidedAction> actionList
[all...]
/frameworks/base/core/java/android/widget/
H A DVideoView2.java364 * @param actionList A list of {@link PlaybackState.CustomAction}. The return value of
371 public void setCustomActions(List<PlaybackState.CustomAction> actionList, argument
373 mProvider.setCustomActions_impl(actionList, executor, listener);
/frameworks/base/media/java/android/media/update/
H A DVideoView2Provider.java88 void setCustomActions_impl(List<PlaybackState.CustomAction> actionList, argument
/frameworks/support/media-widget/src/main/java/androidx/media/widget/
H A DVideoView2Impl.java218 * @param actionList A list of {@link PlaybackStateCompat.CustomAction}. The return value of
224 void setCustomActions(List<PlaybackStateCompat.CustomAction> actionList, argument
H A DVideoView2.java396 * @param actionList A list of {@link PlaybackStateCompat.CustomAction}. The return value of
404 public void setCustomActions(List<PlaybackStateCompat.CustomAction> actionList, argument
406 mImpl.setCustomActions(actionList, executor, listener);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DAbstractMediaItemPresenter.java232 final MultiActionsProvider.MultiAction[] actionList;
234 actionList = ((MultiActionsProvider) rowObject).getActions();
243 mMediaItemRowActions = actionList;
244 for (int i = mActionViewHolders.size(); i < actionList.length; i++) {
271 for (int i = 0; i < actionList.length; i++) {
/frameworks/av/packages/MediaComponents/src/com/android/widget/
H A DVideoView2Impl.java491 List<PlaybackState.CustomAction> actionList,
493 mCustomActionList = actionList;
490 setCustomActions_impl( List<PlaybackState.CustomAction> actionList, Executor executor, VideoView2.OnCustomActionListener listener) argument
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/
H A DVideoView2ImplBase.java621 * @param actionList A list of {@link PlaybackStateCompat.CustomAction}. The return value of
630 public void setCustomActions(List<PlaybackStateCompat.CustomAction> actionList, argument
632 mCustomActionList = actionList;
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/
H A DVideoView2ImplBaseWithMp1.java596 * @param actionList A list of {@link PlaybackStateCompat.CustomAction}. The return value of
605 public void setCustomActions(List<PlaybackStateCompat.CustomAction> actionList, argument
607 mCustomActionList = actionList;

Completed in 210 milliseconds