Searched defs:text (Results 1 – 7 of 7) sorted by relevance
78 String text = "USB debugging connected"; in testNonDismissNotification() local93 String text = "CLEAR ALL"; in testDismissAll() local275 private UiObject2 findByText(String text) throws Exception { in findByText()
120 private void dismissObject(String text) { in dismissObject()
166 private void clickText(String text) throws UiObjectNotFoundException { in clickText()386 final String text = intent.getStringExtra("text"); in onHandleIntent() local397 public static PendingIntent getPendingIntent(Context context, String text) { in getPendingIntent()
40 public abstract void typeText(String text, long delayBetweenKeyPresses); in typeText()
32 private final String text; field in AbstractYouTubeHelper.VideoQuality34 VideoQuality(String text) { in VideoQuality()
170 public boolean sendTextEvents (String text, long delay) { in sendTextEvents()
96 abstract boolean sendTextEvents(String text, long delay); in sendTextEvents()