(Context context, String host)
| 147 | } |
| 148 | |
| 149 | static boolean hasTld(Context context, String host) { |
| 150 | return (host != null && getTld(context, host) != null); |
| 151 | } |
| 152 | |
| 153 | static String getTld(Context context, @NonNull String host) { |
| 154 | ensureSuffixList(context); |