Searched refs:EXTRA_STOP_DELAY (Results 1 – 3 of 3) sorted by relevance
20 import static android.server.wm.app.Components.BottomActivity.EXTRA_STOP_DELAY;55 mStopDelay = getIntent().getIntExtra(EXTRA_STOP_DELAY, 0); in onCreate()
254 public static final String EXTRA_STOP_DELAY = "STOP_DELAY"; field in Components.BottomActivity
30 import static android.server.wm.app.Components.BottomActivity.EXTRA_STOP_DELAY;290 bottomStartCmd += " --ei " + EXTRA_STOP_DELAY + " 3000"; in testTransitionSelection()