Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
DPipActivity.java81 private static final String EXTRA_TAP_TO_FINISH = "tap_to_finish"; field in PipActivity
194 if (getIntent().hasExtra(EXTRA_TAP_TO_FINISH)) { in onCreate()
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerPinnedStackTests.java66 private static final String EXTRA_TAP_TO_FINISH = "tap_to_finish"; field in ActivityManagerPinnedStackTests
148 EXTRA_TAP_TO_FINISH, "true"); in testNonTappablePipActivity()
216 EXTRA_TAP_TO_FINISH, "true"); in testPinnedStackOutOfBoundsInsetsNonNegative()
242 EXTRA_TAP_TO_FINISH, "true"); in testPinnedStackInBoundsAfterRotation()