Searched refs:actionList (Results 1 – 4 of 4) sorted by relevance
70 List<Integer> actionList = new ArrayList<>(); in loadCarrierActionList() local73 return actionList; in loadCarrierActionList()110 matchConfig(config, arg1, arg2, actionList); in loadCarrierActionList()111 if (!actionList.isEmpty()) { in loadCarrierActionList()113 if (VDBG) Log.d(TAG, "found match action list: " + actionList.toString()); in loadCarrierActionList()114 return actionList; in loadCarrierActionList()121 return actionList; in loadCarrierActionList()137 List<Integer> actionList) { in matchConfig() argument180 actionList.add(Integer.parseInt(idx)); in matchConfig()
39 List<Integer> actionList = CustomConfigLoader.loadCarrierActionList(context, intent); in onReceive() local40 for (int actionIdx : actionList) { in onReceive()
71 List<MenuAction> actionList = new ArrayList<>(); in createBaseActions() local72 actionList.add(MenuAction.SELECT_CLOSED_CAPTION_ACTION); in createBaseActions()73 actionList.add(MenuAction.SELECT_DISPLAY_MODE_ACTION); in createBaseActions()75 actionList.add(MenuAction.SYSTEMWIDE_PIP_ACTION); in createBaseActions()77 actionList.add(MenuAction.SELECT_AUDIO_LANGUAGE_ACTION); in createBaseActions()79 actionList.add(MenuAction.MORE_CHANNELS_ACTION); in createBaseActions()82 actionList.add(MenuAction.DEV_ACTION); in createBaseActions()84 actionList.add(MenuAction.SETTINGS_ACTION); in createBaseActions()90 return actionList; in createBaseActions()
580 List<AccessibilityNodeInfo.AccessibilityAction> actionList = nodeInfo.getActionList(); in testA11y_initializeNode() local581 assertThat(actionList).containsAtLeastElementsIn( in testA11y_initializeNode()