Home
last modified time | relevance | path

Searched refs:isAtLeastU (Results 1 – 23 of 23) sorted by relevance

/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DUpdatableDeviceConfigServiceReadinessTests.java39 assumeTrue(SdkLevel.isAtLeastU()); in assertReadinessState()
DDeviceConfigApiPermissionTests.java66 assumeTrue(SdkLevel.isAtLeastU()); in setUp()
DDeviceConfigApiTests.java126 assumeTrue(SdkLevel.isAtLeastU()); in setUp()
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/media/storage/
DAppCloningStorageHostTest.java61 assumeTrue(isAtLeastU(sDevice)); in testVerifyStatsExternalForClonedUser()
DAppCloningPublicVolumeTest.java70 assumeTrue(isAtLeastU(sDevice)); in testCrossUserMediaAccessInPublicSdCard()
/cts/tests/credentials/src/android/credentials/cts/
DCtsCredentialManagerDeviceTest.java57 assumeTrue("VERSION.SDK_INT=" + Build.VERSION.SDK_INT, BuildCompat.isAtLeastU()); in setUpClass()
DCtsCredentialProviderServiceDeviceTest.java161 assumeTrue("VERSION.SDK_INT=" + VERSION.SDK_INT, BuildCompat.isAtLeastU()); in setUpClass()
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/media/
DAppCloningHostTest.java277 assumeTrue(isAtLeastU(sDevice)); in testDeletionOfPrimaryApp_deleteAppWithParentPropertyTrue_deletesCloneApp()
358 assumeTrue(isAtLeastU(sDevice)); in testMediaCreationWithContentOwnerSpecifiedAsCloneUser()
422 assumeTrue(isAtLeastU(sDevice)); in testCrashingMediaProviderDoesNotAffectVolumeMounts()
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/contacts/
DManagedProfileContactsAccessTest.java79 assumeTrue(isAtLeastU(testInfo.getDevice())); in beforeClassWithDevice()
120 return isAtLeastU(testDevice) in doesDeviceSupportCloneContactSharing()
DContactsSharingTest.java71 assumeTrue(isAtLeastU(testInfo.getDevice())); in beforeClassWithDevice()
96 return isAtLeastU(testInfo.getDevice()) in doesDeviceSupportContactSharing()
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/intent/
DIntentRedirectionTest.java64 assumeTrue(isAtLeastU(testInfo.getDevice())); in beforeClassWithDevice()
74 if (isAtLeastU(testInfo.getDevice()) in afterClass()
/cts/tests/appcloning/src/android/appcloning/cts/
DCrossProfileIntentFilterTest.java53 assumeTrue(SdkLevel.isAtLeastU()); in setUp()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java410 if (SdkLevel.isAtLeastU()) { in waitForBroadcasts()
424 if (SdkLevel.isAtLeastU()) { in waitForBroadcastDispatch()
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DBaseHostTestCase.java57 protected static boolean isAtLeastU(ITestDevice device) throws DeviceNotAvailableException { in isAtLeastU() method in BaseHostTestCase
DAppCloningMediaProviderHostTest.java117 assumeTrue(isAtLeastU(sDevice)); in testInsertCrossUserFilesInDirectoryViaMediaProvider()
/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java384 if (isAtLeastU()) { in assertGetPropertyNotSupported()
946 private boolean isAtLeastU() { in isAtLeastU() method in VehiclePropertyVerifier
973 if (!mAllPossibleEnumValues.isEmpty() && isAtLeastU()) { in getPossibleIntegerValues()
1109 if (!mAllPossibleEnumValues.isEmpty() && isAtLeastU()) { in verifyIntegerPropertySetter()
1547 if (mRequirePropertyValueToBeInConfigArray && isAtLeastU()) { in verifyCarPropertyConfig()
1557 && !mAllPossibleEnumValues.isEmpty() && isAtLeastU()) { in verifyCarPropertyConfig()
1571 } else if (isAtLeastU()) { in verifyCarPropertyConfig()
1856 if (isAtLeastU()) { in verifyCarPropertyValue()
2683 if (!isAtLeastU()) { in verifyGetPropertiesAsync()
2749 if (!isAtLeastU()) { in verifyGetPropertiesAsyncFails()
[all …]
/cts/tests/PhotoPicker/src/android/photopicker/cts/
DPhotoPickerCrossProfileTest.java90 if (SdkLevel.isAtLeastU()) { in testWorkApp_canAccessPersonalProfileContents()
DPhotoPickerCloudUtils.java249 if (SdkLevel.isAtLeastU()) { in deleteDeviceConfigProp()
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/
DBaseHostTestCase.java83 protected static boolean isAtLeastU(ITestDevice device) throws DeviceNotAvailableException { in isAtLeastU() method in BaseHostTestCase
/cts/tests/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/
DTranscodeTestUtils.java169 if (SdkLevel.isAtLeastU()) { in enableTranscodingForPackage()
202 if (SdkLevel.isAtLeastU()) { in disableTranscodingForAllPackages()
/cts/tests/backup/src/android/backup/cts/
DPermissionTest.java363 + (SdkLevel.isAtLeastU() ? "--bypass-low-target-sdk-block " : "") in install()
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineLoginMixedCredentialActivityTest.java118 assumeTrue("VERSION.SDK_INT=" + Build.VERSION.SDK_INT, BuildCompat.isAtLeastU()); in setUp()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DManifestTestListAdapter.java633 if (!SdkLevel.isAtLeastU()) { in isVisibleBackgroundNonProfileUser()