HomeSort by relevance Sort by last modified time
    Searched refs:EntropyMixer (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/
EntropyMixerTest.java 26 * Tests for {@link com.android.server.EntropyMixer}
37 new EntropyMixer("/dev/null", file.getCanonicalPath());
  /frameworks/base/services/java/com/android/server/
EntropyMixer.java 50 public class EntropyMixer extends Binder {
51 private static final String TAG = "EntropyMixer";
75 public EntropyMixer() {
80 public EntropyMixer(String entropyFile, String randomDevice) {
SystemServer.java 149 ServiceManager.addService("entropy", new EntropyMixer());
    [all...]

Completed in 212 milliseconds