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/
DActivityMetricsLoggerTests.java33 import static android.server.wm.third.Components.THIRD_ACTIVITY;
352 launchAndWaitForActivity(THIRD_ACTIVITY); in testLaunchOfVisibleApp()
355 metricsLog = waitForMetricsLog(THIRD_ACTIVITY, APP_TRANSITION); in testLaunchOfVisibleApp()
356 assertMetricsLogs(THIRD_ACTIVITY, APP_TRANSITION, metricsLog, mPreUptimeMs, in testLaunchOfVisibleApp()
DMultiDisplaySecurityTests.java41 import static android.server.wm.third.Components.THIRD_ACTIVITY;
522 .setTargetActivity(THIRD_ACTIVITY) in testPermissionLaunchFromAppOnSecondary()
525 waitAndAssertTopResumedActivity(THIRD_ACTIVITY, newDisplay.mId, in testPermissionLaunchFromAppOnSecondary()
585 .setTargetActivity(THIRD_ACTIVITY) in testPermissionLaunchFromDifferentApp()
DMultiDisplayActivityLaunchTests.java57 import static android.server.wm.third.Components.THIRD_ACTIVITY;
501 .setTargetActivity(THIRD_ACTIVITY) in testConsequentLaunchActivityFromVirtualDisplayToTargetDisplay()
505 waitAndAssertTopResumedActivity(THIRD_ACTIVITY, newDisplay.mId, in testConsequentLaunchActivityFromVirtualDisplayToTargetDisplay()
586 .setTargetActivity(THIRD_ACTIVITY) in testLaunchPendingActivityOnSecondaryDisplay()
589 waitAndAssertTopResumedActivity(THIRD_ACTIVITY, DEFAULT_DISPLAY, in testLaunchPendingActivityOnSecondaryDisplay()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java98 import static android.server.wm.third.Components.THIRD_ACTIVITY;
204 private static final String THIRD_TEST_PACKAGE = THIRD_ACTIVITY.getPackageName();