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(getContext(), "/dev/null", file.getCanonicalPath());
  /frameworks/base/services/java/com/android/server/
EntropyMixer.java 52 public class EntropyMixer extends Binder {
53 private static final String TAG = "EntropyMixer";
84 public EntropyMixer(Context context) {
89 public EntropyMixer(Context context, String entropyFile, String randomDevice) {
SystemServer.java 260 ServiceManager.addService("entropy", new EntropyMixer(context));
    [all...]

Completed in 108 milliseconds