Searched refs:emptyToNull (Results 1 – 4 of 4) 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
66 this.name = emptyToNull(name); in AccountWithDataSet()67 this.type = emptyToNull(type); in AccountWithDataSet()68 this.dataSet = emptyToNull(dataSet); in AccountWithDataSet()79 private static String emptyToNull(String text) { in emptyToNull() method in AccountWithDataSet
66 this.name = emptyToNull(name); in AccountWithDataSet()67 this.type = emptyToNull(type); in AccountWithDataSet()68 this.dataSet = emptyToNull(dataSet); in AccountWithDataSet()72 private static final String emptyToNull(String text) { in emptyToNull() method in AccountWithDataSet
42 public static String emptyToNull(@Nullable String string) { in emptyToNull() method in MoreStrings