Searched refs:mutableChildren (Results 1 – 1 of 1) sorted by relevance
102 List<UiAutomationElement> mutableChildren = buildChildren(node); in UiAutomationElement() local103 this.children = mutableChildren == null ? null : Collections.unmodifiableList(mutableChildren); in UiAutomationElement()