Lines Matching refs:Entry

34 import java.security.KeyStore.Entry;
1492 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1493 assertNotNull("Entry should exist", entry);
1513 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1514 assertNotNull("Entry should exist", entry);
1533 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1534 assertNotNull("Entry should exist", entry);
1553 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1554 assertNotNull("Entry should exist", entry);
1863 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1890 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1917 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
1944 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2002 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2027 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2054 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2076 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2108 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2123 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2157 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2178 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2203 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2221 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2269 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2298 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2321 Entry actualEntry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2396 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2419 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2497 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null);
2504 fail("Should not allow setting of Entry without unlocked keystore");
2620 Entry e = mKeyStore.getEntry(TEST_ALIAS_1, null);