Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/jca/
DProviderConfig.java57 private final static int MAX_LOAD_TRIES = 30; field in ProviderConfig
117 tries = MAX_LOAD_TRIES; in checkSunPKCS11Solaris()
127 return (tries < MAX_LOAD_TRIES); in shouldLoad()
132 tries = MAX_LOAD_TRIES; in disableLoad()
/libcore/ojluni/annotations/hiddenapi/sun/security/jca/
DProviderConfig.java103 private static final int MAX_LOAD_TRIES = 30; // 0x1e field in ProviderConfig