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

/packages/apps/Contacts/tests/src/com/android/contacts/editor/
H A DContactEditorUtilsTest.java293 private static <T> Set<T> toSet(Collection<T> collection) { argument
295 ret.addAll(collection);
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DKeyboardLayoutDialogFragment.java231 String label, collection;
234 collection = item.getCollection();
237 collection = "";
241 if (collection.isEmpty()) {
244 return inflateTwoLine(convertView, parent, label, collection, checked);
264 String label, String collection, boolean checked) {
277 subText.setText(collection);
263 inflateTwoLine(View convertView, ViewGroup parent, String label, String collection, boolean checked) argument
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DConversation.java688 * found in the collection of conversations specified as the haystack. False
714 * Returns a collection of a single conversation. This method always returns
715 * a valid collection even if the input conversation is null.
718 * @return a collection of the conversation.
774 * @param collection Any collection of conversations
777 public static String toString(Collection<Conversation> collection) { argument
778 final StringBuilder out = new StringBuilder(collection.size() + " conversations:");
780 for (final Conversation c : collection) {
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.java1918 * collection
1919 * @param collection The collection to which the strings will be added. If
1921 * @return The collection to which the substrings were added. This is
1931 Collection<String> collection) {
1935 if (collection == null) {
1936 collection = new ArrayList<String>();
1939 collection.add(in);
1940 return collection;
1951 collection
1927 string2Collection( String in, String delimiter, boolean doStrip, Collection<String> collection) argument
[all...]
/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 151 milliseconds