Home
last modified time | relevance | path

Searched refs:By (Results 1 – 25 of 47) sorted by relevance

12

/sdk/monkeyrunner/src/com/android/monkeyrunner/easy/
DBy.java45 public class By extends PyObject implements ClassDictInit { class
47 JythonUtils.convertDocAnnotationsForClass(By.class, dict); in classDictInit()
52 By(String id) { in By() method in By
59 public static By id(PyObject[] args, String[] kws) { in id()
64 return new By(id); in id()
67 public static By id(String id) { in id()
68 return new By(id); in id()
DEasyMonkeyDevice.java76 By selector = getSelector(ap, 0); in touch()
84 public void touch(By selector, TouchPressType type) { in touch()
98 By selector = getSelector(ap, 0); in type()
103 public void type(By selector, String text) { in type()
117 By selector = getSelector(ap, 0); in locate()
137 By selector = getSelector(ap, 0); in exists()
141 public boolean exists(By selector) { in exists()
154 By selector = getSelector(ap, 0); in visible()
158 public boolean visible(By selector) { in visible()
171 By selector = getSelector(ap, 0); in getText()
[all …]
DREADME10 from com.android.monkeyrunner.easy import By
18 if not easy_device.visible(By.id('id/all_apps_button')):
21 print "Location of element:", easy_device.locate(By.id('id/all_apps_button'))
23 easy_device.touch(By.id('id/all_apps_button'), 'DOWN_AND_UP')
/sdk/chimpchat/src/com/android/chimpchat/core/
DBy.java23 public class By { class
/sdk/testapps/aidlTest/libWithAidl/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/libsAndJarTest/lib2/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/jarCheckTests3/lib2/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/testProjectTest/testlib/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/testProjectTest/app/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/apps/SdkController/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/jarCheckTests3/app/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/libsAndJarTest/app/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/libsAndJarTest/lib1/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/files/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/buildConfigTest/app/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/libsTest/app/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/jarCheckTests2/lib1/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/javaProjectTest/lib1/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/jarCheckTests3/lib1/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/apps/DeviceConfig/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/libsTest/lib2/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/customViewTest/libWithCustomView/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/aidlTest/mainProject/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/jarCheckTests1/lib2/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified
/sdk/testapps/customPropAnimTest/
Dproguard-project.txt5 # By default, the flags in this file are appended to flags specified

12