HomeSort by relevance Sort by last modified time
    Searched refs:RULE_ALLOW_ALL (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java 28 import static android.net.NetworkPolicyManager.RULE_ALLOW_ALL;
302 future = expectRulesChanged(UID_A, RULE_ALLOW_ALL);
311 future = expectRulesChanged(UID_A, RULE_ALLOW_ALL);
331 future = expectRulesChanged(UID_A, RULE_ALLOW_ALL);
343 future = expectRulesChanged(UID_A, RULE_ALLOW_ALL);
352 future = expectRulesChanged(UID_A, RULE_ALLOW_ALL);
361 future = expectRulesChanged(UID_A, RULE_ALLOW_ALL);
383 future = expectRulesChanged(UID_A, RULE_ALLOW_ALL);
405 future = expectRulesChanged(UID_A, RULE_ALLOW_ALL);
424 future = expectRulesChanged(UID_A, RULE_ALLOW_ALL);
    [all...]
  /frameworks/base/core/java/android/net/
NetworkPolicyManager.java 48 public static final int RULE_ALLOW_ALL = 0x0;
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 39 import static android.net.NetworkPolicyManager.RULE_ALLOW_ALL;
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 23 import static android.net.NetworkPolicyManager.RULE_ALLOW_ALL;
727 uidRules = mUidRules.get(uid, RULE_ALLOW_ALL);
    [all...]

Completed in 862 milliseconds