Searched defs:sendBroadcast (Results 1 – 7 of 7) sorted by relevance
97 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
146 protected void sendBroadcast(Intent intent) { in sendBroadcast() method in ShadowContextImpl151 protected void sendBroadcast(Intent intent, String receiverPermission) { in sendBroadcast() method in ShadowContextImpl
167 protected void sendBroadcast(Intent intent) { in sendBroadcast() method in ShadowContextImpl174 protected void sendBroadcast(Intent intent, String receiverPermission) { in sendBroadcast() method in ShadowContextImpl
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
666 public void sendBroadcast( in sendBroadcast() method in AndroidFacade