Home
last modified time | relevance | path

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

/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/src/android/server/wm/multidisplay/
DMultiDisplaySecurityTests.java40 import static android.server.wm.third.Components.THIRD_ACTIVITY;
521 .setTargetActivity(THIRD_ACTIVITY) in testPermissionLaunchFromAppOnSecondary()
524 waitAndAssertTopResumedActivity(THIRD_ACTIVITY, newDisplay.mId, in testPermissionLaunchFromAppOnSecondary()
586 .setTargetActivity(THIRD_ACTIVITY) in testPermissionLaunchFromDifferentApp()
DMultiDisplayActivityLaunchTests.java59 import static android.server.wm.third.Components.THIRD_ACTIVITY;
508 .setTargetActivity(THIRD_ACTIVITY) in testConsequentLaunchActivityFromVirtualDisplayToTargetDisplay()
512 waitAndAssertTopResumedActivity(THIRD_ACTIVITY, newDisplay.mId, in testConsequentLaunchActivityFromVirtualDisplayToTargetDisplay()
593 .setTargetActivity(THIRD_ACTIVITY) in testLaunchPendingActivityOnSecondaryDisplay()
596 waitAndAssertTopResumedActivity(THIRD_ACTIVITY, DEFAULT_DISPLAY, in testLaunchPendingActivityOnSecondaryDisplay()
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DActivityMetricsLoggerTests.java34 import static android.server.wm.third.Components.THIRD_ACTIVITY;
377 launchAndWaitForActivity(THIRD_ACTIVITY); in testLaunchOfVisibleApp()
380 metricsLog = waitForMetricsLog(THIRD_ACTIVITY, APP_TRANSITION); in testLaunchOfVisibleApp()
381 assertMetricsLogs(THIRD_ACTIVITY, APP_TRANSITION, metricsLog, mPreUptimeMs, in testLaunchOfVisibleApp()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java114 import static android.server.wm.third.Components.THIRD_ACTIVITY;
234 private static final String THIRD_TEST_PACKAGE = THIRD_ACTIVITY.getPackageName();