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

/frameworks/base/core/java/android/provider/
H A DContactsContract.java1191 * {@link #CONTENT_LOOKUP_URI} instead of {@link #CONTENT_URI}.</li>
1416 public static final Uri CONTENT_LOOKUP_URI = Uri.withAppendedPath(CONTENT_URI, field in class:ContactsContract.Contacts
1485 * Builds a {@link #CONTENT_LOOKUP_URI} style {@link Uri} describing the
1489 * {@link #CONTENT_LOOKUP_URI} to attempt refreshing.
1512 * Build a {@link #CONTENT_LOOKUP_URI} lookup {@link Uri} using the
1516 return ContentUris.withAppendedId(Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI,
1641 * with a {@link #CONTENT_URI} or {@link #CONTENT_LOOKUP_URI}.
1716 * with a {@link #CONTENT_URI} or {@link #CONTENT_LOOKUP_URI}.
1775 * {@link #CONTENT_LOOKUP_URI}.
1952 * {@link #CONTENT_LOOKUP_URI}
5988 public static final Uri CONTENT_LOOKUP_URI = Uri.withAppendedPath(CONTENT_URI, field in class:ContactsContract.CommonDataKinds.Email
[all...]

Completed in 29 milliseconds