Searched refs:LEADING_MIMETYPES (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java335 * {@link #LEADING_MIMETYPES} is used to sort MIME-types.
337 * <p>The MIME-types in {@link #LEADING_MIMETYPES} appear in the front of the dialog,
340 private static final List<String> LEADING_MIMETYPES = Lists.newArrayList( field in class:QuickContactActivity
709 for (String mimeType : LEADING_MIMETYPES) {

Completed in 62 milliseconds