Searched refs:newActions (Results 1 – 1 of 1) sorted by relevance
300 ArrayList<Action> newActions = copy.mActions; in mergeRemoteViews() local301 if (newActions == null) return; in mergeRemoteViews()302 count = newActions.size(); in mergeRemoteViews()304 Action a = newActions.get(i); in mergeRemoteViews()305 String key = newActions.get(i).getUniqueKey(); in mergeRemoteViews()306 int mergeBehavior = newActions.get(i).mergeBehavior(); in mergeRemoteViews()