Home
last modified time | relevance | path

Searched refs:THIRD_ACTIVITY (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityMetricsLoggerTests.java30 import static android.server.wm.third.Components.THIRD_ACTIVITY;
354 .setTargetActivity(THIRD_ACTIVITY) in testLaunchOfVisibleApp()
359 metricsLog = getMetricsLog(THIRD_ACTIVITY, APP_TRANSITION); in testLaunchOfVisibleApp()
360 assertMetricsLogs(THIRD_ACTIVITY, APP_TRANSITION, metricsLog, mPreUptimeMs, in testLaunchOfVisibleApp()
DMultiDisplayActivityLaunchTests.java42 import static android.server.wm.third.Components.THIRD_ACTIVITY;
453 .setTargetActivity(THIRD_ACTIVITY) in testConsequentLaunchActivityFromVirtualDisplayToTargetDisplay()
457 waitAndAssertTopResumedActivity(THIRD_ACTIVITY, newDisplay.mId, in testConsequentLaunchActivityFromVirtualDisplayToTargetDisplay()
520 .setTargetActivity(THIRD_ACTIVITY) in testLaunchPendingActivityOnSecondaryDisplay()
523 waitAndAssertTopResumedActivity(THIRD_ACTIVITY, DEFAULT_DISPLAY, in testLaunchPendingActivityOnSecondaryDisplay()
DMultiDisplaySecurityTests.java39 import static android.server.wm.third.Components.THIRD_ACTIVITY;
577 .setTargetActivity(THIRD_ACTIVITY) in testPermissionLaunchFromAppOnSecondary()
580 waitAndAssertTopResumedActivity(THIRD_ACTIVITY, newDisplay.mId, in testPermissionLaunchFromAppOnSecondary()
684 .setTargetActivity(THIRD_ACTIVITY) in testPermissionLaunchFromDifferentApp()
/cts/tests/framework/base/windowmanager/appThirdUid/src/android/server/wm/third/
DComponents.java24 public static final ComponentName THIRD_ACTIVITY = component(Components.class, "ThirdActivity"); field in Components
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java91 import static android.server.wm.third.Components.THIRD_ACTIVITY;
188 private static final String THIRD_TEST_PACKAGE = THIRD_ACTIVITY.getPackageName();