Searched defs:randomWriteDevice (Results 1 – 2 of 2) sorted by relevance
40 private File randomWriteDevice; field in EntropyMixerTest72 new EntropyMixer(getContext(), seedFile, randomReadDevice, randomWriteDevice); in testInitFirstBoot() local93 new EntropyMixer(getContext(), seedFile, randomReadDevice, randomWriteDevice); in testInitNonFirstBoot() local
81 private final File randomWriteDevice; // separate from randomReadDevice only for testing field in EntropyMixer114 EntropyMixer(Context context, File seedFile, File randomReadDevice, File randomWriteDevice) { in EntropyMixer()