Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/download/
DEnrollmentDataDownloadManager.java167 String fileGroupBuildId = FileGroupAndBuildIdPair.second; in readAndInsertEnrollmentDataFromMdd() local
171 if (sharedPrefs.getBoolean(fileGroupBuildId, false)) { in readAndInsertEnrollmentDataFromMdd()
174 fileGroupBuildId); in readAndInsertEnrollmentDataFromMdd()
189 editor.clear().putBoolean(fileGroupBuildId, true); in readAndInsertEnrollmentDataFromMdd()
199 fileGroupBuildId, shouldTrimEnrollmentData); in readAndInsertEnrollmentDataFromMdd()
200 mEnrollmentUtil.logEnrollmentFileDownloadStats(mLogger, true, fileGroupBuildId); in readAndInsertEnrollmentDataFromMdd()
209 mEnrollmentUtil.logEnrollmentFileDownloadStats(mLogger, false, fileGroupBuildId); in readAndInsertEnrollmentDataFromMdd()
379 String fileGroupBuildId = String.valueOf(fileGroup.getBuildId()); in getEnrollmentDataFile() local
391 return Pair.create(enrollmentDataFile, fileGroupBuildId); in getEnrollmentDataFile()