Searched refs:nodeParent (Results 1 – 1 of 1) sorted by relevance
856 AccessibilityNodeInfo nodeParent = nodes.get(node.getParentNodeId()); in checkIntegrity() local857 if (nodeParent != null) { in checkIntegrity()859 final int childCount = nodeParent.getChildCount(); in checkIntegrity()861 AccessibilityNodeInfo child = nodes.get(nodeParent.getChildId(k)); in checkIntegrity()869 + nodeParent + " and child: " + node); in checkIntegrity()881 + node + " and parent: " + nodeParent); in checkIntegrity()