Searched refs:getMatchRule (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/net/
H A DNetworkOverLimitActivity.java87 switch (template.getMatchRule()) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DNetworkPolicyEditor.java135 if (template.getMatchRule() == MATCH_WIFI) {
265 template.getMatchRule(), template.getSubscriberId(), strippedNetworkId);
/frameworks/base/core/java/android/net/
H A DNetworkTemplate.java261 public int getMatchRule() { method in class:NetworkTemplate
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1187 switch (policy.template.getMatchRule()) {
1223 switch (policy.template.getMatchRule()) {
1552 if (template.getMatchRule() == MATCH_MOBILE_ALL) {
2014 writeIntAttribute(out, ATTR_NETWORK_TEMPLATE, template.getMatchRule());

Completed in 4907 milliseconds