HomeSort by relevance Sort by last modified time
    Searched refs:nodeDesc (Results 1 - 2 of 2) sorted by null

  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiCollection.java 57 String nodeDesc = row.getContentDescription();
58 if(nodeDesc != null && nodeDesc.contains(text)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiActions.java 280 ElementDescriptor nodeDesc = uiNode.getDescriptor();
281 if (xmlNode == null || nodeDesc == null) {
302 if (uiPrev.getDescriptor().acceptChild(nodeDesc)) {
330 grandDesc.acceptChild(nodeDesc)) {
462 ElementDescriptor nodeDesc = uiNode.getDescriptor();
463 if (xmlNode == null || nodeDesc == null) {
486 if (uiNext.getDescriptor().acceptChild(nodeDesc)) {
518 grandDesc.acceptChild(nodeDesc)) {

Completed in 50 milliseconds