Merge "Rename satisfiedBy to canBeSatisfiedBy for MatchAllNetworkSpecifier" am: b86d989fce am: 9544c8a20b am: e4acbd16d6
Change-Id: I670338e67a45d90593aedad2ddf3a0983d4c1b26
This commit is contained in:
@@ -43,7 +43,8 @@ public final class MatchAllNetworkSpecifier extends NetworkSpecifier implements
|
||||
}
|
||||
|
||||
/** @hide */
|
||||
public boolean satisfiedBy(NetworkSpecifier other) {
|
||||
@Override
|
||||
public boolean canBeSatisfiedBy(NetworkSpecifier other) {
|
||||
/*
|
||||
* The method is called by a NetworkRequest to see if it is satisfied by a proposed
|
||||
* network (e.g. as offered by a network factory). Since MatchAllNetweorkSpecifier must
|
||||
|
||||
Reference in New Issue
Block a user