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

  /frameworks/base/core/java/com/android/internal/widget/
ContactHeaderWidget.java 42 import android.provider.ContactsContract.CommonDataKinds.Photo;
127 Photo.PHOTO
130 int PHOTO = 0;
184 mPhotoView = (QuickContactBadge) findViewById(R.id.photo);
191 // Set the photo with a random "no contact" image
248 //Set the photo
251 && !cursor.isNull(PhotoQuery.PHOTO)) {
252 byte[] photoData = cursor.getBlob(PhotoQuery.PHOTO);
388 * Manually set the photo to display in the header. This doesn't change th
    [all...]
  /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...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 44 import android.provider.ContactsContract.CommonDataKinds.Photo;
177 mPhotoMimetypeId = mDbHelper.getMimeTypeId(Photo.CONTENT_ITEM_TYPE);
    [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 59 milliseconds