Searched refs:NO_DISPLAY_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
26 import static android.server.wm.app.Components.NO_DISPLAY_ACTIVITY;387 launchAndWaitForActivity(NO_DISPLAY_ACTIVITY); in testNoDisplayActivityLaunch()
76 public static final ComponentName NO_DISPLAY_ACTIVITY = component("NoDisplayActivity"); field in Components