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