Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkTemplate.java67 public static final int MATCH_MOBILE = 1; field in NetworkTemplate
77 case MATCH_MOBILE: in isKnownMatchRule()
115 return new NetworkTemplate(MATCH_MOBILE, subscriberId, null); in buildTemplateMobileAll()
298 case MATCH_MOBILE: in isMatchRuleMobile()
339 case MATCH_MOBILE: in matches()
456 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/packages/SettingsLib/src/com/android/settingslib/net/
DDataUsageController.java252 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.java70 import static android.net.NetworkTemplate.MATCH_MOBILE;
1370 case MATCH_MOBILE: in enqueueNotification()
1398 case MATCH_MOBILE: in enqueueNotification()
1744 if (template.getMatchRule() == MATCH_MOBILE) {
2230 case MATCH_MOBILE: in readPolicyAL()