Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java334 private FutureIntent mFutureIntent; field in NetworkPolicyManagerServiceTest
553 mFutureIntent = newRestrictBackgroundChangedFuture(); in callSystemReady()
686 assertRestrictBackgroundChangedReceived(mFutureIntent, null); in testTurnRestrictBackgroundOff()
699 assertRestrictBackgroundChangedReceived(mFutureIntent, null); in testAddRestrictBackgroundAllowlist_restrictBackgroundOn()
739 assertRestrictBackgroundChangedReceived(mFutureIntent, null); in testRemoveRestrictBackgroundAllowlist_restrictBackgroundOn()
928 assertRestrictBackgroundChangedReceived(mFutureIntent, null); in testAddRestrictBackgroundDenylist_restrictBackgroundOn()
966 assertRestrictBackgroundChangedReceived(mFutureIntent, null); in testRemoveRestrictBackgroundDenylist_restrictBackgroundOn()
1002 assertRestrictBackgroundChangedReceived(mFutureIntent, null); in testDeniedAppIsNotNotifiedWhenRestrictBackgroundIsOn()
1014 assertRestrictBackgroundChangedReceived(mFutureIntent, null); in testAllowedAppIsNotNotifiedWhenRestrictBackgroundIsOn()
1026 assertRestrictBackgroundChangedReceived(mFutureIntent, null); in testAllowedAppIsNotifiedWhenDenylisted()