Home
last modified time | relevance | path

Searched refs:contact (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/external/nist-sip/java/gov/nist/javax/sip/parser/
DContactParser.java45 public ContactParser(String contact) { in ContactParser() argument
46 super(contact); in ContactParser()
59 Contact contact = new Contact(); in parse() local
64 contact.setWildCardFlag(true); in parse()
66 super.parse(contact); in parse()
69 super.parse(contact); in parse()
71 retval.add(contact); in parse()
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DTaskManager.java123 public int addAvailabilityTask(String contact, ContactCapabilityResponse listener){ in addAvailabilityTask() argument
127 contacts[0] = contact; in addAvailabilityTask()
136 public int addPublishTask(String contact){ in addPublishTask() argument
140 contacts[0] = contact; in addPublishTask()
165 public Task getTaskForSingleContactQuery(String contact) { in getTaskForSingleContactQuery() argument
182 PhoneNumberUtils.compare(contact, presenceTask.mContacts[0])){ in getTaskForSingleContactQuery()
212 public void onTerminated(String contact){ // for single number capability polling in onTerminated() argument
213 if(contact == null){ in onTerminated()
233 PhoneNumberUtils.compare(contact, capabilityTask.mContacts[0])){ in onTerminated()
383 public PresenceAvailabilityTask getAvailabilityTaskByContact(String contact){ in getAvailabilityTaskByContact() argument
[all …]
/external/jackson-databind/
DSECURITY.md14 for general idea). The first step is to file a [Tidelift security contact](https://tidelift.com/sec…
17 Note that you do not need to be a Tidelift subscriber to file a security contact.
21 DO NOT include details of security problem in the issue but only in email contact.
/external/nist-sip/java/gov/nist/javax/sip/
DListeningPointImpl.java233 Contact contact = new Contact(); in createContactHeader() local
236 contact.setAddress(address); in createContactHeader()
238 return contact; in createContactHeader()
/external/libxml2/example/
Dgjobread.c100 personPtr contact; member
144 ret->contact = parsePerson(doc, ns, cur); in parseJob()
163 if (cur->contact != NULL) printPerson(cur->contact); in printJob()
/external/llvm/docs/
DReportingGuide.rst25 locate one for you. We will also post detailed contact information for specific
46 * Your contact info (so we can get in touch with you if we need to follow up).
75 The working group will try to contact other parties involved or witnessing the
97 Once we've determined our response, we will separately contact the original
111 appealed. To appeal a decision of the working group, contact the LLVM
129 The members serving on the advisory committee are listed here with contact
135 …FIXME: When we form the initial advisory committee, the members names and private contact info nee…
/external/llvm-project/llvm/docs/
DReportingGuide.rst25 locate one for you. We will also post detailed contact information for specific
46 * Your contact info (so we can get in touch with you if we need to follow up).
75 The working group will try to contact other parties involved or witnessing the
97 Once we've determined our response, we will separately contact the original
111 appealed. To appeal a decision of the working group, contact the LLVM
129 The members serving on the advisory committee are listed here with contact
135 …FIXME: When we form the initial advisory committee, the members names and private contact info nee…
/external/jackson-annotations/
DSECURITY.md11 for general idea). The first step is to file a [Tidelift security contact](https://tidelift.com/sec…
14 Note that you do not need to be a Tidelift subscriber to file a security contact.
/external/ltp/pan/
Dtag_report.c235 char *tag, *contact, *is, *mystime, *duration, *tt, *ti, *sl, *el; in tag_report() local
356 if ((contact = (char *)sym_get(keys, key_get)) == NULL) { in tag_report()
357 contact = "No_Contacts"; in tag_report()
366 tag, "!", "!", is, contact, mystime, duration, in tag_report()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPClientTransaction.java1151 Contact contact = (Contact) lastResponse.getContactHeaders().getFirst(); in createAck() local
1152 javax.sip.address.URI uri = (javax.sip.address.URI) contact.getAddress().getURI() in createAck()
1172 Contact contact = null; in createAck() local
1174 contact = (Contact) lastResponse.getContactHeaders().getFirst(); in createAck()
1182 if (contact != null) { in createAck()
1184 route.setAddress((AddressImpl) ((AddressImpl) (contact.getAddress())).clone()); in createAck()
1197 if (contact != null) { in createAck()
1198 javax.sip.address.URI uri = (javax.sip.address.URI) contact.getAddress().getURI() in createAck()
/external/nist-sip/java/gov/nist/javax/sip/header/
DHeaderFactoryImpl.java300 Contact contact = new Contact(); in createContactHeader() local
301 contact.setAddress(address); in createContactHeader()
303 return contact; in createContactHeader()
320 Contact contact = new Contact(); in createContactHeader() local
321 contact.setWildCardFlag(true); in createContactHeader()
322 contact.setExpires(0); in createContactHeader()
324 return contact; in createContactHeader()
/external/eigen/unsupported/
DREADME.txt15 you would like to share, feel free to contact us:
25 In doubt feel free to contact us. For instance, if your addons is very too specific
/external/wayland-protocols/freedesktop.org/unstable/xdg-decoration/
DREADME4 Simon Ser <contact@emersion.fr>
/external/wayland-protocols/freedesktop.org/unstable/primary-selection/
DREADME4 Simon Ser <contact@emersion.fr>
/external/arm-trusted-firmware/docs/about/
Dindex.rst12 contact
/external/ltp/pan/cgi/
Dreconsile.cgi79 ($tag, $tcid, $tc, $status, $contact) = split(/\s+/, $line);
90 $rec->{CONTACT} = $contact;
/external/libxml2/result/
Ddav12.rde2 1 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
Ddav12.rdr2 1 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
Ddav10.rde5 2 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
Ddav10.rdr5 2 3 #text 0 1 http://www.ics.uci.edu/~ejw/contact.html
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DContactsFacade.java228 JSONObject contact = null; in contactsGetContactById() local
243 contact = new JSONObject(); in contactsGetContactById()
246 contact.put(columns[i], cursor.getString(i)); in contactsGetContactById()
250 return contact; in contactsGetContactById()
/external/autotest/
DFINGERPRINT_OWNERS2 # contact: chromeos-fingerprint@google.com
/external/libxml2/macos/
DREADME3 Please contact the author directly in case of problems:
/external/libwebsockets/READMEs/
DREADME.vulnerability-reporting.md4 dimension for users, please contact `andy@warmcat.com` by
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-02-27.data28 Backup contact is Nancy

12345678910>>...19