Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DPackageChangedReceiver.java208 WipeoutStatus wipeoutStatus = new WipeoutStatus(); in measurementOnPackageFullyRemoved() local
209 wipeoutStatus.setWipeoutType(WipeoutStatus.WipeoutType.UNINSTALL); in measurementOnPackageFullyRemoved()
210 logWipeoutStats(wipeoutStatus, packageUri.toString()); in measurementOnPackageFullyRemoved()
226 WipeoutStatus wipeoutStatus = new WipeoutStatus(); in measurementOnPackageDataCleared() local
227 wipeoutStatus.setWipeoutType(WipeoutStatus.WipeoutType.CLEAR_DATA); in measurementOnPackageDataCleared()
228 logWipeoutStats(wipeoutStatus, packageUri.toString()); in measurementOnPackageDataCleared()
404 private void logWipeoutStats(WipeoutStatus wipeoutStatus, String appPackageName) { in logWipeoutStats() argument
409 .setWipeoutType(wipeoutStatus.getWipeoutType().getValue()) in logWipeoutStats()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/deletion/
DMeasurementDataDeleter.java87 WipeoutStatus wipeoutStatus = new WipeoutStatus(); in delete() local
88 wipeoutStatus.setWipeoutType(WipeoutStatus.WipeoutType.DELETE_REGISTRATIONS_API); in delete()
90 wipeoutStatus, getRegistrant(deletionParam.getAppPackageName()).toString()); in delete()
325 private void logWipeoutStats(WipeoutStatus wipeoutStatus, String sourceRegistrant) { in logWipeoutStats() argument
329 .setWipeoutType(wipeoutStatus.getWipeoutType().getValue()) in logWipeoutStats()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DConsentManagerV2.java755 WipeoutStatus wipeoutStatus = new WipeoutStatus(); in resetMeasurement() local
756 wipeoutStatus.setWipeoutType(WipeoutStatus.WipeoutType.CONSENT_FLIP); in resetMeasurement()
757 logWipeoutStats(wipeoutStatus); in resetMeasurement()
1284 private void logWipeoutStats(WipeoutStatus wipeoutStatus) { in logWipeoutStats() argument
1289 .setWipeoutType(wipeoutStatus.getWipeoutType().getValue()) in logWipeoutStats()
DConsentManager.java1067 WipeoutStatus wipeoutStatus = new WipeoutStatus();
1068 wipeoutStatus.setWipeoutType(WipeoutStatus.WipeoutType.CONSENT_FLIP);
1069 logWipeoutStats(wipeoutStatus);
2194 private void logWipeoutStats(WipeoutStatus wipeoutStatus) {
2199 .setWipeoutType(wipeoutStatus.getWipeoutType().getValue())