Searched refs:CHEESES (Results 1 – 7 of 7) sorted by relevance
27 static final String[] CHEESES = { field in Cheeses162 for (int i = 0, z = CHEESES.length ; i < z ; i++) { in asList()163 items.add(CHEESES[i]); in asList()178 count = Math.min(count, CHEESES.length); in randomList()181 items.add(CHEESES[random.nextInt(CHEESES.length)]); in randomList()
44 return Cheeses.CHEESES.length; in getCount()49 return Cheeses.CHEESES[position]; in getItem()54 return Cheeses.CHEESES[position].hashCode(); in getItemId()
23 public static final String[] CHEESES = { field in Cheeses
43 for (int i = 0, z = Cheeses.CHEESES.length ; i < z ; i++) { in onActivityCreated()44 items.add(Cheeses.CHEESES[i]); in onActivityCreated()