Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java13504 final String[] libCertDigests = (targetSdk >= Build.VERSION_CODES.O_MR1) in collectSharedLibraryInfos() local
13514 if (expectedCertDigests.length != libCertDigests.length) { in collectSharedLibraryInfos()
13521 Arrays.sort(libCertDigests); in collectSharedLibraryInfos()
13524 final int certCount = libCertDigests.length; in collectSharedLibraryInfos()
13526 if (!libCertDigests[j].equalsIgnoreCase(expectedCertDigests[j])) { in collectSharedLibraryInfos()