Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java465 assertRestrictBackgroundOff(); // Sanity check. in testTurnRestrictBackgroundOn()
497 assertRestrictBackgroundOff(); // Sanity check. in testAddRestrictBackgroundWhitelist_restrictBackgroundOff()
539 assertRestrictBackgroundOff(); // Sanity check. in testRemoveRestrictBackgroundWhitelist_restrictBackgroundOff()
727 assertRestrictBackgroundOff(); // Sanity check. in testAddRestrictBackgroundBlacklist_restrictBackgroundOff()
765 assertRestrictBackgroundOff(); // Sanity check. in testRemoveRestrictBackgroundBlacklist_restrictBackgroundOff()
2056 private void assertRestrictBackgroundOff() throws Exception { in assertRestrictBackgroundOff() method in NetworkPolicyManagerServiceTest