OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getKeystoreAlias
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/keystore/tests/src/android/security/
KeyPairGeneratorSpecTest.java
48
assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.
getKeystoreAlias
());
75
assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.
getKeystoreAlias
());
/cts/tests/tests/keystore/src/android/keystore/cts/
KeyPairGeneratorSpecTest.java
53
assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.
getKeystoreAlias
());
76
assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.
getKeystoreAlias
());
/frameworks/base/keystore/java/android/security/
AndroidKeyPairGenerator.java
90
final String alias = mSpec.
getKeystoreAlias
();
KeyPairGeneratorSpec.java
229
public String
getKeystoreAlias
() {
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 3355 milliseconds