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

/frameworks/base/services/java/com/android/server/
H A DEntropyMixer.java57 private final String randomDevice; field in class:EntropyMixer
80 public EntropyMixer(String entropyFile, String randomDevice) { argument
81 if (randomDevice == null) { throw new NullPointerException("randomDevice"); }
84 this.randomDevice = randomDevice;
99 RandomBlock.fromFile(entropyFile).toFile(randomDevice, false);
107 RandomBlock.fromFile(randomDevice).toFile(entropyFile, true);
130 out = new PrintWriter(new FileOutputStream(randomDevice));

Completed in 149 milliseconds