Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appcompatstate/
DAppCompatStateStatsTests.java60 private static final String NON_RESIZEABLE_PORTRAIT_ACTIVITY = field in AppCompatStateStatsTests
129 testAppCompatFlow(NON_RESIZEABLE_PORTRAIT_ACTIVITY, /* switchToOpened= */ true, in testNonResizablePortraitActivityDeviceStateClosedToOpened()
164 testAppCompatFlow(NON_RESIZEABLE_PORTRAIT_ACTIVITY, in testNonResizablePortraitActivitySwitchedToOpenedThenMinAspectRatioActivity()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/sizecompatrestartbutton/
DSizeCompatRestartButtonStatsTests.java50 private static final String NON_RESIZEABLE_PORTRAIT_ACTIVITY = field in SizeCompatRestartButtonStatsTests
119 DeviceUtils.STATSD_ATOM_TEST_PKG, NON_RESIZEABLE_PORTRAIT_ACTIVITY, "action", in testSizeCompatRestartButtonAppearedButNotClicked() argument
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DCompatChangeTests.java142 private static final ComponentName NON_RESIZEABLE_PORTRAIT_ACTIVITY = field in CompatChangeTests
817 runSizeCompatTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, /* inSizeCompatModeAfterResize */ true); in testSizeCompatForNonResizeableActivity()
827 runSizeCompatTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, /*inSizeCompatModeAfterResize */ false); in testSizeCompatForNonResizeableActivityForceResizeEnabled()
1131 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, /* expected */ 0); in testOverrideMinAspectRatioMissingSpecificOverride()
1141 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, /* expected */ 0); in testOverrideMinAspectRatioMissingGeneralOverride()
1200 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, in testOverrideMinAspectRatioLargeAspectRatio()
1212 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, in testOverrideMinAspectRatioMediumAspectRatio()
1225 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, in testOverrideMinAspectRatioBothAspectRatios()