Searched refs:firstNotEmpty (Results 1 – 2 of 2) sorted by relevance
20 import static android.text.TextUtils.firstNotEmpty;125 return firstNotEmpty(device.getAlias(), device.getAddress()); in getDeviceDisplayNameInternal()130 return firstNotEmpty(device.SSID, device.BSSID); in getDeviceDisplayNameInternal()
557 public static String firstNotEmpty(@Nullable String a, @NonNull String b) { in firstNotEmpty() method in TextUtils