Lines Matching full:contact
71 * Loads a single Contact and all it constituent RawContacts.
87 public void onContactLoaded(Result contact);
91 * The result of a load operation. Contains all data necessary to display the contact.
95 /** Contact is successfully loaded */
97 /** There was an error loading the contact */
99 /** Contact is not found */
141 * Constructor for special results, namely "no contact found" and "error".
182 * Constructor to call when contact was found
274 * Returns the URI for the contact that contains both the lookup key and the ID. This is
275 * the best URI to reference a contact.
287 * Returns the contact Uri that was passed to the provider to make the query. This is
288 * the same as the requested Uri, unless the requested Uri doesn't specify a Contact:
289 * If it either references a Raw-Contact or a Person (a pre-Eclair style Uri), this Uri will
290 * always reference the full aggregate contact.
324 * @return true when the specified contact is not found.
334 * @return true if the specified contact is successfully loaded.
433 "Cannot extract content values from an aggregated contact");
486 * Projection used for the query that loads all data for the entire contact (except for
636 * Projection used for the query that loads all data for the entire contact.
704 Log.e(TAG, "Error loading the contact: " + mLookupUri, e);
710 * Transforms the given Uri and returns a Lookup-Uri that represents the contact.
711 * For legacy contacts, a raw-contact lookup is performed.
722 // Contact-Uri? Good, return it
741 // Legacy Format. Convert to RawContact-Uri and then lookup the contact
863 // Remove the ones that already have a raw contact in the current contact
877 * Extracts Contact level columns from the cursor.
1025 Log.w(TAG, "Contact directory resource not found: "
1095 * Loads all stream items and stream item photos belonging to this contact.
1197 // inform the source of the data that this contact is being looked at
1207 * that the contact has just been loaded
1215 continue; // Already notified for this raw contact.