Lines Matching defs:entries

193      * Lists of specific types of entries to be shown in contact details.
452 // Build up the contact entries
466 // Make one aggregated list of all entries for display to the user.
526 * Build up the entries to display on the screen.
533 // Clear out the old entries
538 // Build up method entries
575 // Build phone entries
610 // Build email entries
635 // Build postal entries
639 // Build IM entries
652 // Build nickname entries
665 // Build note entries
669 // Build Website entries
680 // Build SipAddress entries
689 // TODO: Now that SipAddress is in its own list of entries
748 * Collapse all contact detail entries into one aggregated list with a {@link HeaderViewEntry}
796 * Add attribution and other third-party entries (if applicable) under the "networks" section
798 * attribution does not have a mimetype and the third-party entries don't have actually belong
830 // Add the other entries from third parties
895 * entries. Add a {@link KindTitleViewEntry} at the start if the length of the list is not 0.
898 private void flattenList(ArrayList<DetailViewEntry> entries) {
899 int count = entries.size();
903 String kind = entries.get(0).kind;
907 // Add all the data entries for this kind
909 // For all entries except the first one, add a divider above the entry
913 mAllEntries.add(entries.get(i));
917 entries.clear();
1059 * Called when the entry is clicked. Only {@link #isEnabled} entries can get clicked.
1321 // If any of the collapsed entries are primary make the whole thing primary.
1844 * This listener is used for other kind of entries.