Searched defs:matchRule (Results 1 – 4 of 4) 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 | 67 listOf(MATCH_MOBILE, MATCH_CARRIER).forEach { matchRule -> in <lambda>() method 79 listOf(MATCH_MOBILE, MATCH_CARRIER).forEach { matchRule -> in <lambda>() method 170 listOf(MATCH_ETHERNET, MATCH_BLUETOOTH, MATCH_PROXY).forEach { matchRule -> in <lambda>() method 194 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()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/metrics/ |
D | TetheringMetricsTest.java | 477 final int matchRule) { in runBuildNetworkTemplateForUpstreamType() 528 private static UpstreamType matchRuleToUpstreamType(int matchRule) { in matchRuleToUpstreamType()
|