Searched refs:randomDevice (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DEntropyMixer.java59 private final String randomDevice; field in class:EntropyMixer
89 public EntropyMixer(Context context, String entropyFile, String randomDevice) { argument
90 if (randomDevice == null) { throw new NullPointerException("randomDevice"); }
93 this.randomDevice = randomDevice;
112 RandomBlock.fromFile(entropyFile).toFile(randomDevice, false);
123 RandomBlock.fromFile(randomDevice).toFile(entropyFile, true);
146 out = new PrintWriter(new FileOutputStream(randomDevice));

Completed in 33 milliseconds