Searched defs:things (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java422 * @param things the things to join together
424 * @return a string contained the things joined together
426 public static String join(List<?> things, String delim) { argument
429 for (Object thing : things) {

Completed in 80 milliseconds