Home
last modified time | relevance | path

Searched refs:EXTRA_ON_PAUSE_DELAY (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/activitymanager/app/src/android/server/am/
DPipActivity.java33 import static android.server.am.Components.PipActivity.EXTRA_ON_PAUSE_DELAY;
204 if (getIntent().hasExtra(EXTRA_ON_PAUSE_DELAY)) { in onPause()
205 SystemClock.sleep(Long.valueOf(getIntent().getStringExtra(EXTRA_ON_PAUSE_DELAY))); in onPause()
DComponents.java279 public static final String EXTRA_ON_PAUSE_DELAY = "on_pause_delay"; field in Components.PipActivity
/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java51 import static android.server.am.Components.PipActivity.EXTRA_ON_PAUSE_DELAY;
819 EXTRA_ON_PAUSE_DELAY, "350", in testEnterPipWithResumeWhilePausingActivityNoStop()