Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/security/net/config/
DRootTrustManager.java56 config.getTrustManager().checkClientTrusted(chain, authType); in checkClientTrusted()
65 config.getTrustManager().checkClientTrusted(certs, authType, socket); in checkClientTrusted()
74 config.getTrustManager().checkClientTrusted(certs, authType, engine); in checkClientTrusted()
88 config.getTrustManager().checkServerTrusted(certs, authType, socket); in checkServerTrusted()
104 config.getTrustManager().checkServerTrusted(certs, authType, engine); in checkServerTrusted()
116 config.getTrustManager().checkServerTrusted(certs, authType); in checkServerTrusted()
131 return config.getTrustManager().checkServerTrusted(certs, authType, hostname); in checkServerTrusted()
140 return config.getTrustManager().getAcceptedIssuers(); in getAcceptedIssuers()
DNetworkSecurityConfig.java111 public NetworkSecurityTrustManager getTrustManager() { in getTrustManager() method in NetworkSecurityConfig
158 getTrustManager().handleTrustStorageUpdate(); in handleTrustStorageUpdate()
DRootTrustManagerFactorySpi.java65 return new TrustManager[] { mApplicationConfig.getTrustManager() }; in engineGetTrustManagers()
DApplicationConfig.java119 public X509TrustManager getTrustManager() { in getTrustManager() method in ApplicationConfig
/frameworks/base/core/java/android/app/
DKeyguardManager.java286 ITrustManager trustManager = getTrustManager(); in isDeviceLocked()
312 ITrustManager trustManager = getTrustManager(); in isDeviceSecure()
320 private synchronized ITrustManager getTrustManager() { in getTrustManager() method in KeyguardManager
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java221 private TrustManager getTrustManager() { in getTrustManager() method in LockPatternUtils
286 getTrustManager().reportUnlockAttempt(false /* authenticated */, userId); in reportFailedPasswordAttempt()
292 getTrustManager().reportUnlockAttempt(true /* authenticated */, userId); in reportSuccessfulPasswordAttempt()
1353 getTrustManager().reportEnabledTrustAgentsChanged(userId); in setEnabledTrustAgents()
1401 getTrustManager().reportEnabledTrustAgentsChanged(userHandle); in onAfterChangingPassword()