Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/security/net/config/
DRootTrustManager.java58 config.getTrustManager().checkClientTrusted(chain, authType); in checkClientTrusted()
67 config.getTrustManager().checkClientTrusted(certs, authType, socket); in checkClientTrusted()
76 config.getTrustManager().checkClientTrusted(certs, authType, engine); in checkClientTrusted()
90 config.getTrustManager().checkServerTrusted(certs, authType, socket); in checkServerTrusted()
106 config.getTrustManager().checkServerTrusted(certs, authType, engine); in checkServerTrusted()
118 config.getTrustManager().checkServerTrusted(certs, authType); in checkServerTrusted()
134 return config.getTrustManager().checkServerTrusted(certs, authType, hostname); in checkServerTrusted()
143 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/com/android/internal/widget/
DLockPatternUtils.java255 private TrustManager getTrustManager() { in getTrustManager() method in LockPatternUtils
334 getTrustManager().reportUnlockAttempt(false /* authenticated */, userId); in reportFailedPasswordAttempt()
343 getTrustManager().reportUnlockAttempt(true /* authenticated */, userId); in reportSuccessfulPasswordAttempt()
350 getTrustManager().reportUnlockLockout(timeoutMs, userId); in reportPasswordLockout()
1591 getTrustManager().reportEnabledTrustAgentsChanged(userId); in setEnabledTrustAgents()
1639 getTrustManager().reportEnabledTrustAgentsChanged(userHandle); in onAfterChangingPassword()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1949 TrustManager getTrustManager() { in getTrustManager() method in DevicePolicyManagerService.Injector
5505 mInjector.getTrustManager().setDeviceLockedForUser(userToLock, true); in lockNow()
/frameworks/base/config/
Dboot-image-profile.txt13059 HSPLandroid/security/net/config/NetworkSecurityConfig;->getTrustManager()Landroid/security/net/conf…
Dhiddenapi-greylist-max-o.txt62388 Landroid/security/net/config/ApplicationConfig;->getTrustManager()Ljavax/net/ssl/X509TrustManager;
62485 Landroid/security/net/config/NetworkSecurityConfig;->getTrustManager()Landroid/security/net/config/…