Searched defs:contact (Results 1 - 13 of 13) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DContactParser.java38 * A parser for The SIP contact header.
45 public ContactParser(String contact) { argument
46 super(contact);
59 Contact contact = new Contact();
64 contact.setWildCardFlag(true);
66 super.parse(contact);
69 super.parse(contact);
71 retval.add(contact);
/external/libxml2/example/
H A Dgjobread.c100 personPtr contact; member in struct:job
144 ret->contact = parsePerson(doc, ns, cur);
163 if (cur->contact != NULL) printPerson(cur->contact);
/external/ims/rcs/rcsservice/src/com/android/service/ims/
H A DTaskManager.java130 public int addAvailabilityTask(String contact, IRcsPresenceListener listener){ argument
134 contacts[0] = contact;
143 public int addPublishTask(String contact, IRcsPresenceListener listener){ argument
147 contacts[0] = contact;
193 public void onTerminated(String contact){ // for single number capability polling argument
194 if(contact == null){
214 PhoneNumberUtils.compare(contact, capabilityTask.mContacts[0])){
364 public PresenceAvailabilityTask getAvailabilityTaskByContact(String contact){ argument
380 if(PhoneNumberUtils.compare(contact, availabilityTask.mContacts[0])){
/external/ltp/pan/
H A Dtag_report.c235 char *tag, *contact, *is, *mystime, *duration, *tt, *ti, *sl, *el; local
356 if ((contact = (char *)sym_get(keys, key_get)) == NULL) {
357 contact = "No_Contacts";
366 tag, "!", "!", is, contact, mystime, duration,
405 fprintf(out, FORMAT, "tag", "tcid", "testcase", "status", "contact");
/external/webrtc/webrtc/libjingle/xmpp/
H A Drostermodule_unittest.cc129 WriteContact(std::ostream& os, const XmppRosterContact* contact) { argument
130 if (contact == NULL) {
136 WriteString(os, contact->jid().Str());
138 WriteString(os, contact->name());
140 WriteSubscriptionState(os, contact->subscription_state());
142 for(size_t i=0; i < contact->GetGroupCount(); ++i) {
144 WriteString(os, contact->GetGroup(i));
146 os<<"]]"<<contact->raw_xml()->Str();
187 //! A contact has changed
188 //! This indicates that the data for a contact ma
[all...]
H A Drostermoduleimpl.cc714 bool operator() (XmppRosterContactImpl *& contact) { argument
715 return contact->jid() == jid_;
737 const XmppRosterContact* contact) {
738 if (!contact)
741 Jid jid = contact->jid();
749 const XmlElement* contact_xml = contact->raw_xml();
900 XmppRosterContact* contact = *pos; local
902 delete contact;
938 bool operator() (XmppPresenceImpl *& contact) { argument
939 return contact
736 RequestRosterChange( const XmppRosterContact* contact) argument
1035 XmppRosterContact* contact = *pos; local
1051 XmppRosterContactImpl* contact = new XmppRosterContactImpl(); local
[all...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java806 * Add a route list extacted from the contact list of the incoming message.
808 * @param contactList -- contact list extracted from the incoming message.
812 void setRemoteTarget(ContactHeader contact) { argument
813 this.remoteTarget = contact.getAddress();
1353 // put the contact header from the incoming request into
1935 * The default contact header is obtained from the provider. The application can override
2851 Contact contact = (Contact) contactList.getFirst();
2852 this.setRemoteTarget(contact);
3096 * Get the contact header that the owner of this dialog assigned. Subsequent Requests are
3097 * considered to belong to the dialog if the dialog identifier matches and the contact heade
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1003 milliseconds