Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/classifier/
DCommonClassifierHelperTest.java21 …android.adservices.service.topics.classifier.CommonClassifierHelper.computeClassifierAssetChecksum;
541 computeClassifierAssetChecksum(sContext.getAssets(), TEST_LABELS_FILE_PATH); in testComputeTestAssetChecksum()
548 computeClassifierAssetChecksum(sContext.getAssets(), TEST_PRECOMPUTED_FILE_PATH); in testComputeTestAssetChecksum()
559 computeClassifierAssetChecksum(sContext.getAssets(), PRODUCTION_LABELS_FILE_PATH); in testComputeProductionAssetChecksum()
566 computeClassifierAssetChecksum(sContext.getAssets(), PRODUCTION_APPS_FILE_PATH); in testComputeProductionAssetChecksum()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/classifier/
DCommonClassifierHelper.java70 static String computeClassifierAssetChecksum( in computeClassifierAssetChecksum() method in CommonClassifierHelper