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.java53 public static final int MATCH_MOBILE_3G_LOWER = 2; field in NetworkTemplate
93 return new NetworkTemplate(MATCH_MOBILE_3G_LOWER, subscriberId, null); in buildTemplateMobile3gLower()
233 case MATCH_MOBILE_3G_LOWER: in isMatchRuleMobile()
262 case MATCH_MOBILE_3G_LOWER: in matches()
385 case MATCH_MOBILE_3G_LOWER: in getMatchRuleName()
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/
DNetworkOverLimitActivity.java20 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.java53 import static android.net.NetworkTemplate.MATCH_MOBILE_3G_LOWER;
916 case MATCH_MOBILE_3G_LOWER: in enqueueNotification()
952 case MATCH_MOBILE_3G_LOWER: in enqueueNotification()
1381 case MATCH_MOBILE_3G_LOWER: in readPolicyLocked()