Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/jca/
DProviderConfig.java71 private int tries; 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()
186 tries++; in getProvider()
/libcore/ojluni/src/main/java/java/security/
DKeyStore.java1842 int tries = 0; in getKeyStore()
1844 tries++; in getKeyStore()
1848 if ((tries < MAX_CALLBACK_TRIES) in getKeyStore()
1972 int tries = 0; in newInstance()
1974 tries++; in newInstance()
1980 if (tries < MAX_CALLBACK_TRIES) { in newInstance()
/libcore/ojluni/annotations/hiddenapi/sun/security/jca/
DProviderConfig.java132 private int tries; field in ProviderConfig