Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DCompatChangeTests.java77 private static final ComponentName NON_RESIZEABLE_PORTRAIT_ACTIVITY = field in CompatChangeTests
122 NON_RESIZEABLE_PORTRAIT_ACTIVITY, WINDOWING_MODE_FULLSCREEN, in testSizeCompatForNonResizeableActivity()
134 NON_RESIZEABLE_PORTRAIT_ACTIVITY, WINDOWING_MODE_FULLSCREEN, in testSizeCompatForNonResizeableActivityForceResizeEnabled()
356 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, /* expected= */ 0); in testOverrideMinAspectRatioMissingSpecificOverride()
366 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, /* expected= */ 0); in testOverrideMinAspectRatioMissingGeneralOverride()
425 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, in testOverrideMinAspectRatioLargeAspectRatio()
437 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, in testOverrideMinAspectRatioMediumAspectRatio()
450 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, in testOverrideMinAspectRatioBothAspectRatios()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/sizecompatrestartbutton/
DSizeCompatRestartButtonStatsTests.java48 private static final String NON_RESIZEABLE_PORTRAIT_ACTIVITY = field in SizeCompatRestartButtonStatsTests
107 DeviceUtils.STATSD_ATOM_TEST_PKG, NON_RESIZEABLE_PORTRAIT_ACTIVITY, "action", in testSizeCompatRestartButtonAppearedButNotClicked() argument
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appcompatstate/
DAppCompatStateStatsTests.java57 private static final String NON_RESIZEABLE_PORTRAIT_ACTIVITY = field in AppCompatStateStatsTests
122 testAppCompatFlow(NON_RESIZEABLE_PORTRAIT_ACTIVITY, /* switchToOpened= */ true, in testNonResizablePortraitActivityDeviceStateClosedToOpened()
160 testAppCompatFlow(NON_RESIZEABLE_PORTRAIT_ACTIVITY, in testNonResizablePortraitActivitySwitchedToOpenedThenMinAspectRatioActivity()