Searched refs:RECURSIVE_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
19 import static android.server.wm.app.Components.RECURSIVE_ACTIVITY;40 .setTargetActivity(RECURSIVE_ACTIVITY).execute(); in testLaunchActivityRecursively()
83 public static final ComponentName RECURSIVE_ACTIVITY = component("RecursiveActivity"); field in Components