Home
last modified time | relevance | path

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

/external/conscrypt/platform/src/main/java/org/conscrypt/ct/
DCTLogStoreImpl.java65 private static volatile CTLogInfo[] defaultFallbackLogs = null; field in CTLogStoreImpl
139 CTLogInfo[] result = defaultFallbackLogs; in getDefaultFallbackLogs()
142 defaultFallbackLogs = result = createDefaultFallbackLogs(); in getDefaultFallbackLogs()
161 defaultFallbackLogs = logs; in createDefaultFallbackLogs()