Searched defs:CONTENT_FILTER_URI (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DCallLog.java54 public static final Uri CONTENT_FILTER_URI = field in class:CallLog.Calls
63 * The MIME type of {@link #CONTENT_URI} and {@link #CONTENT_FILTER_URI}
H A DContacts.java363 public static final Uri CONTENT_FILTER_URI = field in class:Contacts.People
H A DContactsContract.java687 * {@link PhoneLookup#CONTENT_FILTER_URI PhoneLookup.CONTENT_FILTER_URI},
690 * filter-as-you-type suggestions, use the {@link #CONTENT_FILTER_URI} URI.
1001 public static final Uri CONTENT_FILTER_URI = Uri.withAppendedPath( field in class:ContactsContract.Contacts
1095 * {@link android.provider.ContactsContract.Contacts#CONTENT_FILTER_URI}.
2870 * want to find to {@link #CONTENT_FILTER_URI}. This query is highly
2873 * Uri uri = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, Uri.encode(phoneNumber));
2991 public static final Uri CONTENT_FILTER_URI = Uri.withAppendedPath(AUTHORITY_URI, field in class:ContactsContract.PhoneLookup
2995 * The MIME type of {@link #CONTENT_FILTER_URI} providing a directory of phone lookup rows.
3235 * Additional columns returned by the {@link Contacts#CONTENT_FILTER_URI} providin
3663 public static final Uri CONTENT_FILTER_URI = Uri.withAppendedPath(CONTENT_URI, field in class:ContactsContract.CommonDataKinds.Phone
3860 public static final Uri CONTENT_FILTER_URI = Uri.withAppendedPath(CONTENT_URI, field in class:ContactsContract.CommonDataKinds.Email
[all...]

Completed in 67 milliseconds