HomeSort by relevance Sort by last modified time
    Searched defs:satisfiedBy (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/net/
NetworkSpecifier.java 35 public abstract boolean satisfiedBy(NetworkSpecifier other);
MatchAllNetworkSpecifier.java 41 public boolean satisfiedBy(NetworkSpecifier other) {
StringNetworkSpecifier.java 40 public boolean satisfiedBy(NetworkSpecifier other) {
  /frameworks/base/wifi/java/android/net/wifi/aware/
WifiAwareAgentNetworkSpecifier.java 35 * of multiple WifiAwareNetworkSpecifier objects whose matching critiera (satisfiedBy) is an OR:
124 public boolean satisfiedBy(NetworkSpecifier other) {
WifiAwareNetworkSpecifier.java 121 * checkUidIfNecessary() and is used by satisfiedBy() to determine whether matches the
194 public boolean satisfiedBy(NetworkSpecifier other) {
  /frameworks/base/tests/net/java/com/android/server/
ConnectivityServiceTest.java     [all...]

Completed in 537 milliseconds