Searched refs:expectedCertDigests (Results 1 – 1 of 1) sorted by relevance
13618 final String[] expectedCertDigests = requiredCertDigests[i]; in collectSharedLibraryInfos() local13619 if (expectedCertDigests.length > 1) { in collectSharedLibraryInfos()13631 if (expectedCertDigests.length != libCertDigests.length) { in collectSharedLibraryInfos()13639 Arrays.sort(expectedCertDigests); in collectSharedLibraryInfos()13643 if (!libCertDigests[j].equalsIgnoreCase(expectedCertDigests[j])) { in collectSharedLibraryInfos()13654 expectedCertDigests[0], false /* allowSingleChar */); in collectSharedLibraryInfos()