Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityMetricsLoggerTests.java25 import static android.server.wm.app.Components.NO_DISPLAY_ACTIVITY;
386 launchAndWaitForActivity(NO_DISPLAY_ACTIVITY); in testNoDisplayActivityLaunch()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java76 public static final ComponentName NO_DISPLAY_ACTIVITY = component("NoDisplayActivity"); field in Components