HomeSort by relevance Sort by last modified time
    Searched full:fromvalid (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/net/
HostSpecifierTest.java 87 return HostSpecifier.fromValid(specifier);
94 tester.testAllPublicInstanceMethods(HostSpecifier.fromValid("google.com"));
98 HostSpecifier.fromValid(spec); // Throws exception if not working correctly
105 HostSpecifier.fromValid(spec);
  /external/guava/guava/src/com/google/common/net/
HostSpecifier.java 75 public static HostSpecifier fromValid(String specifier) {
113 * {@link #fromValid(String)} for a specifier that is not already known to be
121 return fromValid(specifier);
124 // fromValid(), we implement this method in terms of that one rather
137 * {@link #fromValid(String)}.
141 fromValid(specifier);

Completed in 202 milliseconds