Searched refs:KEY_FINISH_BEFORE_LAUNCH (Results 1 – 3 of 3) sorted by relevance
19 import static android.server.wm.app.Components.LaunchingActivity.KEY_FINISH_BEFORE_LAUNCH;37 && intent.getExtras().getBoolean(KEY_FINISH_BEFORE_LAUNCH)) { in onCreate()
623 public static final String KEY_FINISH_BEFORE_LAUNCH = "finish_before_launch"; field in Components.LaunchingActivity
87 import static android.server.wm.app.Components.LaunchingActivity.KEY_FINISH_BEFORE_LAUNCH;2530 commandBuilder.append(" --ez " + KEY_FINISH_BEFORE_LAUNCH + " true");