Searched defs:text (Results 1 – 9 of 9) sorted by relevance
33 public void typeText(String text, long delayBetweenKeyPresses); in typeText()
31 private final String text; field in IYouTubeHelper.VideoQuality33 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()
329 final String text = intent.getStringExtra("text"); in onHandleIntent() local340 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()
89 private static String truncate(String text, int maxLines) { in truncate()
251 public static PendingIntent getPendingIntent(Context context, String text) { in getPendingIntent()