Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 25 of 32) sorted by relevance

12

/cts/tests/translation/src/android/translation/cts/unittests/
DTranslationSpecTest.java45 …final TranslationSpec spec = new TranslationSpec(ULocale.ENGLISH, TranslationSpec.DATA_FORMAT_TEXT… in testSpec_validSpec() local
53 …final TranslationSpec spec = new TranslationSpec(ULocale.ENGLISH, TranslationSpec.DATA_FORMAT_TEXT… in testParceledSpec() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyProtectionTest.java34 KeyProtection spec = new KeyProtection.Builder(KeyProperties.PURPOSE_ENCRYPT) in testDefaults() local
67 KeyProtection spec = new KeyProtection.Builder( in testSettersReflectedInGetters() local
115 KeyProtection spec = new KeyProtection.Builder( in testSetKeyValidityEndDateAppliesToBothEndDates() local
174 KeyProtection spec = new KeyProtection.Builder( in testImmutabilityViaSetterParams() local
225 KeyProtection spec = new KeyProtection.Builder( in testImmutabilityViaGetterReturnValues() local
DKeyGenParameterSpecTest.java48 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testDefaults() local
90 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testSettersReflectedInGetters() local
161 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testSetKeyValidityEndDateAppliesToBothEndDates() local
224 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testImmutabilityViaSetterParams() local
285 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testImmutabilityViaGetterReturnValues() local
DKeyFactoryTest.java240 ECPublicKeySpec spec = in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec() local
247 RSAPublicKeySpec spec = in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec() local
349 PKCS8EncodedKeySpec spec = new PKCS8EncodedKeySpec(pkcs8EncodedForm); in testGeneratePrivateRejectsPKCS8EncodedKeySpec() local
377 X509EncodedKeySpec spec = new X509EncodedKeySpec(x509EncodedForm); in testGeneratePublicRejectsX509EncodedKeySpec() local
405 KeySpec spec = anotherKeyFactory.getKeySpec(key, keySpecClass); in testGeneratePrivateRejectsTransparentKeySpec() local
434 KeySpec spec = anotherKeyFactory.getKeySpec(key, keySpecClass); in testGeneratePublicRejectsTransparentKeySpec() local
DAESCBCCipherTestBase.java54 IvParameterSpec spec = params.getParameterSpec(IvParameterSpec.class); in getIv() local
DDESedeCBCNoPaddingCipherTest.java20 IvParameterSpec spec = params.getParameterSpec(IvParameterSpec.class); in getIv() local
DDESedeCBCPKCS7PaddingCipherTest.java20 IvParameterSpec spec = params.getParameterSpec(IvParameterSpec.class); in getIv() local
DAESCTRCipherTestBase.java54 IvParameterSpec spec = params.getParameterSpec(IvParameterSpec.class); in getIv() local
DKeyPairGeneratorSpecTest.java43 KeyPairGeneratorSpec spec = new KeyPairGeneratorSpec.Builder(getContext()) in testBuilder_Unencrypted_Success() local
DKeyAttestationTest.java235 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, PURPOSE_SIGN) in testEcAttestation_NoChallenge() local
403 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, PURPOSE_SIGN) in testEcAttestation_KeyStoreExceptionWhenRequestingUniqueId() local
510 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, PURPOSE_SIGN) in testRsaAttestation_NoChallenge() local
581 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, in testAesAttestation() local
604 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(keystoreAlias, PURPOSE_SIGN) in testHmacAttestation() local
1307 private void generateKey(KeyGenParameterSpec spec, String algorithm) in generateKey()
1315 private void generateKeyPair(String algorithm, KeyGenParameterSpec spec) in generateKeyPair()
DKeyGeneratorTest.java267 KeyGenParameterSpec spec; in testAesKeySupportedSizesHelper() local
314 KeyGenParameterSpec spec; in testDESKeySupportedSizes() local
363 KeyGenParameterSpec spec; in testHmacKeySupportedSizesHelper() local
DAESGCMCipherTestBase.java61 GCMParameterSpec spec = params.getParameterSpec(GCMParameterSpec.class); in getIv() local
DImportWrappedKeyTest.java292 AlgorithmParameterSpec spec = new KeyGenParameterSpec.Builder(wrappingKeyAlias, in importWrappedKey() local
323 …OAEPParameterSpec spec = new OAEPParameterSpec("SHA-256", "MGF1", MGF1ParameterSpec.SHA1, PSource.… in wrapKey() local
DAttestKeyTest.java184 private Certificate[] generateKeyPair(String algorithm, KeyGenParameterSpec spec) in generateKeyPair()
DBlockCipherTestBase.java1361 protected void init(int opmode, Key key, AlgorithmParameters spec) in init()
1367 protected void init(int opmode, Key key, AlgorithmParameters spec, SecureRandom random) in init()
1373 protected void init(int opmode, Key key, AlgorithmParameterSpec spec) in init()
1379 protected void init(int opmode, Key key, AlgorithmParameterSpec spec, SecureRandom random) in init()
1626 IvParameterSpec spec = new IvParameterSpec(iv); in assertInitRejectsIvParameterSpec() local
DTestUtils.java563 KeyProtection spec, Integer newPurposes) { in buildUponInternal()
583 static KeyGenParameterSpec.Builder buildUpon(KeyGenParameterSpec spec) { in buildUpon()
587 static KeyGenParameterSpec.Builder buildUpon(KeyGenParameterSpec spec, int newPurposes) { in buildUpon()
602 KeyGenParameterSpec spec, Integer newPurposes) { in buildUponInternal()
/cts/hostsidetests/theme/app/src/android/theme/app/
DThemeInfo.java26 public final int spec; field in ThemeInfo
31 ThemeInfo(int spec, int id, int apiLevel, String name) { in ThemeInfo()
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DInlinePresentationTest.java88 InlinePresentationSpec spec = createSpec ? new InlinePresentationSpec.Builder( in createInlinePresentation() local
/cts/hostsidetests/appsecurity/test-apps/AuthBoundKeyApp/src/com/android/cts/authboundkey/
DAuthBoundKeyAppTest.java55 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testGenerateAuthBoundKey() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DKeyChainTestActivity.java171 KeyGenParameterSpec spec = in onClick() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java466 KeyGenParameterSpec spec = specBuilder.build(); in generateKeyAndCheckAttestation() local
763 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testCanSetKeyPairCert() local
794 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder( in testCanSetKeyPairCertChain() local
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DCredentialManagementAppTest.java234 KeyGenParameterSpec spec = new KeyGenParameterSpec.Builder(ALIAS, in setKeyPairCertificate_isCredentialManagementApp_success() local
/cts/tests/tests/widget/src/android/widget/cts/
DTabHostTest.java406 TabSpec spec = tabHost.newTabSpec("Tab 1"); in testKeyboardNavigation() local
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DGlobalSearchSessionCtsTestBase.java96 private List<GenericDocument> snapshotResults(String queryExpression, SearchSpec spec) in snapshotResults()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DHardwareRendererTests.kt117 val spec = RendererTest() in rendererTest() constant

12