Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkPolicyManagerServiceTest.java681 removeRestrictBackgroundAllowlist(true); in testRemoveRestrictBackgroundAllowlist_restrictBackgroundOn()
692 removeRestrictBackgroundAllowlist(false); in testRemoveRestrictBackgroundAllowlist_restrictBackgroundOff()
843 private void removeRestrictBackgroundAllowlist(boolean expectIntent) throws Exception { in removeRestrictBackgroundAllowlist() method in NetworkPolicyManagerServiceTest