Searched refs:newActions (Results 1 – 1 of 1) sorted by relevance
741 ArrayList<Action> newActions = copy.mActions; in mergeRemoteViews() local742 if (newActions == null) return; in mergeRemoteViews()743 count = newActions.size(); in mergeRemoteViews()745 Action a = newActions.get(i); in mergeRemoteViews()746 String key = newActions.get(i).getUniqueKey(); in mergeRemoteViews()747 int mergeBehavior = newActions.get(i).mergeBehavior(); in mergeRemoteViews()