Searched refs:getPackageName (Results 1 – 14 of 14) sorted by relevance
515 return rootNode.getPackageName() != null ? rootNode.getPackageName().toString() : null; in getCurrentPackageName()
74 serializer.attribute("", "package", safeCharSeqToString(node.getPackageName())); in dumpNodeRec()
752 s = node.getPackageName(); in isMatchFor()758 s = node.getPackageName(); in isMatchFor()
742 public @NonNull String getPackageName() throws UiObjectNotFoundException { in getPackageName() method in UiObject747 return safeStringReturn(node.getPackageName()); in getPackageName()
269 && matchesCriteria(selector.mPkg, node.getPackageName()) in matchesSelector()
1256 return packageName == null || (t.getPackageName() != null in waitForWindowUpdate()1257 && packageName.contentEquals(t.getPackageName())); in waitForWindowUpdate()
390 CharSequence chars = getAccessibilityNodeInfo().getPackageName(); in getApplicationPackage()
393 assertUiObjectNotFound(noNode::getPackageName); in testTextFamily_throwsUiObjectNotFoundException()531 assertEquals(TEST_APP, sampleTextObject.getPackageName()); in testGetPackageName()
225 … method public String! getPackageName() throws androidx.test.uiautomator.UiObjectNotFoundException;
265 … method public String getPackageName() throws androidx.test.uiautomator.UiObjectNotFoundException;
399 … method public String getPackageName() throws androidx.test.uiautomator.UiObjectNotFoundException;