Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/security/
DFileIntegrityManager.java71 public boolean isAppSourceCertificateTrusted(@NonNull X509Certificate certificate) in isAppSourceCertificateTrusted() method in FileIntegrityManager
74 return mService.isAppSourceCertificateTrusted( in isAppSourceCertificateTrusted()
DIFileIntegrityService.aidl25 boolean isAppSourceCertificateTrusted(in byte[] certificateBytes, in String packageName); in isAppSourceCertificateTrusted() method
/frameworks/base/services/core/java/com/android/server/security/
DFileIntegrityService.java66 public boolean isAppSourceCertificateTrusted(@Nullable byte[] certificateBytes,
/frameworks/base/core/api/
Dcurrent.txt37218 …Manifest.permission.REQUEST_INSTALL_PACKAGES}) public boolean isAppSourceCertificateTrusted(@NonNu…