Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/
DIGoogleKeyboardHelper.java33 public void typeText(String text, long delayBetweenKeyPresses); in typeText()
DIYouTubeHelper.java37 private final String text; field in IYouTubeHelper.VideoQuality
39 VideoQuality(String text) { in VideoQuality()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DWorkflowTaskConfig.java31 public WorkflowTaskConfig(String text, UiElement uiElement) { in WorkflowTaskConfig()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java272 public UiObject2 findUiObject(String text) { in findUiObject()
300 public boolean hasUiElement(String text) { in hasUiElement()
318 BySelector forward, BySelector backward, String text) throws MissingUiElementException { in scrollAndCheckIfUiElementExist()
337 public boolean scrollAndCheckIfUiElementExist(BySelector scrollableSelector, String text) in scrollAndCheckIfUiElementExist()
356 BySelector scrollableSelector, String text, boolean isVertical) in scrollAndCheckIfUiElementExist()
546 public void setTextForUiElement(UiObject2 uiObject, String text) { in setTextForUiElement()
600 public UiObject2 scrollAndFindUiObject(BySelector forward, BySelector backward, String text) in scrollAndFindUiObject()
684 public UiObject2 scrollAndFindUiObject(BySelector scrollableSelector, String text) in scrollAndFindUiObject()
705 BySelector scrollableSelector, String text, boolean isVertical) in scrollAndFindUiObject()
924 private void validateText(String text, String type) { in validateText()
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DINotificationHelper.java179 String senderName, int id, String text, String shortcutId, String messageToActivity) { in postBubbleNotification()
191 default void postBubbleNotification(String senderName, int id, String text) { in postBubbleNotification()
202 default void updateBubbleNotification(String senderName, int id, String text) { in updateBubbleNotification()
211 default UiObject2 getNotificationByText(String text) { in getNotificationByText()
DIGoogleHelper.java31 private final String text; field in IGoogleHelper.NavigationTab
33 NavigationTab(String text) { in NavigationTab()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationInteractionTests.java101 String text = "USB debugging connected"; in testNonDismissNotification() local
116 String text = "Clear all"; in testDismissAll() local
368 private UiObject2 findByText(String text) throws Exception { in findByText()
DNotificationBundlingTests.java120 private void dismissObject(String text) { in dismissObject()
DNotificationHelper.java331 final String text = intent.getStringExtra("text"); in onHandleIntent() local
342 public static PendingIntent getPendingIntent(Context context, String text) { in getPendingIntent()
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DIAppHelper.java98 abstract boolean sendTextEvents(String text, long delay); in sendTextEvents()
DIAppHelper2.java98 abstract boolean sendTextEvents(String text, long delay); in sendTextEvents()
DAbstractStandardAppHelper.java414 public boolean sendTextEvents(String text, long delay) { in sendTextEvents()
437 protected UiObject2 findElementByText(String text) { in findElementByText()
476 protected void waitAndClickByText(String text, long timeout) { in waitAndClickByText()
491 protected void checkElementWithTextExists(String text, long timeout) { in checkElementWithTextExists()
DAbstractStandardAppHelper2.java414 public boolean sendTextEvents(String text, long delay) { in sendTextEvents()
437 protected UiObject2 findElementByText(String text) { in findElementByText()
476 protected void waitAndClickByText(String text, long timeout) { in waitAndClickByText()
491 protected void checkElementWithTextExists(String text, long timeout) { in checkElementWithTextExists()
/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/
DCrashCheckBase.java144 private static String truncate(String text, int maxLines) { in truncate()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java252 public static PendingIntent getPendingIntent(Context context, String text) { in getPendingIntent()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/tradefed/testtype/
DSecurityTestCase.java495 String text[] = line.split("\\s+"); in assumeIsSupportedNfcDevice() local