Home
last modified time | relevance | path

Searched defs:ParticipantInfo (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DParticipantInfo.java24 public class ParticipantInfo implements Parcelable { class
38 public ParticipantInfo(String name, String email, int priority, boolean readConversation) { in ParticipantInfo() method in ParticipantInfo
70 public ParticipantInfo(Parcel in) { in ParticipantInfo() method in ParticipantInfo
/packages/apps/Dialer/java/com/android/incallui/
DConferenceParticipantListAdapter.java511 private static class ParticipantInfo { class in ConferenceParticipantListAdapter
517 public ParticipantInfo(DialerCall call, ContactCacheEntry contactCacheEntry) { in ParticipantInfo() method in ConferenceParticipantListAdapter.ParticipantInfo