Home
last modified time | relevance | path

Searched refs:isAppSourceCertificateTrusted (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/security/
DFileIntegrityManager.java171 public boolean isAppSourceCertificateTrusted(@NonNull X509Certificate certificate) in isAppSourceCertificateTrusted() method in FileIntegrityManager
174 return mService.isAppSourceCertificateTrusted( in isAppSourceCertificateTrusted()
DIFileIntegrityService.aidl28 boolean isAppSourceCertificateTrusted(in byte[] certificateBytes, in String packageName); in isAppSourceCertificateTrusted() method
/frameworks/base/services/core/java/com/android/server/security/
DFileIntegrityService.java95 public boolean isAppSourceCertificateTrusted(@Nullable byte[] certificateBytes, in isAppSourceCertificateTrusted() method in FileIntegrityService.BinderService
/frameworks/base/core/api/
Dcurrent.txt39398 …Manifest.permission.REQUEST_INSTALL_PACKAGES}) public boolean isAppSourceCertificateTrusted(@NonNu…