Searched defs:text (Results 1 – 12 of 12) sorted by relevance
/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/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/functional/notificationtests/src/com/android/notification/functional/ |
D | NotificationInteractionTests.java | 101 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()
|
D | NotificationBundlingTests.java | 120 private void dismissObject(String text) { in dismissObject()
|
D | NotificationHelper.java | 331 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/ |
D | IAppHelper.java | 98 abstract boolean sendTextEvents(String text, long delay); in sendTextEvents()
|
D | AbstractStandardAppHelper.java | 309 public boolean sendTextEvents(String text, long delay) { in sendTextEvents() 332 protected UiObject2 findElementByText(String text) { in findElementByText() 371 protected void waitAndClickByText(String text, long timeout) { in waitAndClickByText() 386 protected void checkElementWithTextExists(String text, long timeout) { in checkElementWithTextExists()
|
/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/ |
D | CrashCheckBase.java | 143 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
|