Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkManagementInternalTest.java111 final ArrayMap<Integer, Boolean> isRestrictedForStandby = new ArrayMap<>(); in testIsNetworkRestrictedForUid() local
112 isRestrictedForStandby.put(FIREWALL_RULE_DEFAULT, false); in testIsNetworkRestrictedForUid()
113 isRestrictedForStandby.put(FIREWALL_RULE_ALLOW, false); in testIsNetworkRestrictedForUid()
114 isRestrictedForStandby.put(FIREWALL_RULE_DENY, true); in testIsNetworkRestrictedForUid()
115 expected.put(FIREWALL_CHAIN_STANDBY, isRestrictedForStandby); in testIsNetworkRestrictedForUid()