| /platform_testing/tests/automotive/snippets/phone/src/com/google/android/mobly/snippet/bundled/ |
| D | HeadsUpNotificationSnippet.java | 41 public UiObject2 findHunWithTitle(String text) { in findHunWithTitle() 51 public boolean isHunDisplayedWithTitle(String text) { in isHunDisplayedWithTitle() 56 public void swipeHun(String text) { in swipeHun() 66 public UiObject2 findSmsHunWithTitle(String text) { in findSmsHunWithTitle() 76 public boolean isSmsHunDisplayedWithTitle(String text) { in isSmsHunDisplayedWithTitle() 81 public String getSmsHunContent(String text) { in getSmsHunContent() 86 public void muteSmsHun(String text) { in muteSmsHun() 91 public void playSmsHun(String text) { in playSmsHun()
|
| D | UISnippet.java | 38 public void clickUIElementWithText(String text) { in clickUIElementWithText() 48 public boolean hasUIElementWithText(String text) { in hasUIElementWithText()
|
| D | CarSmsMessengerSnippet.java | 52 public boolean isSmsPreviewTextDisplayed(String text) { in isSmsPreviewTextDisplayed()
|
| /platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/ |
| D | IAutoHeadsUpNotificationHelper.java | 53 UiObject2 findHunWithTitle(String text); in findHunWithTitle() 72 boolean isHunDisplayedWithTitle(String text); in isHunDisplayedWithTitle() 91 void swipeHun(String text); in swipeHun() 114 UiObject2 findSmsHunWithTitle(String text); in findSmsHunWithTitle() 133 boolean isSmsHunDisplayedWithTitle(String text); in isSmsHunDisplayedWithTitle() 143 String getSmsHunContent(String text); in getSmsHunContent() 152 void muteSmsHun(String text); in muteSmsHun() 161 void playSmsHun(String text); in playSmsHun()
|
| D | IAutoGeneralUIHelper.java | 32 void clickElementWithText(String text); in clickElementWithText() 44 boolean hasElementWithText(String text); in hasElementWithText()
|
| D | IAutoCarSmsMessengerHelper.java | 48 boolean isSmsPreviewDisplayed(String text); in isSmsPreviewDisplayed()
|
| /platform_testing/libraries/automotive-helpers/general-ui-helper/src/android.platform.helpers/ |
| D | UIHelperImpl.java | 57 public void clickElementWithText(String text) { in clickElementWithText() 72 public boolean hasElementWithText(String text) { in hasElementWithText()
|
| /platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/ |
| D | IGoogleKeyboardHelper.java | 33 public void typeText(String text, long delayBetweenKeyPresses); in typeText()
|
| D | IYouTubeHelper.java | 37 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/ |
| D | WorkflowTaskConfig.java | 34 public WorkflowTaskConfig(String text, UiElement uiElement, String uiElementReference) { in WorkflowTaskConfig()
|
| D | WorkflowTask.java | 447 String text = validateAndGetTaskSetText(workflowName); in validateAndSetTextOfUiElement() local 564 String text = setTextConfig.getText(); in validateAndGetTaskSetText() local
|
| /platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/ |
| D | INotificationHelper.java | 179 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()
|
| D | IGoogleHelper.java | 31 private final String text; field in IGoogleHelper.NavigationTab 33 NavigationTab(String text) { in NavigationTab()
|
| /platform_testing/tests/microbenchmarks/accessibility/src/android/accessibility/microbenchmark/ |
| D | AccessibilityNodeMicrobenchmark.java | 68 TextView text = new TextView(mActivity); in setup() local
|
| /platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/ |
| D | AutoHeadsUpNotificationHelperImpl.java | 99 public UiObject2 findHunWithTitle(String text) { in findHunWithTitle()
|
| /platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/ |
| D | SpectatioUiUtil.java | 381 public UiObject2 findUiObject(String text) { in findUiObject() 440 public boolean hasUiElement(String text) { in hasUiElement() 458 BySelector forward, BySelector backward, String text) throws MissingUiElementException { in scrollAndCheckIfUiElementExist() 477 public boolean scrollAndCheckIfUiElementExist(BySelector scrollableSelector, String text) in scrollAndCheckIfUiElementExist() 496 BySelector scrollableSelector, String text, boolean isVertical) in scrollAndCheckIfUiElementExist() 753 public void setTextForUiElement(UiObject2 uiObject, String text) { in setTextForUiElement() 807 public UiObject2 scrollAndFindUiObject(BySelector forward, BySelector backward, String text) in scrollAndFindUiObject() 926 public UiObject2 scrollAndFindUiObject(BySelector scrollableSelector, String text) in scrollAndFindUiObject() 947 BySelector scrollableSelector, String text, boolean isVertical) in scrollAndFindUiObject() 1169 private void validateText(String text, String type) { in validateText()
|
| /platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/controller/ |
| D | NotificationIdentity.kt | 28 val text: String? = null, constant in android.platform.systemui_tapl.controller.NotificationIdentity
|
| D | NotificationController.java | 1078 String senderName, String text, String shortcutId, String messageToActivity) { in createBubbleNotificationPostBuilder() 1155 int id, String senderName, String text, String shortcutId, String messageToActivity) { in postBubbleNotification() 1170 public void postBubbleNotification(int id, String senderName, String text) { in postBubbleNotification() 1182 public void updateBubbleNotification(int id, String senderName, String text) { in updateBubbleNotification()
|
| /platform_testing/libraries/app-helpers/core/src/android/platform/helpers/ |
| D | IAppHelper.java | 98 abstract boolean sendTextEvents(String text, long delay); in sendTextEvents()
|
| D | AbstractStandardAppHelper2.java | 470 public boolean sendTextEvents(String text, long delay) { in sendTextEvents() 494 protected UiObject2 findElementByText(String text) { in findElementByText() 533 protected void waitAndClickByText(String text, long timeout) { in waitAndClickByText() 548 protected void checkElementWithTextExists(String text, long timeout) { in checkElementWithTextExists()
|
| D | AbstractStandardAppHelper.java | 511 public boolean sendTextEvents(String text, long delay) { in sendTextEvents() 535 protected UiObject2 findElementByText(String text) { in findElementByText() 574 protected void waitAndClickByText(String text, long timeout) { in waitAndClickByText() 589 protected void checkElementWithTextExists(String text, long timeout) { in checkElementWithTextExists()
|
| /platform_testing/libraries/automotive-helpers/car-sms-messenger-helper/src/android/platform/helpers/ |
| D | CarSmsMessengerHelperImpl.java | 88 public boolean isSmsPreviewDisplayed(String text) { in isSmsPreviewDisplayed()
|
| /platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/ |
| D | CrashCheckBase.java | 144 private static String truncate(String text, int maxLines) { in truncate()
|
| /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
| D | NotificationHelper.java | 252 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/ |
| D | SecurityTestCase.java | 495 String text[] = line.split("\\s+"); in assumeIsSupportedNfcDevice() local
|