Searched refs:newActions (Results 1 – 1 of 1) sorted by relevance
677 ArrayList<Action> newActions = copy.mActions; in mergeRemoteViews() local678 if (newActions == null) return; in mergeRemoteViews()679 count = newActions.size(); in mergeRemoteViews()681 Action a = newActions.get(i); in mergeRemoteViews()682 String key = newActions.get(i).getUniqueKey(); in mergeRemoteViews()683 int mergeBehavior = newActions.get(i).mergeBehavior(); in mergeRemoteViews()