Searched refs:THIRD_ACTIVITY (Results 1 – 5 of 5) sorted by relevance
/cts/tests/framework/base/windowmanager/appThirdUid/src/android/server/wm/third/ |
D | Components.java | 24 public static final ComponentName THIRD_ACTIVITY = component(Components.class, "ThirdActivity"); field in Components
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/ |
D | MultiDisplaySecurityTests.java | 40 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()
|
D | MultiDisplayActivityLaunchTests.java | 59 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/ |
D | ActivityMetricsLoggerTests.java | 34 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/ |
D | ActivityManagerTestBase.java | 114 import static android.server.wm.third.Components.THIRD_ACTIVITY; 234 private static final String THIRD_TEST_PACKAGE = THIRD_ACTIVITY.getPackageName();
|