Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkPolicyManagerServiceTest.java617 assertRestrictBackgroundOff(); in testTurnRestrictBackgroundOn()
649 assertRestrictBackgroundOff(); in testAddRestrictBackgroundAllowlist_restrictBackgroundOff()
691 assertRestrictBackgroundOff(); in testRemoveRestrictBackgroundAllowlist_restrictBackgroundOff()
878 assertRestrictBackgroundOff(); in testAddRestrictBackgroundDenylist_restrictBackgroundOff()
918 assertRestrictBackgroundOff(); in testRemoveRestrictBackgroundDenylist_restrictBackgroundOff()
2411 private void assertRestrictBackgroundOff() throws Exception { in assertRestrictBackgroundOff() method in NetworkPolicyManagerServiceTest