Searched refs:newActions (Results 1 – 1 of 1) sorted by relevance
529 ArrayList<Action> newActions = copy.mActions; in mergeRemoteViews() local530 if (newActions == null) return; in mergeRemoteViews()531 count = newActions.size(); in mergeRemoteViews()533 Action a = newActions.get(i); in mergeRemoteViews()534 String key = newActions.get(i).getUniqueKey(); in mergeRemoteViews()535 int mergeBehavior = newActions.get(i).mergeBehavior(); in mergeRemoteViews()