/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/src/com/android/server/wm/flicker/helpers/ |
D | StandardAppHelper.kt | 132 action: String? = null, in launchAppViaIntent() 136 intent.action = action in launchAppViaIntent() 151 action: String? = null, in launchViaIntent() 154 launchAppViaIntent(action, stringExtras) in launchViaIntent() 167 action: String? = null, in launchViaIntent() 170 launchAppViaIntent(action, stringExtras) in launchViaIntent()
|
/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/device-collectors/src/main/platform-collectors/src/android/device/collectors/ |
D | UiInteractionFrameInfoListener.java | 202 String action = intent.getAction(); in onReceive() local 206 if (InteractionJankMonitor.ACTION_SESSION_BEGIN.equals(action)) { in onReceive() 208 } else if (InteractionJankMonitor.ACTION_SESSION_CANCEL.equals(action)) { in onReceive() 210 } else if (InteractionJankMonitor.ACTION_METRICS_LOGGED.equals(action)) { in onReceive()
|
/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/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/tests/functional/devicehealthchecks/assets/ |
D | bug_map | 5 system_app_anr act=android.hardware.usb.action.USB_STATE[\S\s]*cmp=com.google.android.projection.ge… 11 system_app_anr act=android.telephony.action.CARRIER_CONFIG_CHANGED\sflg=0x15000010\scmp=com.android…
|
/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/device-collectors/src/main/platform-collectors/res/statsd-configs/ |
D | README.md | 38 --action=WRITE_STATSD_CONFIG \
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
D | NotificationHelper.java | 266 Notification.Action action = new Notification.Action.Builder( in sendNotificationsWithInlineReply() local 277 .addAction(action); in sendNotificationsWithInlineReply()
|
/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/compatibility-common-util/tests/assets/ |
D | x86app_process64.txt | 394 [ 35a] Warning: Unexpected sigaction action found %p^J
|
D | x86app_process32.txt | 365 [ 35a] Warning: Unexpected sigaction action found %p^J
|