Home
last modified time | relevance | path

Searched refs:SLOW_CREATE_ACTIVITY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DReplaceWindowTests.java22 import static android.server.wm.app.Components.SLOW_CREATE_ACTIVITY;
63 final ComponentName activityName = relaunch ? SLOW_CREATE_ACTIVITY : NO_RELAUNCH_ACTIVITY; in testReplaceWindow_Dock()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java134 public static final ComponentName SLOW_CREATE_ACTIVITY = component("SlowCreateActivity"); field in Components