Searched refs:ITEMS (Results 1 – 3 of 3) sorted by relevance
66 private final String[] ITEMS = new String[]{ field in MainActivity.MyAdapter82 mItems = new String[ITEMS.length * COPIES]; in MyAdapter()84 for (int j = 0; j < ITEMS.length; j++) { in MyAdapter()85 mItems[i * ITEMS.length + j] = ITEMS[j]; in MyAdapter()
1099 mItems.get(i).writeToProto(proto, ClipDataProto.ITEMS); in writeToProto()
13751 Landroid/content/ClipDataProto;->ITEMS:J