Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/app/src/android/server/am/
DPipActivity.java42 import static android.server.am.Components.PipActivity.EXTRA_TAP_TO_FINISH;
159 if (getIntent().hasExtra(EXTRA_TAP_TO_FINISH)) { in onCreate()
DComponents.java300 public static final String EXTRA_TAP_TO_FINISH = "tap_to_finish"; field in Components.PipActivity
/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java59 import static android.server.am.Components.PipActivity.EXTRA_TAP_TO_FINISH;
186 EXTRA_TAP_TO_FINISH, "true"); in testNonTappablePipActivity()
265 EXTRA_TAP_TO_FINISH, "true"); in testPinnedStackOutOfBoundsInsetsNonNegative()
296 EXTRA_TAP_TO_FINISH, "true"); in testPinnedStackInBoundsAfterRotation()