Searched refs:EXTRA_ON_PAUSE_DELAY (Results 1 – 3 of 3) sorted by relevance
37 import static android.server.wm.app.Components.PipActivity.EXTRA_ON_PAUSE_DELAY;270 if (getIntent().hasExtra(EXTRA_ON_PAUSE_DELAY)) { in onPause()271 SystemClock.sleep(Long.valueOf(getIntent().getStringExtra(EXTRA_ON_PAUSE_DELAY))); in onPause()
526 public static final String EXTRA_ON_PAUSE_DELAY = "on_pause_delay"; field in Components.PipActivity
61 import static android.server.wm.app.Components.PipActivity.EXTRA_ON_PAUSE_DELAY;915 extraString(EXTRA_ON_PAUSE_DELAY, "350"), in testEnterPipWithResumeWhilePausingActivityNoStop()