Searched refs:getContentDescription (Results 1 – 16 of 16) sorted by relevance
75 serializer.attribute("", "content-desc", safeCharSeqToString(node.getContentDescription())); in dumpNodeRec()146 && safeCharSeqToString(node.getContentDescription()).isEmpty() in nafCheck()177 if (!safeCharSeqToString(childNode.getContentDescription()).isEmpty() in childNafCheck()
56 String nodeDesc = row.getContentDescription(); in getChildByDescription()
683 s = node.getContentDescription(); in isMatchFor()690 s = node.getContentDescription(); in isMatchFor()697 s = node.getContentDescription(); in isMatchFor()703 s = node.getContentDescription(); in isMatchFor()
543 public @NonNull String getContentDescription() throws UiObjectNotFoundException { in getContentDescription() method in UiObject548 return safeStringReturn(node.getContentDescription()); in getContentDescription()
296 String desc = object.getContentDescription();
268 && matchesCriteria(selector.mDesc, node.getContentDescription()) in matchesSelector()
382 public String getContentDescription() { in getContentDescription() method in UiObject2383 CharSequence chars = getAccessibilityNodeInfo().getContentDescription(); in getContentDescription()
20 MissingNullability: androidx.test.uiautomator.UiObject2#getContentDescription():21 Missing nullability on method `getContentDescription` return
223 …method public String! getContentDescription() throws androidx.test.uiautomator.UiObjectNotFoundExc…275 method public String! getContentDescription();
263 …method public String getContentDescription() throws androidx.test.uiautomator.UiObjectNotFoundExce…318 method public String! getContentDescription();
397 …method public String getContentDescription() throws androidx.test.uiautomator.UiObjectNotFoundExce…453 method public String! getContentDescription();
356 assertEquals("I'm accessible!", button.getContentDescription()); in testGetContentDescription()357 assertEquals("", textView.getContentDescription()); in testGetContentDescription()390 assertUiObjectNotFound(noNode::getContentDescription); in testTextFamily_throwsUiObjectNotFoundException()
302 assertEquals("I'm accessible!", buttonObject.getContentDescription()); in testGetContentDescription()305 assertNull(textViewObject.getContentDescription()); in testGetContentDescription()