Searched defs:newId (Results 1 – 3 of 3) sorted by relevance
193 String newId = ensureIdMatchesType(element, mTypeFqcn, rootEdit); in computeChanges() local
250 String newId = ensureIdMatchesType(layout, mTypeFqcn, rootEdit); in computeChanges() local
301 static String describePath(List<Constraint> path, String newName, String newId) { in describePath()