Home
last modified time | relevance | path

Searched refs:UiObjectNotFoundException (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java149 public int getChildCount() throws UiObjectNotFoundException { in getChildCount()
395 public boolean click() throws UiObjectNotFoundException { in click()
504 public boolean longClick() throws UiObjectNotFoundException { in longClick()
538 public String getText() throws UiObjectNotFoundException { in getText()
556 public String getClassName() throws UiObjectNotFoundException { in getClassName()
625 public void clearTextField() throws UiObjectNotFoundException { in clearTextField()
650 public boolean isChecked() throws UiObjectNotFoundException { in isChecked()
666 public boolean isSelected() throws UiObjectNotFoundException { in isSelected()
698 public boolean isEnabled() throws UiObjectNotFoundException { in isEnabled()
730 public boolean isFocused() throws UiObjectNotFoundException { in isFocused()
[all …]
H A DUiScrollable.java119 throws UiObjectNotFoundException { in getChildByDescription()
141 boolean allowScrollSearch) throws UiObjectNotFoundException { in getChildByDescription()
165 throws UiObjectNotFoundException { in getChildByInstance()
190 throws UiObjectNotFoundException { in getChildByText()
211 throws UiObjectNotFoundException { in getChildByText()
219 throw new UiObjectNotFoundException("for text= \"" + text + "\""); in getChildByText()
382 public boolean flingForward() throws UiObjectNotFoundException { in flingForward()
398 public boolean scrollForward() throws UiObjectNotFoundException { in scrollForward()
419 throw new UiObjectNotFoundException(getSelector().toString()); in scrollForward()
461 public boolean flingBackward() throws UiObjectNotFoundException { in flingBackward()
[all …]
H A DUiObjectNotFoundException.java27 public class UiObjectNotFoundException extends Exception { class
34 public UiObjectNotFoundException(String msg) { in UiObjectNotFoundException() method in UiObjectNotFoundException
41 public UiObjectNotFoundException(String detailMessage, Throwable throwable) { in UiObjectNotFoundException() method in UiObjectNotFoundException
48 public UiObjectNotFoundException(Throwable throwable) { in UiObjectNotFoundException() method in UiObjectNotFoundException
H A DUiCollection.java54 throws UiObjectNotFoundException { in getChildByDescription()
70 throw new UiObjectNotFoundException("for description= \"" + text + "\""); in getChildByDescription()
88 throws UiObjectNotFoundException { in getChildByInstance()
112 throws UiObjectNotFoundException { in getChildByText()
128 throw new UiObjectNotFoundException("for text= \"" + text + "\""); in getChildByText()
/aosp14/frameworks/base/cmds/uiautomator/api/
H A D17.txt63 … method public void clearTextField() throws com.android.uiautomator.core.UiObjectNotFoundException;
64 method public boolean click() throws com.android.uiautomator.core.UiObjectNotFoundException;
73 method public int getChildCount() throws com.android.uiautomator.core.UiObjectNotFoundException;
81 method public boolean isChecked() throws com.android.uiautomator.core.UiObjectNotFoundException;
83 method public boolean isEnabled() throws com.android.uiautomator.core.UiObjectNotFoundException;
85 method public boolean isFocused() throws com.android.uiautomator.core.UiObjectNotFoundException;
89 method public boolean longClick() throws com.android.uiautomator.core.UiObjectNotFoundException;
106 public class UiObjectNotFoundException extends java.lang.Exception {
107 ctor public UiObjectNotFoundException(java.lang.String);
108 ctor public UiObjectNotFoundException(java.lang.String, java.lang.Throwable);
[all …]
H A Dcurrent.txt84 …d @Deprecated public boolean click() throws com.android.uiautomator.core.UiObjectNotFoundException;
95 …eprecated public int getChildCount() throws com.android.uiautomator.core.UiObjectNotFoundException;
101 … @Deprecated public String getText() throws com.android.uiautomator.core.UiObjectNotFoundException;
104 …eprecated public boolean isChecked() throws com.android.uiautomator.core.UiObjectNotFoundException;
106 …eprecated public boolean isEnabled() throws com.android.uiautomator.core.UiObjectNotFoundException;
108 …eprecated public boolean isFocused() throws com.android.uiautomator.core.UiObjectNotFoundException;
112 …eprecated public boolean longClick() throws com.android.uiautomator.core.UiObjectNotFoundException;
134 @Deprecated public class UiObjectNotFoundException extends java.lang.Exception {
135 ctor @Deprecated public UiObjectNotFoundException(String);
136 ctor @Deprecated public UiObjectNotFoundException(String, Throwable);
[all …]
H A D16.txt55 … method public void clearTextField() throws com.android.uiautomator.core.UiObjectNotFoundException;
56 method public boolean click() throws com.android.uiautomator.core.UiObjectNotFoundException;
65 method public int getChildCount() throws com.android.uiautomator.core.UiObjectNotFoundException;
72 method public boolean isChecked() throws com.android.uiautomator.core.UiObjectNotFoundException;
74 method public boolean isEnabled() throws com.android.uiautomator.core.UiObjectNotFoundException;
76 method public boolean isFocused() throws com.android.uiautomator.core.UiObjectNotFoundException;
80 method public boolean longClick() throws com.android.uiautomator.core.UiObjectNotFoundException;
96 public class UiObjectNotFoundException extends java.lang.Exception {
97 ctor public UiObjectNotFoundException(java.lang.String);
98 ctor public UiObjectNotFoundException(java.lang.String, java.lang.Throwable);
[all …]
/aosp14/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
H A DWorkflowTest.java44 import androidx.test.uiautomator.UiObjectNotFoundException;
135 private void clickOn(UiSelector selector) throws UiObjectNotFoundException { in clickOn()
143 private void clickOnText(String text) throws UiObjectNotFoundException { in clickOnText()
148 private void setPrinter(String printerName) throws UiObjectNotFoundException { in setPrinter()
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUiBot.java26 import android.support.test.uiautomator.UiObjectNotFoundException;
197 } catch (UiObjectNotFoundException e) { in click()
H A DBugreportReceiverTest.java65 import android.support.test.uiautomator.UiObjectNotFoundException;
991 DetailsUi(int id) throws UiObjectNotFoundException { in DetailsUi()
1001 DetailsUi(int id, boolean clickDetails) throws UiObjectNotFoundException { in DetailsUi()
1026 void focusOnName() throws UiObjectNotFoundException { in focusOnName()
1034 void focusAwayFromName() throws UiObjectNotFoundException { in focusAwayFromName()