Home
last modified time | relevance | path

Searched refs:getChildByText (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiScrollable.java189 public UiObject getChildByText(UiSelector childPattern, String text) in getChildByText() method in UiScrollable
192 return getChildByText(childPattern, text, true); in getChildByText()
210 public UiObject getChildByText(UiSelector childPattern, String text, boolean allowScrollSearch) in getChildByText() method in UiScrollable
217 return super.getChildByText(childPattern, text); in getChildByText()
DUiCollection.java111 public UiObject getChildByText(UiSelector childPattern, String text) in getChildByText() method in UiCollection
/frameworks/base/cmds/uiautomator/api/
D16.txt7 …method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.Ui…
110 …method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.Ui…
D17.txt7 …method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.Ui…
120 …method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.Ui…
Dcurrent.txt21 …method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.Ui…
147 …method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.Ui…
/frameworks/base/docs/html/training/testing/ui-testing/
Duiautomator-testing.jd456 UiObject video = videos.getChildByText(new UiSelector()
479 UiObject about = settingsItem.getChildByText(new UiSelector()