Searched refs:oldId (Results 1 – 3 of 3) sorted by relevance
192 String oldId = getId(element); in computeChanges() local195 if (oldId != null && newId != null) { in computeChanges()205 oldId, newId); in computeChanges()
249 String oldId = getId(layout); in computeChanges() local252 if (oldId != null && newId != null) { in computeChanges()259 mSelectionEnd, oldId, newId); in computeChanges()
410 String oldId = primary.getAttributeNS(ANDROID_URI, ATTR_ID); in getRootId() local412 if (oldId != null && oldId.length() > 0) { in getRootId()413 return oldId; in getRootId()