Home
last modified time | relevance | path

Searched refs:TRANSLUCENT_TEST_ACTIVITY (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityMetricsLoggerTests.java28 import static android.server.wm.app.Components.TRANSLUCENT_TEST_ACTIVITY;
332 .setTargetActivity(TRANSLUCENT_TEST_ACTIVITY) in testLaunchOfVisibleApp()
DPinnedStackTests.java60 import static android.server.wm.app.Components.TRANSLUCENT_TEST_ACTIVITY;
1005 launchPinnedActivityAsTaskOverlay(TRANSLUCENT_TEST_ACTIVITY, taskId); in testFinishPipActivityWithTaskOverlay()
1025 launchPinnedActivityAsTaskOverlay(TRANSLUCENT_TEST_ACTIVITY, taskId); in testNoResumeAfterTaskOverlayFinishes()
1034 !amState.containsActivity(TRANSLUCENT_TEST_ACTIVITY), in testNoResumeAfterTaskOverlayFinishes()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java138 public static final ComponentName TRANSLUCENT_TEST_ACTIVITY = field in Components