Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java466 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in testTurnRestrictBackgroundOn() local
468 assertRestrictBackgroundChangedReceived(futureIntent, null); in testTurnRestrictBackgroundOn()
476 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in testTurnRestrictBackgroundOff() local
478 assertRestrictBackgroundChangedReceived(futureIntent, null); in testTurnRestrictBackgroundOff()
506 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in addRestrictBackgroundWhitelist() local
516 assertRestrictBackgroundChangedReceived(futureIntent, PKG_NAME_A); in addRestrictBackgroundWhitelist()
518 futureIntent.assertNotReceived(); in addRestrictBackgroundWhitelist()
696 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in removeRestrictBackgroundWhitelist() local
705 assertRestrictBackgroundChangedReceived(futureIntent, PKG_NAME_A); in removeRestrictBackgroundWhitelist()
707 futureIntent.assertNotReceived(); in removeRestrictBackgroundWhitelist()
[all …]