Searched refs:sendStickyBroadcast (Results 1 – 7 of 7) sorted by relevance
384 contextWrapper.sendStickyBroadcast(new Intent("foo")); in sendStickyBroadcast_shouldDeliverIntentToAllRegisteredReceivers()388 contextWrapper.sendStickyBroadcast(new Intent("womp")); in sendStickyBroadcast_shouldDeliverIntentToAllRegisteredReceivers()391 contextWrapper.sendStickyBroadcast(new Intent("baz")); in sendStickyBroadcast_shouldDeliverIntentToAllRegisteredReceivers()397 contextWrapper.sendStickyBroadcast(new Intent("foo")); in sendStickyBroadcast_shouldStickSentIntent()409 contextWrapper.sendStickyBroadcast(new Intent("foo")); in afterSendStickyBroadcast_allSentIntentsShouldBeDeliveredToNewRegistrants()410 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()
230 protected void sendStickyBroadcast(Intent intent) { in sendStickyBroadcast() method in ShadowContextImpl231 getShadowInstrumentation().sendStickyBroadcast(intent, realContextImpl); in sendStickyBroadcast()
596 void sendStickyBroadcast(Intent intent, Context context) {
284 public void sendStickyBroadcast(Intent intent) { in sendStickyBroadcast() method in MockContext.MockContext2
263 mContext.sendStickyBroadcast(publishIntent); in updatePublisherState()
144 mContext.sendStickyBroadcast(intent);