Searched refs:getClassName (Results 1 – 14 of 14) sorted by relevance
18 MissingNullability: androidx.test.uiautomator.UiObject2#getClassName():19 Missing nullability on method `getClassName` return
222 method public String! getClassName() throws androidx.test.uiautomator.UiObjectNotFoundException;274 method public String! getClassName();
262 method public String getClassName() throws androidx.test.uiautomator.UiObjectNotFoundException;317 method public String! getClassName();
396 method public String getClassName() throws androidx.test.uiautomator.UiObjectNotFoundException;452 method public String! getClassName();
73 serializer.attribute("", "class", safeCharSeqToString(node.getClassName())); in dumpNodeRec()126 String className = safeCharSeqToString(node.getClassName()); in nafExcludedClass()
656 s = node.getClassName(); in isMatchFor()662 s = node.getClassName(); in isMatchFor()
371 public String getClassName() { in getClassName() method in UiObject2372 CharSequence chars = getAccessibilityNodeInfo().getClassName(); in getClassName()1052 return this.getClassName().contains("RecyclerView"); in isRecyclerView()
529 public @NonNull String getClassName() throws UiObjectNotFoundException { in getClassName() method in UiObject534 return safeStringReturn(node.getClassName()); in getClassName()
267 && matchesCriteria(selector.mClazz, node.getClassName()) in matchesSelector()
345 assertEquals("android.widget.Button", button.getClassName()); in testGetClassName()346 assertEquals("android.widget.TextView", textView.getClassName()); in testGetClassName()389 assertUiObjectNotFound(noNode::getClassName); in testTextFamily_throwsUiObjectNotFoundException()
277 childrenClassNames.add(children.get(0).getClassName()); in testGetChildren()278 childrenClassNames.add(children.get(1).getClassName()); in testGetChildren()291 assertEquals("android.widget.Button", button.getClassName()); in testGetClassName()294 assertEquals("android.widget.TextView", textView.getClassName()); in testGetClassName()