Searched refs:wildcardSupported (Results 1 – 2 of 2) sorted by relevance
872 private boolean matchAction(String action, boolean wildcardSupported, in matchAction() argument874 if (wildcardSupported && WILDCARD.equals(action)) { in matchAction()1263 public int match(Uri data, boolean wildcardSupported) { in match() argument1266 if (wildcardSupported && mWild && mHost.isEmpty()) { in match()1275 if (!wildcardSupported || !WILDCARD.equals(host)) { in match()1287 if (!wildcardSupported && mPort >= 0) { in match()1562 private boolean hasDataPath(String data, boolean wildcardSupported) { in hasDataPath() argument1566 if (wildcardSupported && WILDCARD_PATH.equals(data)) { in hasDataPath()1680 public final int matchDataAuthority(Uri data, boolean wildcardSupported) { in matchDataAuthority() argument1687 int match = ae.match(data, wildcardSupported); in matchDataAuthority()[all …]
569 public final int matchDataAuthority(Uri data, boolean wildcardSupported) { in matchDataAuthority() argument570 return mFilter.matchDataAuthority(data, wildcardSupported); in matchDataAuthority()