Home
last modified time | relevance | path

Searched refs:getOmrAddress (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/
DBorderRoutingTest.java176 mInfraDevice.sendEchoRequest(ftd.getOmrAddress()); in unicastRouting_infraDevicePingThreadDeviceOmr_replyReceived()
179 assertNotNull(pollForPacketOnInfraNetwork(ICMPV6_ECHO_REPLY_TYPE, ftd.getOmrAddress())); in unicastRouting_infraDevicePingThreadDeviceOmr_replyReceived()
198 mInfraDevice.sendEchoRequest(ftd.getOmrAddress()); in unicastRouting_afterFactoryResetInfraDevicePingThreadDeviceOmr_replyReceived()
200 assertNotNull(pollForPacketOnInfraNetwork(ICMPV6_ECHO_REPLY_TYPE, ftd.getOmrAddress())); in unicastRouting_afterFactoryResetInfraDevicePingThreadDeviceOmr_replyReceived()
217 Inet6Address ftdOmr = ftd.getOmrAddress(); in unicastRouting_afterInfraNetworkSwitchInfraDevicePingThreadDeviceOmr_replyReceived()
225 mInfraDevice.sendEchoRequest(ftd.getOmrAddress()); in unicastRouting_afterInfraNetworkSwitchInfraDevicePingThreadDeviceOmr_replyReceived()
247 Inet6Address ftdOmr = requireNonNull(ftd.getOmrAddress()); in unicastRouting_borderRouterSendsUdpToThreadDevice_datagramReceived()
336 assertNotNull(pollForPacketOnInfraNetwork(ICMPV6_ECHO_REPLY_TYPE, ftd.getOmrAddress())); in multicastRouting_ftdSubscribedMulticastAddress_canPingfromInfraLink()
368 assertNull(pollForPacketOnInfraNetwork(ICMPV6_ECHO_REPLY_TYPE, ftd.getOmrAddress())); in multicastRouting_ftdSubscribedScope3MulticastAddress_cannotPingfromInfraLink()
389 assertNull(pollForPacketOnInfraNetwork(ICMPV6_ECHO_REPLY_TYPE, ftd.getOmrAddress())); in multicastRouting_ftdNotSubscribedMulticastAddress_cannotPingFromInfraDevice()
[all …]
DServiceDiscoveryTest.java185 ftd.setSrpHostAddresses(List.of(ftd.getOmrAddress(), ftd.getMlEid())); in advertisingProxy_multipleSrpClientsRegisterServices_servicesResolvableByMdns()
208 .containsExactly(mFtds.get(i).getOmrAddress()); in advertisingProxy_multipleSrpClientsRegisterServices_servicesResolvableByMdns()
/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/
DFullThreadDevice.java116 public Inet6Address getOmrAddress() { in getOmrAddress() method in FullThreadDevice