Searched refs:nodeParent (Results 1 – 1 of 1) sorted by relevance
518 AccessibilityNodeInfo nodeParent = nodes.get(node.getParentNodeId()); in checkIntegrity() local519 if (nodeParent != null) { in checkIntegrity()521 final int childCount = nodeParent.getChildCount(); in checkIntegrity()523 AccessibilityNodeInfo child = nodes.get(nodeParent.getChildId(k)); in checkIntegrity()531 + nodeParent + " and child: " + node); in checkIntegrity()543 + node + " and parent: " + nodeParent); in checkIntegrity()