Searched refs:nodeDesc (Results 1 – 1 of 1) sorted by relevance
60 String nodeDesc = row.getContentDescription(); in getChildByDescription() local61 if(nodeDesc != null && nodeDesc.contains(text)) { in getChildByDescription()