Searched refs:newActions (Results 1 – 1 of 1) sorted by relevance
674 ArrayList<Action> newActions = copy.mActions; in mergeRemoteViews() local675 if (newActions == null) return; in mergeRemoteViews()676 count = newActions.size(); in mergeRemoteViews()678 Action a = newActions.get(i); in mergeRemoteViews()679 String key = newActions.get(i).getUniqueKey(); in mergeRemoteViews()680 int mergeBehavior = newActions.get(i).mergeBehavior(); in mergeRemoteViews()