Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerShellCommand.java197 return removeRestrictBackgroundBlacklist(); in runRemove()
317 private int removeRestrictBackgroundBlacklist() throws RemoteException { in removeRestrictBackgroundBlacklist() method in NetworkPolicyManagerShellCommand
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java756 removeRestrictBackgroundBlacklist(false); in testRemoveRestrictBackgroundBlacklist_restrictBackgroundOn()
766 removeRestrictBackgroundBlacklist(true); in testRemoveRestrictBackgroundBlacklist_restrictBackgroundOff()
769 private void removeRestrictBackgroundBlacklist(boolean expectIntent) throws Exception { in removeRestrictBackgroundBlacklist() method in NetworkPolicyManagerServiceTest