Home
last modified time | relevance | path

Searched refs:actionList (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCustomConfigLoader.java70 List<Integer> actionList = new ArrayList<>(); in loadCarrierActionList() local
73 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() argument
180 actionList.add(Integer.parseInt(idx)); in matchConfig()
H A DCarrierDefaultBroadcastReceiver.java39 List<Integer> actionList = CustomConfigLoader.loadCarrierActionList(context, intent); in onReceive() local
40 for (int actionIdx : actionList) { in onReceive()
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DTvOptionsRowAdapter.java71 List<MenuAction> actionList = new ArrayList<>(); in createBaseActions() local
72 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()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java580 List<AccessibilityNodeInfo.AccessibilityAction> actionList = nodeInfo.getActionList(); in testA11y_initializeNode() local
581 assertThat(actionList).containsAtLeastElementsIn( in testA11y_initializeNode()