Home | History | Annotate | Download | only in data

Lines Matching refs:oldName

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