Searched defs:newId (Results 1 – 4 of 4) sorted by relevance
126 ResourceValue newId = new ResourceValue(ResourceType.ID, id, in parse() local
190 String newId = ensureIdMatchesType(element, mTypeFqcn, rootEdit); in computeChanges() local
249 String newId = ensureIdMatchesType(layout, mTypeFqcn, rootEdit); in computeChanges() local
299 static String describePath(List<Constraint> path, String newName, String newId) { in describePath()