Searched defs:sendBroadcast (Results 1 – 7 of 7) sorted by relevance
42 override suspend fun sendBroadcast(element: E): Boolean { in sendBroadcast() method
218 …internal open suspend fun sendBroadcast(element: E): Boolean = suspendCancellableCoroutine { cont … in <lambda>() method in kotlinx.coroutines.channels.BufferedChannel
163 protected void sendBroadcast(Intent intent) { in sendBroadcast() method in ShadowContextImpl170 protected void sendBroadcast(Intent intent, String receiverPermission) { in sendBroadcast() method in ShadowContextImpl177 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
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