Searched refs:nextBoolean (Results 1 – 13 of 13) sorted by relevance
528 final boolean ui = random.nextBoolean(); in testPendingJobSorting_Random()529 final boolean ej = !ui && random.nextBoolean(); in testPendingJobSorting_Random()548 createJobInfo(i).setExpedited(random.nextBoolean()), random.nextInt(250), in testPendingJobSorting_Random_namespacing()567 final boolean ui = random.nextBoolean(); in testPendingJobSortingTransitivity()568 final boolean ej = !ui && random.nextBoolean(); in testPendingJobSortingTransitivity()616 final boolean isEj = random.nextBoolean();619 priority = random.nextBoolean() ? JobInfo.PRIORITY_MAX : JobInfo.PRIORITY_HIGH;643 final boolean isEj = random.nextBoolean();646 priority = random.nextBoolean() ? JobInfo.PRIORITY_MAX : JobInfo.PRIORITY_HIGH;676 priority = random.nextBoolean() ? JobInfo.PRIORITY_MAX : JobInfo.PRIORITY_HIGH;
109 button.setChecked(mRandom.nextBoolean()); in createToggleButton()115 button.setChecked(mRandom.nextBoolean()); in createSwitch()
84 if (r.nextBoolean()) { in testFuzz()90 if (r.nextBoolean() && map.size() > 0) { in testFuzz()
32 char base = random.nextBoolean() ? 'A' : 'a'; in getRandomWord()
163 if (random.nextBoolean()) { in testMultithreadCacheStressTest()169 final boolean italic = random.nextBoolean(); in testMultithreadCacheStressTest()
114 ss.initialize = r.nextBoolean(); in populateStatus()
203 lights.add(getNextLight(r.nextBoolean())); in testAllCameraLightsAreRequestedOnOpActive()
344 if (random.nextBoolean()) { in testFuzz()
425 public boolean nextBoolean() throws IOException { in nextBoolean() method in JsonReader
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
15781 HSPLandroid/util/JsonReader;->nextBoolean()Z28882 HSPLjava/util/Random;->nextBoolean()Z
15717 HSPLandroid/util/JsonReader;->nextBoolean()Z
49509 method public boolean nextBoolean() throws java.io.IOException;