Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextImpl.java157 protected void sendOrderedBroadcast(Intent intent, String receiverPermission) { in sendOrderedBroadcast() method in ShadowContextImpl
163 protected void sendOrderedBroadcast( in sendOrderedBroadcast() method in ShadowContextImpl
172 .sendOrderedBroadcast( in sendOrderedBroadcast()
194 sendOrderedBroadcast( in sendOrderedBroadcastAsUser()
218 sendOrderedBroadcast( in sendOrderedBroadcastAsUser()
DShadowInstrumentation.java207 void sendOrderedBroadcast( in sendOrderedBroadcast() method in ShadowInstrumentation
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockContext.java274 public void sendOrderedBroadcast(Intent intent, String s) { in sendOrderedBroadcast() method in MockContext.MockContext2
279 …public void sendOrderedBroadcast(Intent intent, String s, BroadcastReceiver broadcastReceiver, Han… in sendOrderedBroadcast() method in MockContext.MockContext2
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextWrapperTest.java153 …contextWrapper.sendOrderedBroadcast(new Intent(action), null, resultReceiver, null, 1, "initial", … in sendOrderedBroadcast_shouldReturnValues()
275 contextWrapper.sendOrderedBroadcast(new Intent(action), null); in sendOrderedBroadcast_shouldExecuteSerially()
312 contextWrapper.sendOrderedBroadcast(new Intent(action), null); in sendOrderedBroadcast_shouldSendByPriority()
336 contextWrapper.sendOrderedBroadcast(new Intent(action), null); in orderedBroadcasts_shouldAbort()