Searched refs:wc2 (Results 1 – 2 of 2) sorted by relevance
53 assertEquals(wc1, wc2); in testWorkChain_equalsHashCode()57 wc2.addNode(1, null); in testWorkChain_equalsHashCode()58 assertEquals(wc1, wc2); in testWorkChain_equalsHashCode()62 wc2.addNode(2, "tag"); in testWorkChain_equalsHashCode()63 assertEquals(wc1, wc2); in testWorkChain_equalsHashCode()67 wc2 = new WorkChain(); in testWorkChain_equalsHashCode()69 wc2.addNode(6, null); in testWorkChain_equalsHashCode()74 wc2 = new WorkChain(); in testWorkChain_equalsHashCode()76 wc2.addNode(5, "tag2"); in testWorkChain_equalsHashCode()88 assertEquals(wc1, wc2); in testWorkChain_constructor()[all …]
1666 final WindowContainer wc2 = WindowContainer.fromBinder(hop.getAdjacentRoot()); in setAdjacentRootsHierarchyOp() local1667 if (wc2 == null || !wc2.isAttached()) { in setAdjacentRootsHierarchyOp()1668 Slog.e(TAG, "Attempt to operate on unknown or detached container: " + wc2); in setAdjacentRootsHierarchyOp()1671 final TaskFragment root2 = wc2.asTaskFragment(); in setAdjacentRootsHierarchyOp()