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