Home
last modified time | relevance | path

Searched refs:privateResId (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DTestUtils.java507 String alias, Context context, int privateResId, int certResId, KeyProtection params) in importIntoAndroidKeyStore() argument
511 PrivateKey originalPrivateKey = TestUtils.getRawResPrivateKey(context, privateResId); in importIntoAndroidKeyStore()
DAndroidKeyStoreTest.java2461 String alias, int privateResId, int certResId, KeyProtection params) throws Exception { in checkKeyPairImportSucceeds() argument
2465 alias, getContext(), privateResId, certResId, params); in checkKeyPairImportSucceeds()