Home
last modified time | relevance | path

Searched refs:textStartsWith (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/dvr/
H A DDvrLibraryTest.java125 .hasDescendant(By.textStartsWith(PROGRAM_NAME_PREFIX)) in testScheduleRecordings()
129 .hasDescendant(By.textStartsWith(PROGRAM_NAME_PREFIX)) in testScheduleRecordings()
140 .hasDescendant(By.textStartsWith(PROGRAM_NAME_PREFIX)) in testScheduleRecordings()
182 .findObject(By.textStartsWith(PROGRAM_NAME_PREFIX)) in testScheduleRecordings()
199 controller.assertHas(By.textStartsWith(programName), true); in testScheduleRecordings()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/activities/
H A DSimImportActivityTest.java164 assertTrue(mDevice.wait(Until.hasObject(By.textStartsWith("No contacts")), TIMEOUT)); in shouldHaveEmptyState()
175 assertTrue(mDevice.wait(Until.hasObject(By.textStartsWith("No contacts")), TIMEOUT)); in smokeRotateInEmptyState()
181 assertTrue(mDevice.wait(Until.hasObject(By.textStartsWith("No contacts")), TIMEOUT)); in smokeRotateInEmptyState()
193 assertTrue(mDevice.wait(Until.hasObject(By.textStartsWith("Name One")), TIMEOUT)); in smokeRotateInNonEmptyState()
199 assertTrue(mDevice.wait(Until.hasObject(By.textStartsWith("Name One")), TIMEOUT)); in smokeRotateInNonEmptyState()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/
H A DNoPermissionsLaunchSmokeTest.java75 device.wait(Until.hasObject(By.textStartsWith("Allow Contacts")), TIMEOUT); in launchingMainActivityDoesntCrash()
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiSelector.java147 public UiSelector textStartsWith(String text) { in textStartsWith() method in UiSelector
/aosp12/frameworks/base/cmds/uiautomator/api/
H A D16.txt150 method public com.android.uiautomator.core.UiSelector textStartsWith(java.lang.String);
H A D17.txt168 method public com.android.uiautomator.core.UiSelector textStartsWith(java.lang.String);
H A Dcurrent.txt199 method @Deprecated public com.android.uiautomator.core.UiSelector textStartsWith(String);
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DLauncherInstrumentation.java928 return By.textStartsWith(""); in getAnyObjectSelector()