(Context context, String name, String type)
| 130 | } |
| 131 | |
| 132 | @NonNull |
| 133 | static DnsRecord[] lookup(Context context, String name, String type) { |
| 134 | return _lookup(context, name, type, LOOKUP_TIMEOUT); |
| 135 | } |
| 136 | |
| 137 | @NonNull |
| 138 | private static DnsRecord[] _lookup(Context context, String name, String type, int timeout) { |
no test coverage detected