Searched defs:sendBroadcast (Results 1 – 6 of 6) sorted by relevance
164 protected void sendBroadcast(Intent intent) { in sendBroadcast() method in ShadowContextImpl171 protected void sendBroadcast(Intent intent, String receiverPermission) { in sendBroadcast() method in ShadowContextImpl178 protected void sendBroadcast(Intent intent, String receiverPermission, Bundle options) { in sendBroadcast() method in ShadowContextImpl
104 public void sendBroadcast(Intent intent) { in sendBroadcast() method in ProxyChangeListenerTest.FakeContext
50 override suspend fun sendBroadcast(element: E): Boolean { in <lambda>() method
221 …internal open suspend fun sendBroadcast(element: E): Boolean = suspendCancellableCoroutine { cont … in <lambda>() method in kotlinx.coroutines.channels.BufferedChannel
264 public void sendBroadcast(Intent intent) { in sendBroadcast() method in MockContext.MockContext2269 public void sendBroadcast(Intent intent, String s) { in sendBroadcast() method in MockContext.MockContext2
671 public void sendBroadcast( in sendBroadcast() method in AndroidFacade