Searched refs:actionList (Results 1 – 7 of 7) sorted by relevance
69 val actionList = _actions.value.toMutableList() in addAction() constant72 actionList.add(action) in addAction()73 _actions.value = actionList in addAction()78 val actionList = _actions.value.toMutableList() in setActionVisibility() constant79 val index = actionList.indexOfFirst { it.id == actionId } in setActionVisibility()81 actionList[index] = in setActionVisibility()83 actionList[index].appearance, in setActionVisibility()86 actionList[index].showDuringEntrance, in setActionVisibility()87 actionList[index].onClicked in setActionVisibility()89 _actions.value = actionList in setActionVisibility()[all …]
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()
599 RecyclerViewAdapter(List<TvPipAction> actionList) { in RecyclerViewAdapter() argument600 this.mActionList = actionList; in RecyclerViewAdapter()
183 val actionList: List<UserActionModel> = in <lambda>() constant197 actionList.map { in <lambda>()
468 List<AccessibilityNodeInfo.AccessibilityAction> actionList = nodeInfo.getActionList(); in testA11y_initializeNode() local469 assertThat(actionList).containsAtLeastElementsIn( in testA11y_initializeNode()
355 info.actionList in testDisabledByPolicy_secondaryLabelText()