/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/ |
D | ScrollUtility.java | 64 String action) { in scrollBackward() argument 81 action, scrollAction)); in scrollBackward() 86 String.format("Unable to %s. Error: %s", action, ex.getMessage())); in scrollBackward() 96 String action) { in scrollForward() argument 113 action, scrollAction)); in scrollForward() 118 String.format("Unable to %s. Error: %s", action, ex.getMessage())); in scrollForward() 132 String action) { in scrollAndFindUiObject() argument 152 action, scrollAction)); in scrollAndFindUiObject() 157 String.format("Unable to %s. Error: %s", action, ex.getMessage())); in scrollAndFindUiObject() 167 String action) { in scrollToBeginning() argument [all …]
|
/platform_testing/scripts/map_tests/ |
D | map_tests.py | 40 parser.add_argument("-i", "--module-info", action="store", help="Default is $ANDROID_PRODUCT_OUT/mo… 41 parser.add_argument("-w", "--write", action="store_true", help="Write over the TEST_MAPPING file.") 42 parser.add_argument("-d", "--dir", action="store", help="Directory where TEST_MAPPING file should e… 43 parser.add_argument("-t", "--tests-in", action="store", help="Directory to pull tests from, default… 44 parser.add_argument("-p", "--print", action="store", help="Also print the module-info.json entry fo…
|
/platform_testing/libraries/health/utils/src/android/platform/test/util/ |
D | TimedAction.java | 29 public static void runWithIntendedDuration (Runnable action, long durationMs) { in runWithIntendedDuration() argument 31 action.run(); in runWithIntendedDuration()
|
/platform_testing/libraries/flicker/appHelpers/src/android/tools/device/apphelpers/ |
D | StandardAppHelper.kt | 126 action: String? = null, in launchAppViaIntent() 131 intent.action = action ?: Intent.ACTION_MAIN in launchAppViaIntent() 140 action: String?, in launchViaIntent() 143 launchAppViaIntent(action, stringExtras) in launchViaIntent() 152 action: String?, in launchViaIntent() 156 launchAppViaIntent(action, stringExtras) in launchViaIntent()
|
D | IStandardAppHelper.kt | 40 action: String? = null, 51 action: String? = null,
|
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/ |
D | UiActionLatencyHelper.java | 62 final String action = in getMetrics() local 63 LatencyTracker.getNameOfAction(uiActionLatencyReported.action); in getMetrics() 65 MetricUtility.constructKey("latency", action), in getMetrics()
|
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/ |
D | IAutoGenericAppHelper.java | 41 void setLaunchAction(String action, Map<String, String> extraArgs); in setLaunchAction() argument
|
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/ |
D | BetterSwipe.kt | 81 sendPointer(currentTime = downTime, action = MotionEvent.ACTION_DOWN, point = start) in <lambda>() 138 action = MotionEvent.ACTION_UP, in <lambda>() 160 action: Int, in <lambda>() 164 val event = getMotionEvent(downTime, currentTime, action, point, pointerId) in <lambda>() 267 action: Int, in getMotionEvent() 286 /* action= */ action, in getMotionEvent()
|
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/ |
D | SpectatioUiUtil.java | 1070 private void validateSelector(BySelector selector, String action) { in validateSelector() argument 1075 action, action)); in validateSelector() 1085 public void validateUiObject(UiObject2 uiObject, String action) { in validateUiObject() argument 1088 String.format("Unable to find UI Element for %s.", action)); in validateUiObject() 1099 public void validateUiObjects(List<UiObject2> uiObjects, String action) { in validateUiObjects() argument 1102 String.format("Unable to find UI Element for %s.", action)); in validateUiObjects() 1111 UiObject2 uiObject, String action) { in validateUiObjectAndThrowIllegalArgumentException() argument 1116 action, action)); in validateUiObjectAndThrowIllegalArgumentException() 1121 UiObject2 uiObject, BySelector selector, String action) in validateUiObjectAndThrowMissingUiElementException() argument 1127 action, selector)); in validateUiObjectAndThrowMissingUiElementException()
|
/platform_testing/tests/automotive/mobly_tests/utilities/ |
D | main_utils.py | 44 action='append',
|
/platform_testing/libraries/app-helpers/interfaces/tv/src/android/platform/helpers/ |
D | AbstractLeanbackAppHelper.java | 311 public UiObject2 selectGuidedAction(String action) { 318 BySelector selector = By.res(getPackage(), "guidedactions_item_title").text(action); 327 throw new UnknownUiException(String.format("Failed to select guided action: %s", action)); 346 public UiObject2 selectDetailsOverviewAction(String action) { 362 return selectBidirect(By.text(action), null, Direction.RIGHT);
|
/platform_testing/libraries/flicker/src/android/tools/flicker/ |
D | Utils.kt | 87 monitors.fold({ actions.invoke(writer) }) { action, monitor -> in <lambda>() method 88 { monitor.withTracing(writer) { action() } } in <lambda>()
|
/platform_testing/tests/functional/devicehealthchecks/assets/ |
D | bug_map | 6 system_app_anr act=android.intent.action.LOCALE_CHANGED\sflg=0x11200010\scmp=com.google.android.gms… 7 system_app_anr act=android.hardware.usb.action.USB_STATE[\S\s]*cmp=com.google.android.projection.ge… 9 system_app_anr act=android.intent.action.INTENT_FILTER_NEEDS_VERIFICATION\sflg=0x10000010\scmp=com.… 15 system_app_anr act=android.intent.action.SIM_STATE_CHANGED\sflg=0x15000010 287636016
|
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
D | NotificationHelper.java | 185 Notification.Action action = new Notification.Action.Builder( in sendNotificationsWithInLineReply() local 196 .addAction(action) in sendNotificationsWithInLineReply()
|
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | BusinessLogic.java | 281 for (BusinessLogicRuleAction action : mActions) { in invokeActions() 282 action.invoke(executor); in invokeActions()
|
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/ |
D | SettingsAppInfoHelperImpl.java | 140 final String action = "Scroll to find the Permission manager"; in openPermissionManager() local 149 action); in openPermissionManager() 151 getSpectatioUiUtil().validateUiObject(permissionsManager, action); in openPermissionManager()
|
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/ |
D | profile.proto | 45 // For app-based scenarios, whether to stay in the app after the tested action is performed.
|
/platform_testing/libraries/flicker/test/assets/testdata/scenarios/DebugScenario/ |
D | eventlog.winscope | 3 ….google.android.apps.nexuslauncher/.NexusLauncherActivity,android.intent.action.MAIN,NULL,NULL,268… 17 …434,com.android.server.wm.flicker.testapp/.SimpleActivity,android.intent.action.MAIN,NULL,NULL,268…
|
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/ |
D | WorkflowTask.java | 412 private boolean isValidInteger(String action, String value, String workflowName) { in isValidInteger() argument 416 throwRuntimeException(action, value, workflowName, "Invalid"); in isValidInteger()
|
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/ |
D | SystemUiJankTests.java | 263 for (Action action : createSmartActions("Click", "Tap")) { in createSmartSuggestionsNotificationBuilder() 264 builder.addAction(action); in createSmartSuggestionsNotificationBuilder() 303 Action action = new Action.Builder(icon, REPLY_TEXT, pendingIntent) in postInlineReplyNotification() local 310 .addAction(action); in postInlineReplyNotification()
|
/platform_testing/libraries/flicker/test/assets/testdata/scenarios/AppLaunch/ |
D | eventlog.winscope | 3 ….google.android.apps.nexuslauncher/.NexusLauncherActivity,android.intent.action.MAIN,NULL,NULL,268… 21 ….google.android.apps.nexuslauncher/.NexusLauncherActivity,android.intent.action.MAIN,NULL,NULL,268… 97 …,17,com.android.server.wm.flicker.testapp/.SimpleActivity,android.intent.action.MAIN,NULL,NULL,270…
|
/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/ |
D | DialHelperImpl.java | 404 String action = in getContactName() local 409 getSpectatioUiUtil().validateUiObject(contactName, action); in getContactName()
|
/platform_testing/libraries/flicker/utils/test/assets/testdata/ |
D | eventlog.winscope | 69 ….google.android.apps.nexuslauncher/.NexusLauncherActivity,android.intent.action.MAIN,NULL,NULL,268… 144 ….google.android.apps.nexuslauncher/.NexusLauncherActivity,android.intent.action.MAIN,NULL,NULL,268…
|
/platform_testing/libraries/flicker/test/assets/testdata/ |
D | eventlog.winscope | 69 ….google.android.apps.nexuslauncher/.NexusLauncherActivity,android.intent.action.MAIN,NULL,NULL,268… 144 ….google.android.apps.nexuslauncher/.NexusLauncherActivity,android.intent.action.MAIN,NULL,NULL,268…
|
/platform_testing/libraries/motion/golden_updater/ |
D | watch_local_tests.py | 60 action="append",
|