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