Home
last modified time | relevance | path

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

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