Home
last modified time | relevance | path

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

/frameworks/base/keystore/tests/src/android/security/
DKeyStoreTest.java36 private static final String TEST_PASSWD = "12345678"; field in KeyStoreTest
74 assertTrue(mKeyStore.password(TEST_PASSWD)); in testPassword()
80 mKeyStore.password(TEST_PASSWD); in testGet()
90 mKeyStore.password(TEST_PASSWD); in testPut()
105 mKeyStore.password(TEST_PASSWD); in testDelete()
117 mKeyStore.password(TEST_PASSWD); in testContains()
129 mKeyStore.password(TEST_PASSWD); in testSaw()
142 mKeyStore.password(TEST_PASSWD); in testLock()
150 mKeyStore.password(TEST_PASSWD); in testUnlock()
155 assertTrue(mKeyStore.unlock(TEST_PASSWD)); in testUnlock()
[all …]