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