Home
last modified time | relevance | path

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

/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
DBroadcastInterceptingContext.java53 public void assertNotReceived() in assertNotReceived() method in BroadcastInterceptingContext.FutureIntent
55 assertNotReceived(5, TimeUnit.SECONDS); in assertNotReceived()
58 public abstract void assertNotReceived(long timeout, TimeUnit unit) in assertNotReceived() method in BroadcastInterceptingContext.FutureIntent
96 public void assertNotReceived() in assertNotReceived() method in BroadcastInterceptingContext.BroadcastInterceptor
98 assertNotReceived(5, TimeUnit.SECONDS); in assertNotReceived()
101 public void assertNotReceived(long timeout, TimeUnit unit) in assertNotReceived() method in BroadcastInterceptingContext.BroadcastInterceptor
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkPolicyManagerServiceTest.java505 futureIntent.assertNotReceived(); in addRestrictBackgroundWhitelist()
624 futureIntent.assertNotReceived(); in removeRestrictBackgroundWhitelist()
661 futureIntent.assertNotReceived(); in addRestrictBackgroundBlacklist()
699 futureIntent.assertNotReceived(); in removeRestrictBackgroundBlacklist()
713 futureIntent.assertNotReceived(); in testBlacklistedAppIsNotNotifiedWhenRestrictBackgroundIsOn()
726 futureIntent.assertNotReceived(); in testWhitelistedAppIsNotNotifiedWhenRestrictBackgroundIsOn()