OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContactList
(Results
1 - 2
of
2
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/header/
ContactList.java
42
public class
ContactList
extends SIPHeaderList<Contact> {
47
ContactList
retval = new
ContactList
();
54
public
ContactList
() {
/packages/apps/Mms/src/com/android/mms/data/
ContactList.java
15
public class
ContactList
extends ArrayList<Contact> {
18
public static
ContactList
getByNumbers(Iterable<String> numbers, boolean canBlock) {
19
ContactList
list = new
ContactList
();
28
public static
ContactList
getByNumbers(String semiSepNumbers,
31
ContactList
list = new
ContactList
();
45
* Returns a
ContactList
for the corresponding recipient URIs passed in. This method will
49
* @param uris phone URI to create the
ContactList
51
public static
ContactList
blockingGetByUris(Parcelable[] uris)
[
all
...]
Completed in 149 milliseconds