Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerShellCommand.java180 return addRestrictBackgroundDenylist(); in runAdd()
322 private int addRestrictBackgroundDenylist() throws RemoteException { in addRestrictBackgroundDenylist() method in NetworkPolicyManagerShellCommand
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java929 addRestrictBackgroundDenylist(false); in testAddRestrictBackgroundDenylist_restrictBackgroundOn()
938 addRestrictBackgroundDenylist(true); in testAddRestrictBackgroundDenylist_restrictBackgroundOff()
941 private void addRestrictBackgroundDenylist(boolean expectIntent) throws Exception { in addRestrictBackgroundDenylist() method in NetworkPolicyManagerServiceTest