Searched refs:isAvailable (Results 1 – 9 of 9) sorted by relevance
35 isAvailable=None, argument46 isAvailable=isAvailable,
29 public boolean isAvailable(); in isAvailable() method
24 public boolean isAvailable() { in isAvailable() method in StubKeyStoreClient
22 public boolean isAvailable() { in isAvailable() method in DryRunKeyStore
66 public boolean isAvailable() { in isAvailable() method in JSONFileKeyStoreClient
1167 when(c.isAvailable()).thenReturn(true); in testKeyStore_string()1210 when(c.isAvailable()).thenReturn(false); in testKeyStore_stringWithUnavalableKeyStore()1224 when(c.isAvailable()).thenReturn(false); in testKeyStore_stringWithUnavalableKeyStoreWithKey()1245 when(c.isAvailable()).thenReturn(true); in testKeyStore_stringWithUnavalableKey()1272 when(c.isAvailable()).thenReturn(true); in testKeyStore_mapOptions()1299 when(c.isAvailable()).thenReturn(true); in testKeyStore_mapOptionsSingleValue()1329 when(c.isAvailable()).thenReturn(true); in testKeyStore_mapOptionsMixedValue()1363 when(c.isAvailable()).thenReturn(true); in testKeyStore_mapOptionsMixedValue_allKeys()
92 assertTrue(keystore.isAvailable()); in testKeyStoreFetchFile()
613 if (!c.isAvailable()) { in getKeyStoreValueIfNeeded()
363 doReturn(true).when(mockClient).isAvailable(); in testClone_withKeystore()