Home
last modified time | relevance | path

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

/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
H A DTreeNodeTest.java140 TestTreeNode unattachedNode = new TestTreeNode("Unattached"); in testTreeNode_cannotAddTwice() local
141 assertNull(node1.removeChild(unattachedNode)); in testTreeNode_cannotAddTwice()