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.java24 import static android.server.wm.app.Components.NO_DISPLAY_ACTIVITY;
374 .setTargetActivity(NO_DISPLAY_ACTIVITY) in testNoDisplayActivityLaunch()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java72 public static final ComponentName NO_DISPLAY_ACTIVITY = component("NoDisplayActivity"); field in Components