Searched refs:getThreadNetwork (Results 1 – 2 of 2) sorted by relevance
26 import static android.net.thread.utils.IntegrationTestUtils.getThreadNetwork;285 LinkProperties lp = cm.getLinkProperties(getThreadNetwork(CALLBACK_TIMEOUT)); in addPrefixToNetData_routeIsAddedToTunInterface()307 LinkProperties lp = cm.getLinkProperties(getThreadNetwork(CALLBACK_TIMEOUT)); in removePrefixFromNetData_routeIsRemovedFromTunInterface()324 LinkProperties lp = cm.getLinkProperties(getThreadNetwork(CALLBACK_TIMEOUT)); in toggleThreadNetwork_routeFromPreviousNetDataIsRemoved()
392 public static Network getThreadNetwork(Duration timeout) throws Exception { in getThreadNetwork() method in IntegrationTestUtils