Searched refs:matchesValue (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/services/java/com/android/server/firewall/ | ||
H A D | StringFilter.java | 118 protected abstract boolean matchesValue(String value); method in class:StringFilter 124 return matchesValue(value); 150 public boolean matchesValue(String value) { method in class:StringFilter.EqualsFilter 164 public boolean matchesValue(String value) { method in class:StringFilter.ContainsFilter 178 public boolean matchesValue(String value) { method in class:StringFilter.StartsWithFilter 192 public boolean matchesValue(String value) { method in class:StringFilter.PatternStringFilter 206 public boolean matchesValue(String value) { method in class:StringFilter.RegexFilter 225 public boolean matchesValue(String value) { method in class:StringFilter.IsNullFilter |
Completed in 80 milliseconds