Home
last modified time | relevance | path

Searched defs:text (Results 1 – 8 of 8) sorted by relevance

/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationInteractionTests.java67 String text = "USB debugging connected"; in testNonDismissNotification() local
82 String text = "CLEAR ALL"; in testDismissAll() local
109 private UiObject2 findByText(String text) throws Exception { in findByText()
DNotificationBundlingTests.java120 private void dismissObject(String text) { in dismissObject()
DNotificationHelper.java162 private void clickText(String text) throws UiObjectNotFoundException { in clickText()
362 final String text = intent.getStringExtra("text"); in onHandleIntent() local
373 public static PendingIntent getPendingIntent(Context context, String text) { in getPendingIntent()
/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
DAbstractYouTubeHelper.java32 private final String text; field in AbstractYouTubeHelper.VideoQuality
34 VideoQuality(String text) { in VideoQuality()
DAbstractGoogleKeyboardHelper.java40 public abstract void typeText(String text, long delayBetweenKeyPresses); in typeText()
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUINotificationShadeTests.java300 final String text = intent.getStringExtra("text"); in onHandleIntent() local
311 public static PendingIntent getPendingIntent(Context context, String text) { in getPendingIntent()
/platform_testing/libraries/maps-app-helper/src/android/platform/test/helpers/
DMapsHelperImpl.java94 String text = "ACCEPT & CONTINUE"; in dismissInitialDialogs() local
/platform_testing/libraries/google-keyboard-app-helper/src/android/platform/test/helpers/
DGoogleKeyboardHelperImpl.java308 public void typeText(String text, long delayBetweenKeyPresses) { in typeText()