Home
last modified time | relevance | path

Searched refs:getTrustManager (Results 1 – 12 of 12) 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()
DRootTrustManagerFactorySpi.java65 return new TrustManager[] { mApplicationConfig.getTrustManager() }; in engineGetTrustManagers()
DNetworkSecurityConfig.java124 public NetworkSecurityTrustManager getTrustManager() { in getTrustManager() method in NetworkSecurityConfig
171 getTrustManager().handleTrustStorageUpdate(); in handleTrustStorageUpdate()
DApplicationConfig.java124 public X509TrustManager getTrustManager() { in getTrustManager() method in ApplicationConfig
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java325 private TrustManager getTrustManager() { in getTrustManager() method in LockPatternUtils
417 getTrustManager().reportUnlockAttempt(false /* authenticated */, userId); in reportFailedPasswordAttempt()
426 getTrustManager().reportUnlockAttempt(true /* authenticated */, userId); in reportSuccessfulPasswordAttempt()
433 getTrustManager().reportUnlockLockout(timeoutMs, userId); in reportPasswordLockout()
1222 getTrustManager().reportEnabledTrustAgentsChanged(userId); in setEnabledTrustAgents()
1295 getTrustManager().reportEnabledTrustAgentsChanged(userHandle); in reportEnabledTrustAgentsChanged()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java1006 public ITrustManager getTrustManager() {
1143 mTrustManager = mInjector.getTrustManager();
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java211 when(mInjector.getTrustManager()).thenReturn(mTrustManager); in setUp()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1759 TrustManager getTrustManager() { in getTrustManager() method in Injector
6320 mInjector.getTrustManager().setDeviceLockedForUser(userToLock, true);
/frameworks/base/boot/
Dboot-image-profile.txt13497 HSPLandroid/security/net/config/ApplicationConfig;->getTrustManager()Ljavax/net/ssl/X509TrustManage…
13555 HSPLandroid/security/net/config/NetworkSecurityConfig;->getTrustManager()Landroid/security/net/conf…
/frameworks/base/config/
Dboot-image-profile.txt13500 HSPLandroid/security/net/config/ApplicationConfig;->getTrustManager()Ljavax/net/ssl/X509TrustManage…
13558 HSPLandroid/security/net/config/NetworkSecurityConfig;->getTrustManager()Landroid/security/net/conf…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt47833 Landroid/security/net/config/ApplicationConfig;->getTrustManager()Ljavax/net/ssl/X509TrustManager;
47930 Landroid/security/net/config/NetworkSecurityConfig;->getTrustManager()Landroid/security/net/config/…
/frameworks/base/services/
Dart-wear-profile8827 PLcom/android/server/biometrics/BiometricService$Injector;->getTrustManager()Landroid/app/trust/ITr…