Home
last modified time | relevance | path

Searched defs:expectedRegion (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/touch/
H A DTouchInsetManagerTest.java138 final Region expectedRegion = Region.obtain(); in testInsetRegionPropagation() local
169 final Region expectedRegion = Region.obtain(); in testMultipleRegions() local
182 final Region expectedRegion = Region.obtain(); in testMultipleRegions() local
213 final Region expectedRegion = Region.obtain(); in testMultipleViews() local
227 final Region expectedRegion = Region.obtain(); in testMultipleViews() local
/aosp_15_r20/external/aws-sdk-java-v2/core/regions/src/test/java/software/amazon/awssdk/regions/providers/
H A DAwsRegionProviderChainTest.java37 final Region expectedRegion = Region.of("some-region-string"); in firstProviderInChainGivesRegionInformation_DoesNotConsultOtherProviders() local
47 final Region expectedRegion = Region.of("some-region-string"); in lastProviderInChainGivesRegionInformation() local
57 final Region expectedRegion = Region.of("some-region-string"); in providerThrowsException_ContinuesToNextInChain() local
71 final Region expectedRegion = Region.of("some-region-string"); in providerThrowsError_DoesNotContinueChain() local
/aosp_15_r20/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/surfaceflinger/
H A DLayerTraceEntrySubjectTest.kt88 val expectedRegion = Region(0, 0, 1440, 2960) in canDetectUncoveredRegion() constant
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/crossregion/
H A DS3CrossRegionRedirectTestBase.java208 String expectedRegion) throws Exception { in verifyTheEndPointProviderOverridden()
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DCachedSetTest.cpp194 Region expectedRegion; in TEST_F() local
294 Region expectedRegion; in TEST_F() local
H A DFlattenerTest.cpp383 Region expectedRegion; in TEST_F() local
/aosp_15_r20/cts/tests/accessibility/src/android/view/accessibility/cts/
H A DAccessibilityNodeInfoTest.java592 final Region expectedRegion = expected.getRegionAt(i); in assertEqualsTouchDelegateInfo() local
/aosp_15_r20/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/
H A DDesktopModeAppHelper.kt231 { surfaceRegion, expectedRegion -> in <lambda>() method
/aosp_15_r20/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
H A DAwsCredentialsTest.java939 String expectedRegion = in getAwsRegion_metadataServer() local
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DAccessibilityMagnificationTest.java1737 Region expectedRegion) throws Exception { in waitUntilMagnificationRegion()