Home
last modified time | relevance | path

Searched defs:ALIAS (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/keystore/tests/src/android/security/
H A DParcelableKeyGenParameterSpecTest.java43 static final String ALIAS = "keystore-alias"; field in ParcelableKeyGenParameterSpecTest
137 validateSpecValues(fromParcel.getSpec(), KeyProperties.NAMESPACE_WIFI, ALIAS); in testParcelingWithAllValues() local
/aosp14/frameworks/base/keystore/tests/src/android/security/keystore/
H A DKeyGenParameterSpecTest.java33 static final String ALIAS = "keystore-alias"; field in KeyGenParameterSpecTest
/aosp14/frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
H A DWrappedApplicationKeyTest.java36 private static final String ALIAS = "karlin"; field in WrappedApplicationKeyTest