Home | History | Annotate | Download | only in data

Lines Matching refs:emptyIfNull

195     private static String emptyIfNull(String s) {
693 String oldName = emptyIfNull(orig.mName);
694 String newName = emptyIfNull(newContactData.mName);
702 String oldLabel = emptyIfNull(orig.mLabel);
703 String newLabel = emptyIfNull(newContactData.mLabel);