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

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

Completed in 274 milliseconds