Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DComputer.java452 @PackageManager.CertificateInputType int type); in hasSigningCertificate()
455 @PackageManager.CertificateInputType int type); in hasUidSigningCertificate()
DIPackageManagerBase.java877 @PackageManager.CertificateInputType int type) { in hasSigningCertificate()
897 @PackageManager.CertificateInputType int type) { in hasUidSigningCertificate()
DComputerEngine.java4303 @PackageManager.CertificateInputType int type) { in hasSigningCertificate()
4327 @PackageManager.CertificateInputType int type) { in hasUidSigningCertificate()
/frameworks/base/test-mock/src/android/test/mock/
DMockPackageManager.java1243 String packageName, byte[] certificate, @PackageManager.CertificateInputType int type) { in hasSigningCertificate()
1249 int uid, byte[] certificate, @PackageManager.CertificateInputType int type) { in hasSigningCertificate()
/frameworks/base/core/java/android/content/pm/
DPackageManager.java10863 public @interface CertificateInputType {} annotation in PackageManager
10892 @CertificateInputType int type) { in hasSigningCertificate()
10916 int uid, @NonNull byte[] certificate, @CertificateInputType int type) { in hasSigningCertificate()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java1008 String packageName, byte[] certificate, @CertificateInputType int type) { in hasSigningCertificate()
1018 int uid, byte[] certificate, @CertificateInputType int type) { in hasSigningCertificate()