Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkPolicyManagerServiceTest.java782 removeRestrictBackgroundDenylist(false); in testRemoveRestrictBackgroundDenylist_restrictBackgroundOn()
793 removeRestrictBackgroundDenylist(true); in testRemoveRestrictBackgroundDenylist_restrictBackgroundOff()
796 private void removeRestrictBackgroundDenylist(boolean expectIntent) throws Exception { in removeRestrictBackgroundDenylist() method in NetworkPolicyManagerServiceTest