Searched defs:text (Results 1 – 11 of 11) sorted by relevance
33 public void typeText(String text, long delayBetweenKeyPresses); in typeText()
37 private final String text; field in IYouTubeHelper.VideoQuality39 VideoQuality(String text) { in VideoQuality()
101 String text = "USB debugging connected"; in testNonDismissNotification() local116 String text = "Clear all"; in testDismissAll() local368 private UiObject2 findByText(String text) throws Exception { in findByText()
120 private void dismissObject(String text) { in dismissObject()
331 final String text = intent.getStringExtra("text"); in onHandleIntent() local342 public static PendingIntent getPendingIntent(Context context, String text) { in getPendingIntent()
287 public boolean sendTextEvents(String text, long delay) { in sendTextEvents()310 protected UiObject2 findElementByText(String text) { in findElementByText()342 protected void waitAndClickByText(String text, long timeout) { in waitAndClickByText()357 protected void checkElementWithTextExists(String text, long timeout) { in checkElementWithTextExists()
98 abstract boolean sendTextEvents(String text, long delay); in sendTextEvents()
31 private final String text; field in IGoogleHelper.NavigationTab33 NavigationTab(String text) { in NavigationTab()
119 default UiObject2 getNotificationByText(String text) { in getNotificationByText()
143 private static String truncate(String text, int maxLines) { in truncate()
252 public static PendingIntent getPendingIntent(Context context, String text) { in getPendingIntent()