Searched refs:sendStickyBroadcast (Results 1 – 6 of 6) sorted by relevance
293 contextWrapper.sendStickyBroadcast(new Intent("foo")); in sendStickyBroadcast_shouldDeliverIntentToAllRegisteredReceivers()297 contextWrapper.sendStickyBroadcast(new Intent("womp")); in sendStickyBroadcast_shouldDeliverIntentToAllRegisteredReceivers()300 contextWrapper.sendStickyBroadcast(new Intent("baz")); in sendStickyBroadcast_shouldDeliverIntentToAllRegisteredReceivers()306 contextWrapper.sendStickyBroadcast(new Intent("foo")); in sendStickyBroadcast_shouldStickSentIntent()318 contextWrapper.sendStickyBroadcast(new Intent("foo")); in afterSendStickyBroadcast_allSentIntentsShouldBeDeliveredToNewRegistrants()319 contextWrapper.sendStickyBroadcast(new Intent("baz")); in afterSendStickyBroadcast_allSentIntentsShouldBeDeliveredToNewRegistrants()
486 public void sendStickyBroadcast() { in sendStickyBroadcast() method in ShadowApplicationTest488 context.sendStickyBroadcast(broadcastIntent); in sendStickyBroadcast()496 context.sendStickyBroadcast(broadcastIntent); in sendStickyBroadcast()
183 protected void sendStickyBroadcast(Intent intent) { in sendStickyBroadcast() method in ShadowContextImpl184 getShadowInstrumentation().sendStickyBroadcast(intent, realContextImpl); in sendStickyBroadcast()
591 void sendStickyBroadcast(Intent intent, Context context) {
284 public void sendStickyBroadcast(Intent intent) { in sendStickyBroadcast() method in MockContext.MockContext2
249 mContext.sendStickyBroadcast(publishIntent); in setPublishState()