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

  /frameworks/base/services/core/java/com/android/server/firewall/
StringFilter.java 118 protected abstract boolean matchesValue(String value);
124 return matchesValue(value);
150 public boolean matchesValue(String value) {
164 public boolean matchesValue(String value) {
178 public boolean matchesValue(String value) {
192 public boolean matchesValue(String value) {
206 public boolean matchesValue(String value) {
225 public boolean matchesValue(String value) {
  /external/guava/guava/src/com/google/common/collect/
LinkedHashMultimap.java 177 boolean matchesValue(@Nullable Object v, int smearedVHash) {
407 if (entry.matchesValue(o, smearedHash)) {
421 if (entry.matchesValue(value, smearedHash)) {
461 if (entry.matchesValue(o, smearedHash)) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedHashMultimap.java 173 boolean matchesValue(@Nullable Object v, int smearedVHash) {
403 if (entry.matchesValue(o, smearedHash)) {
417 if (entry.matchesValue(value, smearedHash)) {
457 if (entry.matchesValue(o, smearedHash)) {

Completed in 237 milliseconds