Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerShellCommand.java199 return removeRestrictBackgroundDenylist(); in runRemove()
326 private int removeRestrictBackgroundDenylist() throws RemoteException { in removeRestrictBackgroundDenylist() method in NetworkPolicyManagerShellCommand
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java967 removeRestrictBackgroundDenylist(false); in testRemoveRestrictBackgroundDenylist_restrictBackgroundOn()
978 removeRestrictBackgroundDenylist(true); in testRemoveRestrictBackgroundDenylist_restrictBackgroundOff()
981 private void removeRestrictBackgroundDenylist(boolean expectIntent) throws Exception { in removeRestrictBackgroundDenylist() method in NetworkPolicyManagerServiceTest