HomeSort by relevance Sort by last modified time
    Searched defs:Photo (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 212 // Look for photo links.
213 Photo photo = Photo.matchURL(url, text); local
214 if (photo != null) {
215 return photo;
218 // Look for photo links.
665 PHOTO ("p"),
952 /** Represents a link to a Picasa photo or album. */
953 public static class Photo extends Token
962 private String photo; \/\/ null for albums field in class:AbstractMessageParser.Photo
1031 private String photo; \/\/ null for user album field in class:AbstractMessageParser.FlickrPhoto
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 375 * Reference to the row in the data table holding the photo.
736 * <td>Reference to the row in the {@link ContactsContract.Data} table holding the photo.
738 * {@link CommonDataKinds.Photo#CONTENT_ITEM_TYPE}. The value of this field
740 * {@link CommonDataKinds.Photo#IS_SUPER_PRIMARY} field of the data rows of
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 38 milliseconds