Home
last modified time | relevance | path

Searched defs:matchesValue (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/firewall/
DStringFilter.java118 protected abstract boolean matchesValue(String value); in matchesValue() method in StringFilter
150 public boolean matchesValue(String value) { in matchesValue() method in StringFilter.EqualsFilter
164 public boolean matchesValue(String value) { in matchesValue() method in StringFilter.ContainsFilter
178 public boolean matchesValue(String value) { in matchesValue() method in StringFilter.StartsWithFilter
192 public boolean matchesValue(String value) { in matchesValue() method in StringFilter.PatternStringFilter
206 public boolean matchesValue(String value) { in matchesValue() method in StringFilter.RegexFilter
225 public boolean matchesValue(String value) { in matchesValue() method in StringFilter.IsNullFilter