Searched refs:CONTENT_LOOKUP_URI (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java195 * {@link Contacts#CONTENT_LOOKUP_URI} style URI.
236 Uri.withAppendedPath(Email.CONTENT_LOOKUP_URI, Uri.encode(mContactEmail)),
310 Uri.withAppendedPath(Email.CONTENT_LOOKUP_URI, Uri.encode(mContactEmail)),
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java345 ContactsContract.CommonDataKinds.Email.CONTENT_LOOKUP_URI,
452 } else if (handle.startsWith(Contacts.CONTENT_LOOKUP_URI.toString())) {
/frameworks/base/core/java/android/provider/
H A DContactsContract.java1294 * {@link #CONTENT_LOOKUP_URI} instead of {@link #CONTENT_URI}.</li>
1519 public static final Uri CONTENT_LOOKUP_URI = Uri.withAppendedPath(CONTENT_URI, field in class:ContactsContract.Contacts
1588 * Builds a {@link #CONTENT_LOOKUP_URI} style {@link Uri} describing the
1592 * {@link #CONTENT_LOOKUP_URI} to attempt refreshing.
1615 * Build a {@link #CONTENT_LOOKUP_URI} lookup {@link Uri} using the
1625 return ContentUris.withAppendedId(Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI,
1765 * with a {@link #CONTENT_URI} or {@link #CONTENT_LOOKUP_URI}.
1840 * with a {@link #CONTENT_URI} or {@link #CONTENT_LOOKUP_URI}.
1902 * {@link #CONTENT_LOOKUP_URI}.
2057 * {@link #CONTENT_LOOKUP_URI}
6194 public static final Uri CONTENT_LOOKUP_URI = Uri.withAppendedPath(CONTENT_URI, field in class:ContactsContract.CommonDataKinds.Email
[all...]

Completed in 111 milliseconds