Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/integrity/
DAppInstallMetadata.java39 private final List<String> mAppCertificates; field in AppInstallMetadata
54 this.mAppCertificates = builder.mAppCertificates; in AppInstallMetadata()
73 return mAppCertificates; in getAppCertificates()
128 mAppCertificates, in toString()
142 private List<String> mAppCertificates; field in AppInstallMetadata.Builder
190 this.mAppCertificates = Objects.requireNonNull(appCertificates); in setAppCertificates()
296 Objects.requireNonNull(mAppCertificates); in build()