Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkTemplate.java51 public static final int MATCH_MOBILE_ALL = 1; field in NetworkTemplate
84 return new NetworkTemplate(MATCH_MOBILE_ALL, subscriberId, null); in buildTemplateMobileAll()
235 case MATCH_MOBILE_ALL: in isMatchRuleMobile()
260 case MATCH_MOBILE_ALL: in matches()
389 case MATCH_MOBILE_ALL: in getMatchRuleName()
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/
DNetworkOverLimitActivity.java22 import static android.net.NetworkTemplate.MATCH_MOBILE_ALL;
92 case MATCH_MOBILE_ALL: in getLimitedDialogTitleForTemplate()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java55 import static android.net.NetworkTemplate.MATCH_MOBILE_ALL;
922 case MATCH_MOBILE_ALL: in enqueueNotification()
958 case MATCH_MOBILE_ALL: in enqueueNotification()
1383 case MATCH_MOBILE_ALL: in readPolicyLocked()