Searched refs:emptyToNull (Results 1 – 5 of 5) sorted by relevance
35 mAccountName = emptyToNull(accountName); in AccountWithDataSet()36 mAccountType = emptyToNull(accountType); in AccountWithDataSet()37 mDataSet = emptyToNull(dataSet); in AccountWithDataSet()40 private static final String emptyToNull(String text) { in emptyToNull() method in AccountWithDataSet
51 public static String emptyToNull(String string) { in emptyToNull() method in Strings
101 return Strings.emptyToNull(string); in toNullIfEmpty()
102 return Strings.emptyToNull(string); in toNullIfEmpty()