Searched refs:libCertDigests (Results 1 – 1 of 1) sorted by relevance
13504 final String[] libCertDigests = (targetSdk >= Build.VERSION_CODES.O_MR1) in collectSharedLibraryInfos() local13514 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()