Searched defs:combine (Results 1 – 4 of 4) sorted by relevance
75 public ScreenNail combine(ScreenNail other) { in combine() method in BitmapScreenNail
139 public static String combine(Object[] parts, char separator) { in combine() method in Utility
2423 private String[] combine(List<String> prepend, String[] userArgs) { in combine() method in MediaProvider
1096 private static <T> T[] combine(T[]... arrays) { in combine() method in CalendarProvider2