Searched refs:newActions (Results 1 – 1 of 1) sorted by relevance
521 ArrayList<Action> newActions = copy.mActions; in mergeRemoteViews() local522 if (newActions == null) return; in mergeRemoteViews()523 count = newActions.size(); in mergeRemoteViews()525 Action a = newActions.get(i); in mergeRemoteViews()526 String key = newActions.get(i).getUniqueKey(); in mergeRemoteViews()527 int mergeBehavior = newActions.get(i).mergeBehavior(); in mergeRemoteViews()