commit | 4d1afeb672d7c7bd7d12c3e67a6c23dda3db39bc | [log] [tgz] |
---|---|---|
author | Rambo Wang <rambowang@google.com> | Fri Apr 24 16:37:16 2020 -0700 |
committer | Rambo Wang <rambowang@google.com> | Thu Apr 30 15:06:35 2020 +0000 |
tree | f6485219c0a85e2ac3ef7e7dec2cb99ec3397f7a | |
parent | 1e003f8ef649377eecd96c296aeab877be597a51 [diff] |
Rename satisfiedBy to canBeSatisfiedBy for MatchAllNetworkSpecifier MatchAllNetworkSpecifier is a subclass of NetworkSpecifer. The method satisfiedBy should be renamed to canBeSatisfiedBy together with other subclass of NetworkSpecifer in b/152238712. Add annotation @Overide for the method to make sure it will not get ignored when refactor in the future. Bug: 154956584 Test: atest android.net.MatchAllNetworkSpecifierTest Change-Id: Ibe32fd50fae43aa635c1c0dad66eaea82011c8b7