Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerShellCommand.java195 return removeRestrictBackgroundWhitelist(); in runRemove()
309 private int removeRestrictBackgroundWhitelist() throws RemoteException { in removeRestrictBackgroundWhitelist() method in NetworkPolicyManagerShellCommand
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java530 removeRestrictBackgroundWhitelist(true); in testRemoveRestrictBackgroundWhitelist_restrictBackgroundOn()
540 removeRestrictBackgroundWhitelist(false); in testRemoveRestrictBackgroundWhitelist_restrictBackgroundOff()
691 private void removeRestrictBackgroundWhitelist(boolean expectIntent) throws Exception { in removeRestrictBackgroundWhitelist() method in NetworkPolicyManagerServiceTest