Searched refs:sendUdpMessage (Results 1 – 3 of 3) sorted by relevance
28 import static android.net.thread.utils.IntegrationTestUtils.sendUdpMessage;251 sendUdpMessage(ftdOmr, 12345, "aaaaaaaa"); in unicastRouting_borderRouterSendsUdpToThreadDevice_datagramReceived()255 sendUdpMessage(ftdMlEid, 12345, "bbbbbbbb"); in unicastRouting_borderRouterSendsUdpToThreadDevice_datagramReceived()
230 mUdpFuture = sendUdpMessage(serverIp, serverPort, udpMsg); in onViewCreated()283 private ListenableFuture<String> sendUdpMessage( in sendUdpMessage() method in ConnectivityToolsFragment
278 public static void sendUdpMessage(InetAddress dstAddress, int dstPort, String message) in sendUdpMessage() method in IntegrationTestUtils