Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkPolicyManagerServiceTest.java491 assertRestrictBackgroundOff(); in testTurnRestrictBackgroundOn()
523 assertRestrictBackgroundOff(); in testAddRestrictBackgroundAllowlist_restrictBackgroundOff()
565 assertRestrictBackgroundOff(); in testRemoveRestrictBackgroundAllowlist_restrictBackgroundOff()
752 assertRestrictBackgroundOff(); in testAddRestrictBackgroundDenylist_restrictBackgroundOff()
792 assertRestrictBackgroundOff(); in testRemoveRestrictBackgroundDenylist_restrictBackgroundOff()
2206 private void assertRestrictBackgroundOff() throws Exception { in assertRestrictBackgroundOff() method in NetworkPolicyManagerServiceTest