Home
last modified time | relevance | path

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

/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
DBroadcastInterceptingContext.java54 public void assertNotReceived() in assertNotReceived() method in BroadcastInterceptingContext.FutureIntent
56 assertNotReceived(5, TimeUnit.SECONDS); in assertNotReceived()
59 public abstract void assertNotReceived(long timeout, TimeUnit unit) in assertNotReceived() method in BroadcastInterceptingContext.FutureIntent
104 public void assertNotReceived() in assertNotReceived() method in BroadcastInterceptingContext.BroadcastInterceptor
106 assertNotReceived(5, TimeUnit.SECONDS); in assertNotReceived()
109 public void assertNotReceived(long timeout, TimeUnit unit) in assertNotReceived() method in BroadcastInterceptingContext.BroadcastInterceptor
/frameworks/base/services/tests/servicestests/src/com/android/server/
DDockObserverTest.java96 updateExtconDockState(observer, "DOCK=1").assertNotReceived(); in testDockIntentBroadcast_onlyAfterBootReady()
153 futureIntent.assertNotReceived(); in testDockIntentBroadcast_deviceNotProvisioned()
/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/
DLowPowerStandbyControllerTest.java411 futureIntent.assertNotReceived(); in testLowPowerStandbyEnabled_EnabledChangedBroadcastsAreSent()
425 futureIntent.assertNotReceived(); in testLowPowerStandbyEnabled_EnabledChangedBroadcastsAreSent()
855 futureIntent.assertNotReceived(); in testStandbyPorts_noBroadcastChangedIfPackageIsNotExempt()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java728 futureIntent.assertNotReceived(); in addRestrictBackgroundAllowlist()
917 futureIntent.assertNotReceived(); in removeRestrictBackgroundAllowlist()
954 futureIntent.assertNotReceived(); in addRestrictBackgroundDenylist()
994 futureIntent.assertNotReceived(); in removeRestrictBackgroundDenylist()
1007 futureIntent.assertNotReceived(); in testDeniedAppIsNotNotifiedWhenRestrictBackgroundIsOn()
1019 futureIntent.assertNotReceived(); in testAllowedAppIsNotNotifiedWhenRestrictBackgroundIsOn()