Searched refs:PrivacyGenerator (Results 1 – 10 of 10) sorted by relevance
31 public final class PrivacyGenerator { class34 public PrivacyGenerator(SecureRandom secureRandom) { in PrivacyGenerator() method in PrivacyGenerator
41 private final PrivacyGenerator mPrivacyGenerator;48 @NonNull PrivacyGenerator privacyGenerator, in ObservationGeneratorFactory()
63 private final PrivacyGenerator mPrivacyGenerator;73 @NonNull PrivacyGenerator privacyGenerator, in PrivateObservationGenerator()
46 private final PrivacyGenerator mPrivacyGenerator;49 mPrivacyGenerator = new PrivacyGenerator(new FakeSecureRandom()); in PrivacyGeneratorTest()
53 private final PrivacyGenerator mPrivacyGenerator;57 mPrivacyGenerator = new PrivacyGenerator(mSecureRandom); in PrivacyGeneratorStatisticalTest()
140 private final PrivacyGenerator mPrivacyGenerator;145 mPrivacyGenerator = new PrivacyGenerator(mSecureRandom); in PrivateObservationGeneratorTest()
71 new PrivacyGenerator(secureRandom), in setup()
37 import com.android.cobalt.observations.PrivacyGenerator;125 new PrivacyGenerator(getSecureRandom()), in getCobaltPeriodicJob()
34 import com.android.cobalt.observations.PrivacyGenerator;103 @NonNull PrivacyGenerator privacyGenerator, in CobaltPeriodicJobImpl()
41 import com.android.cobalt.observations.PrivacyGenerator;266 private PrivacyGenerator mPrivacyGenerator;310 mPrivacyGenerator = new PrivacyGenerator(mSecureRandom);