Home
last modified time | relevance | path

Searched refs:removeEdge (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DDirectedGraphTest.java50 graph.removeEdge(4, 1); in testCyclicGraph()
59 graph.removeEdge(0, 2); in testRemoveUnexistingVertex()
68 graph.removeEdge(3, 0); in testRemoveUnexistingVertex()
/tools/tradefederation/core/src/com/android/tradefed/util/
DDirectedGraph.java78 public void removeEdge(V from, V to) { in removeEdge() method in DirectedGraph