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.java430 String alias, Context context, int privateResId, int certResId, KeyProtection params) in importIntoAndroidKeyStore() argument
434 PrivateKey originalPrivateKey = TestUtils.getRawResPrivateKey(context, privateResId); in importIntoAndroidKeyStore()
DAndroidKeyStoreTest.java2581 String alias, int privateResId, int certResId, KeyProtection params) throws Exception { in checkKeyPairImportSucceeds() argument
2585 alias, getContext(), privateResId, certResId, params); in checkKeyPairImportSucceeds()