Searched refs:EXTRA_ON_PAUSE_DELAY (Results 1 – 3 of 3) sorted by relevance
46 import static android.server.wm.app.Components.PipActivity.EXTRA_ON_PAUSE_DELAY;344 if (getIntent().hasExtra(EXTRA_ON_PAUSE_DELAY)) { in onPause()345 SystemClock.sleep(Long.valueOf(getIntent().getStringExtra(EXTRA_ON_PAUSE_DELAY))); in onPause()
568 public static final String EXTRA_ON_PAUSE_DELAY = "on_pause_delay"; field in Components.PipActivity
79 import static android.server.wm.app.Components.PipActivity.EXTRA_ON_PAUSE_DELAY;1210 extraString(EXTRA_ON_PAUSE_DELAY, "350"), in testEnterPipWithResumeWhilePausingActivityNoStop()