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

  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoDumper.java 107 serializer.attribute("", "text", safeCharSeqToString(node.getText()));
108 serializer.attribute("", "resource-id", safeCharSeqToString(node.getViewIdResourceName()));
109 serializer.attribute("", "class", safeCharSeqToString(node.getClassName()));
110 serializer.attribute("", "package", safeCharSeqToString(node.getPackageName()));
111 serializer.attribute("", "content-desc", safeCharSeqToString(node.getContentDescription()));
151 String className = safeCharSeqToString(node.getClassName());
171 && safeCharSeqToString(node.getContentDescription()).isEmpty()
172 && safeCharSeqToString(node.getText()).isEmpty();
200 if (!safeCharSeqToString(childNode.getContentDescription()).isEmpty()
201 || !safeCharSeqToString(childNode.getText()).isEmpty()
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 55 milliseconds