Home
last modified time | relevance | path

Searched refs:MATCH_MOBILE_3G_LOWER (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/
DNetworkTemplate.java62 public static final int MATCH_MOBILE_3G_LOWER = 2; field in NetworkTemplate
93 return new NetworkTemplate(MATCH_MOBILE_3G_LOWER, subscriberId, null); in buildTemplateMobile3gLower()
241 case MATCH_MOBILE_3G_LOWER: in isMatchRuleMobile()
280 case MATCH_MOBILE_3G_LOWER: in matches()
412 case MATCH_MOBILE_3G_LOWER: in getMatchRuleName()
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/
DNetworkOverLimitActivity.java36 import static android.net.NetworkTemplate.MATCH_MOBILE_3G_LOWER;
88 case MATCH_MOBILE_3G_LOWER: in getLimitedDialogTitleForTemplate()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java61 import static android.net.NetworkTemplate.MATCH_MOBILE_3G_LOWER;
1044 case MATCH_MOBILE_3G_LOWER: in enqueueNotification()
1080 case MATCH_MOBILE_3G_LOWER: in enqueueNotification()
1466 case MATCH_MOBILE_3G_LOWER: in readPolicyLocked()