Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkManagementInternalTest.java99 final ArrayMap<Integer, Boolean> isRestrictedForDozable = new ArrayMap<>(); in testIsNetworkRestrictedForUid() local
100 isRestrictedForDozable.put(FIREWALL_RULE_DEFAULT, true); in testIsNetworkRestrictedForUid()
101 isRestrictedForDozable.put(FIREWALL_RULE_ALLOW, false); in testIsNetworkRestrictedForUid()
102 isRestrictedForDozable.put(FIREWALL_RULE_DENY, true); in testIsNetworkRestrictedForUid()
103 expected.put(FIREWALL_CHAIN_DOZABLE, isRestrictedForDozable); in testIsNetworkRestrictedForUid()