Searched refs:EXTRA_ON_PAUSE_DELAY (Results 1 – 3 of 3) sorted by relevance
34 import static android.server.wm.app.Components.PipActivity.EXTRA_ON_PAUSE_DELAY;215 if (getIntent().hasExtra(EXTRA_ON_PAUSE_DELAY)) { in onPause()216 SystemClock.sleep(Long.valueOf(getIntent().getStringExtra(EXTRA_ON_PAUSE_DELAY))); in onPause()
359 public static final String EXTRA_ON_PAUSE_DELAY = "on_pause_delay"; field in Components.PipActivity
51 import static android.server.wm.app.Components.PipActivity.EXTRA_ON_PAUSE_DELAY;805 EXTRA_ON_PAUSE_DELAY, "350", in testEnterPipWithResumeWhilePausingActivityNoStop()