Home
last modified time | relevance | path

Searched refs:getChildByText (Results 1 – 5 of 5) 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.txt22 …method @Deprecated public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautom…
148 …method @Deprecated public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautom…