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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DFolderList.java22 // Private to reinforce the copyOf() API, which makes it more clear that creating a FolderList
28 folders = ImmutableList.copyOf(in);
33 folders = ImmutableList.copyOf(in.createTypedArrayList(Folder.CREATOR));
56 * list-copy overhead of {@link #copyOf(Collection)} + {@link #toBlob()}.
82 public static FolderList copyOf(Collection<Folder> in) { method in class:FolderList
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DUtils.java319 public static String[] copyOf(String[] source, int newSize) { method in class:Utils
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 197 milliseconds