Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkPolicyManagerServiceTest.java620 assertRestrictBackgroundChangedReceived(futureIntent, null); in testTurnRestrictBackgroundOn()
627 assertRestrictBackgroundChangedReceived(mFutureIntent, null); in testTurnRestrictBackgroundOff()
630 assertRestrictBackgroundChangedReceived(futureIntent, null); in testTurnRestrictBackgroundOff()
640 assertRestrictBackgroundChangedReceived(mFutureIntent, null); in testAddRestrictBackgroundAllowlist_restrictBackgroundOn()
680 assertRestrictBackgroundChangedReceived(mFutureIntent, null); in testRemoveRestrictBackgroundAllowlist_restrictBackgroundOn()
869 assertRestrictBackgroundChangedReceived(mFutureIntent, null); in testAddRestrictBackgroundDenylist_restrictBackgroundOn()
907 assertRestrictBackgroundChangedReceived(mFutureIntent, null); in testRemoveRestrictBackgroundDenylist_restrictBackgroundOn()
943 assertRestrictBackgroundChangedReceived(mFutureIntent, null); in testDeniedAppIsNotNotifiedWhenRestrictBackgroundIsOn()
955 assertRestrictBackgroundChangedReceived(mFutureIntent, null); in testAllowedAppIsNotNotifiedWhenRestrictBackgroundIsOn()
967 assertRestrictBackgroundChangedReceived(mFutureIntent, null); in testAllowedAppIsNotifiedWhenDenylisted()
[all …]