Searched refs:textStartsWith (Results 1 – 8 of 8) sorted by relevance
125 .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()
164 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()
75 device.wait(Until.hasObject(By.textStartsWith("Allow Contacts")), TIMEOUT); in launchingMainActivityDoesntCrash()
147 public UiSelector textStartsWith(String text) { in textStartsWith() method in UiSelector
150 method public com.android.uiautomator.core.UiSelector textStartsWith(java.lang.String);
168 method public com.android.uiautomator.core.UiSelector textStartsWith(java.lang.String);
199 method @Deprecated public com.android.uiautomator.core.UiSelector textStartsWith(String);
928 return By.textStartsWith(""); in getAnyObjectSelector()