Home
last modified time | relevance | path

Searched defs:broadcastIntent (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/shadows/support/v4/
DShadowLocalBroadcastManagerTest.java135 Intent broadcastIntent = new Intent("foo"); in testGetSentBroadcastIntents() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowUsageStatsManagerTest.java285 Intent broadcastIntent = broadcastIntents.get(0); in testTriggerRegisteredAppUsageObserver_shouldSendIntentAndRemoveObserver() local
DShadowApplicationTest.java477 Intent broadcastIntent = new Intent("foo"); in broadcasts_shouldBeLogged() local
487 Intent broadcastIntent = new Intent("Foo"); in sendStickyBroadcast() local
DShadowContextWrapperTest.java280 Intent broadcastIntent = new Intent("foo"); in broadcasts_shouldBeLogged() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowInstrumentation.java267 final Intent broadcastIntent = intent; in postIntent() local