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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DActionMultiMap.java32 * Puts the (mimeType,Action) tuple into the multimap at the front if
33 * the 'front' flag is set to true
35 public void put(String mimeType, Action info, boolean front) { argument
44 if (front) {
H A DQuickContactActivity.java145 * <p>The MIME-types in {@link #LEADING_MIMETYPES} appear in the front of the dialog,
229 // Show QuickContact in front of soft input
537 * @param front indicates whether to add the action to the front of the list
540 private boolean considerAdd(Action action, ResolveCache resolveCache, boolean front) { argument
542 mActions.put(action.getMimeType(), action, front);

Completed in 321 milliseconds