Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkTemplate.java65 public static final int MATCH_MOBILE = 1; field in NetworkTemplate
75 case MATCH_MOBILE: in isKnownMatchRule()
100 return new NetworkTemplate(MATCH_MOBILE, subscriberId, null); in buildTemplateMobileAll()
278 case MATCH_MOBILE: in isMatchRuleMobile()
317 case MATCH_MOBILE: in matches()
434 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/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.java70 import static android.net.NetworkTemplate.MATCH_MOBILE;
1333 case MATCH_MOBILE: in enqueueNotification()
1354 case MATCH_MOBILE: in enqueueNotification()
1683 if (template.getMatchRule() == MATCH_MOBILE) {
2164 case MATCH_MOBILE: in readPolicyAL()