HomeSort by relevance Sort by last modified time
    Searched full:predictablerandom (Results 1 - 1 of 1) sorted by null

  /frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/stubhal/
GenericSoundModelTest.java 197 Random predictableRandom = new Random(100);
203 predictableRandom.nextBytes(data);
221 int modelInfoIndex = predictableRandom.nextInt(modelInfos.size());
225 int operation = predictableRandom.nextInt(5);

Completed in 2677 milliseconds