Searched refs:wipeoutStatus (Results 1 – 4 of 4) sorted by relevance
208 WipeoutStatus wipeoutStatus = new WipeoutStatus(); in measurementOnPackageFullyRemoved() local209 wipeoutStatus.setWipeoutType(WipeoutStatus.WipeoutType.UNINSTALL); in measurementOnPackageFullyRemoved()210 logWipeoutStats(wipeoutStatus, packageUri.toString()); in measurementOnPackageFullyRemoved()226 WipeoutStatus wipeoutStatus = new WipeoutStatus(); in measurementOnPackageDataCleared() local227 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() argument409 .setWipeoutType(wipeoutStatus.getWipeoutType().getValue()) in logWipeoutStats()
87 WipeoutStatus wipeoutStatus = new WipeoutStatus(); in delete() local88 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() argument329 .setWipeoutType(wipeoutStatus.getWipeoutType().getValue()) in logWipeoutStats()
755 WipeoutStatus wipeoutStatus = new WipeoutStatus(); in resetMeasurement() local756 wipeoutStatus.setWipeoutType(WipeoutStatus.WipeoutType.CONSENT_FLIP); in resetMeasurement()757 logWipeoutStats(wipeoutStatus); in resetMeasurement()1284 private void logWipeoutStats(WipeoutStatus wipeoutStatus) { in logWipeoutStats() argument1289 .setWipeoutType(wipeoutStatus.getWipeoutType().getValue()) in logWipeoutStats()
1067 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())