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
79 assertTrue(keystore.isAvailable()); in testKeyStoreFetchFile()
1011 EasyMock.expect(c.isAvailable()).andReturn(true); in testKeyStore_string()1053 EasyMock.expect(c.isAvailable()).andStubReturn(false); in testKeyStore_stringWithUnavalableKeyStore()1068 EasyMock.expect(c.isAvailable()).andReturn(false); in testKeyStore_stringWithUnavalableKeyStoreWithKey()1089 EasyMock.expect(c.isAvailable()).andReturn(true); in testKeyStore_stringWithUnavalableKey()1115 EasyMock.expect(c.isAvailable()).andReturn(true); in testKeyStore_mapOptions()1143 EasyMock.expect(c.isAvailable()).andReturn(true); in testKeyStore_mapOptionsSingleValue()1175 EasyMock.expect(c.isAvailable()).andReturn(true); in testKeyStore_mapOptionsMixedValue()1209 EasyMock.expect(c.isAvailable()).andStubReturn(true); in testKeyStore_mapOptionsMixedValue_allKeys()
342 doReturn(true).when(mockClient).isAvailable(); in testClone_withKeystore()402 doReturn(true).when(mockClient).isAvailable(); in testClone_withKeystore_loadingFails()
563 if (!c.isAvailable()) { in getKeyStoreValueIfNeeded()