Home
last modified time | relevance | path

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

/frameworks/base/keystore/tests/src/android/security/keystore2/
DAndroidKeyStoreSpiTest.java53 private KeyStore2 mKeystore2; field in AndroidKeyStoreSpiTest
62 when(mKeystore2.listBatch(anyInt(), anyLong(), isNull())) in testEngineAliasesReturnsEmptySetOnKeyStoreError()
65 spi.initForTesting(mKeystore2); in testEngineAliasesReturnsEmptySetOnKeyStoreError()
69 verify(mKeystore2).listBatch(anyInt(), anyLong(), isNull()); in testEngineAliasesReturnsEmptySetOnKeyStoreError()
74 when(mKeystore2.listBatch(anyInt(), anyLong(), anyString())) in testEngineAliasesCorrectlyListsZeroEntriesEmptyArray()
77 spi.initForTesting(mKeystore2); in testEngineAliasesCorrectlyListsZeroEntriesEmptyArray()
83 verify(mKeystore2).listBatch(anyInt(), anyLong(), isNull()); in testEngineAliasesCorrectlyListsZeroEntriesEmptyArray()
88 when(mKeystore2.listBatch(anyInt(), anyLong(), anyString())) in testEngineAliasesCorrectlyListsZeroEntriesNullArray()
91 spi.initForTesting(mKeystore2); in testEngineAliasesCorrectlyListsZeroEntriesNullArray()
97 verify(mKeystore2).listBatch(anyInt(), anyLong(), isNull()); in testEngineAliasesCorrectlyListsZeroEntriesNullArray()
[all …]