Searched refs:hasOutgoingEdges (Results 1 – 3 of 3) sorted by relevance
142 assertFalse(mGraph.hasOutgoingEdges(edge)); in test_hasOutgoingEdges()146 assertTrue(mGraph.hasOutgoingEdges(edge)); in test_hasOutgoingEdges()
114 boolean hasOutgoingEdges(@NonNull T node) { in hasOutgoingEdges() method in DirectedAcyclicGraph
1546 return mChildDag.hasOutgoingEdges(child); in hasDependencies()