Searched refs:nodeParent (Results 1 – 1 of 1) sorted by relevance
475 AccessibilityNodeInfo nodeParent = nodes.get(node.getParentNodeId()); in checkIntegrity() local476 if (nodeParent != null) { in checkIntegrity()478 final int childCount = nodeParent.getChildCount(); in checkIntegrity()480 AccessibilityNodeInfo child = nodes.get(nodeParent.getChildId(k)); in checkIntegrity()488 + nodeParent + " and child: " + node); in checkIntegrity()500 + node + " and parent: " + nodeParent); in checkIntegrity()