Searched refs:NUM_ITEMS (Results 1 – 3 of 3) sorted by relevance
31 public static final int NUM_ITEMS = 50; field in WidgetCtsService57 return WidgetCtsService.NUM_ITEMS; in getCount()
211 + " to " + WidgetCtsService.NUM_ITEMS; in getInstruction()
36 private static final int NUM_ITEMS = 50; // Enough to make the list scroll field in ListPresentation52 for (int i = 0; i < NUM_ITEMS; ++i) { in onCreate()