Searched defs:matchRule (Results  1 – 3 of 3) sorted by relevance
| /packages/modules/Connectivity/framework-t/src/android/net/ | 
| D | NetworkTemplate.java | 411     private static void checkValidMatchSubscriberIds(int matchRule, String[] matchSubscriberIds) {  in checkValidMatchSubscriberIds()448     public NetworkTemplate(int matchRule, String subscriberId, String wifiNetworkKey) {  in NetworkTemplate()
 467     private static int getBackwardsCompatibleMatchRule(int matchRule) {  in getBackwardsCompatibleMatchRule()
 476     private static int getMeterednessForBackwardsCompatibility(int matchRule) {  in getMeterednessForBackwardsCompatibility()
 486     public NetworkTemplate(int matchRule, String subscriberId, String[] matchSubscriberIds,  in NetworkTemplate()
 505     public NetworkTemplate(int matchRule, String subscriberId, String[] matchSubscriberIds,  in NetworkTemplate()
 518     public NetworkTemplate(int matchRule, String[] matchSubscriberIds,  in NetworkTemplate()
 895     private static String getMatchRuleName(int matchRule) {  in getMatchRuleName()
 1051         public Builder(@TemplateMatchRule final int matchRule) {  in Builder()
 1172         private static void assertRequestableMatchRule(final int matchRule) {  in assertRequestableMatchRule()
 
 | 
| /packages/modules/Connectivity/tests/common/java/android/net/netstats/ | 
| D | NetworkTemplateTest.kt | 72         listOf(MATCH_MOBILE, MATCH_CARRIER).forEach { matchRule ->  in <lambda>()  method84         listOf(MATCH_MOBILE, MATCH_CARRIER).forEach { matchRule ->  in <lambda>()  method
 175         listOf(MATCH_ETHERNET, MATCH_BLUETOOTH).forEach { matchRule ->  in <lambda>()  method
 199                 Integer.MAX_VALUE).forEach { matchRule ->  in <lambda>()  method
 
 | 
| /packages/services/Car/tests/NetworkPreferenceApp/src/com/google/android/car/networking/preferenceupdater/components/ | 
| D | MetricDisplay.java | 149     private Pair<Long, Long> trafficFor(int matchRule, int oemManaged) {  in trafficFor()
 |