Home
last modified time | relevance | path

Searched refs:getRandomCheese (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/util/
DDiffUtilActivity.java141 output.add(mRandom.nextInt(1 + output.size()), getRandomCheese(output)); in createRandomCheeseList()
160 private String getRandomCheese(List<String> excludes) { in getRandomCheese() method in DiffUtilActivity