Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerShellCommand.java197 return removeRestrictBackgroundAllowlist(); in runRemove()
318 private int removeRestrictBackgroundAllowlist() throws RemoteException { in removeRestrictBackgroundAllowlist() method in NetworkPolicyManagerShellCommand
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java740 removeRestrictBackgroundAllowlist(true); in testRemoveRestrictBackgroundAllowlist_restrictBackgroundOn()
751 removeRestrictBackgroundAllowlist(false); in testRemoveRestrictBackgroundAllowlist_restrictBackgroundOff()
902 private void removeRestrictBackgroundAllowlist(boolean expectIntent) throws Exception { in removeRestrictBackgroundAllowlist() method in NetworkPolicyManagerServiceTest