Searched refs:TOP_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
31 import static android.server.wm.app.Components.TOP_ACTIVITY;296 final ComponentName topActivity = topTranslucent ? TRANSLUCENT_TOP_ACTIVITY : TOP_ACTIVITY; in testTransitionSelection()
126 public static final ComponentName TOP_ACTIVITY = component("TopActivity"); field in Components