Home
last modified time | relevance | path

Searched refs:MATCH_MOBILE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/net/
DNetworkTemplate.java75 public static final int MATCH_MOBILE = 1; field in NetworkTemplate
102 case MATCH_MOBILE: in isKnownMatchRule()
140 return new NetworkTemplate(MATCH_MOBILE, subscriberId, null); in buildTemplateMobileAll()
154 return new NetworkTemplate(MATCH_MOBILE, subscriberId, new String[]{subscriberId}, null, in buildTemplateMobileWithRatType()
346 case MATCH_MOBILE: in isMatchRuleMobile()
387 case MATCH_MOBILE: in matches()
582 case MATCH_MOBILE: in getMatchRuleName()
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/
DNetworkOverLimitActivity.java20 import static android.net.NetworkTemplate.MATCH_MOBILE;
86 case MATCH_MOBILE: in getLimitedDialogTitleForTemplate()
/frameworks/base/tests/net/java/android/net/
DNetworkTemplateTest.kt27 import android.net.NetworkTemplate.MATCH_MOBILE
141 val templateMobile = NetworkTemplate(MATCH_MOBILE, TEST_IMSI1, null, null, METERED_ALL, in testParcelUnparcel()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DDataUsageController.java253 case NetworkTemplate.MATCH_MOBILE: in getNetworkType()
/frameworks/base/services/core/java/com/android/server/connectivity/
DMultipathPolicyTracker.java222 NetworkTemplate.MATCH_MOBILE, subscriberId, new String[] { subscriberId }, in MultipathTracker()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java74 import static android.net.NetworkTemplate.MATCH_MOBILE;
1383 case MATCH_MOBILE: in enqueueNotification()
1411 case MATCH_MOBILE: in enqueueNotification()
1762 if (template.getMatchRule() == MATCH_MOBILE) {
2256 case MATCH_MOBILE: in readPolicyAL()