Home
last modified time | relevance | path

Searched defs:transformationUpperCase (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DTestUtils.java622 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getCipherKeyAlgorithm() local
633 String transformationUpperCase = transformation.toUpperCase(Locale.US); in isCipherSymmetric() local
644 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getCipherDigest() local
673 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getCipherEncryptionPadding() local
DCipherTest.java788 String transformationUpperCase = transformation.toUpperCase(Locale.US); in isRandomizedEncryption() local