Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/util/
DAllowListUtils.java44 .anyMatch(entityInAllowList -> isMatch( in isAllowListed()
45 entityInAllowList, entityName, packageCertificate)); in isAllowListed()
63 .anyMatch(entityInAllowList -> isPairMatch( in isPairAllowListed()
64 entityInAllowList, first, firstCertDigest, second, secondCertDigest)); in isPairAllowListed()
81 String entityInAllowList, String entityName, String certDigest) { in isMatch() argument
82 String[] entityAndCert = entityInAllowList.split(CERT_SPLITTER); in isMatch()