Home | History | Annotate | Download | only in data

Lines Matching refs:oldName

693             String oldName = emptyIfNull(orig.mName);
695 if (!oldName.equals(newName)) {
697 Log.d(TAG, String.format("name changed: %s -> %s", oldName, newName));