HomeSort by relevance Sort by last modified time
    Searched refs:Photo (Results 101 - 115 of 115) sorted by null

1 2 3 45

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 36 import android.provider.ContactsContract.CommonDataKinds.Photo;
251 * text and photo data from there instead.
423 } else if (mimeType.equals(Photo.CONTENT_ITEM_TYPE)) {
643 values.put(StreamItemPhotos.PHOTO, photoData);
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 33 import android.provider.ContactsContract.CommonDataKinds.Photo;
115 Photo.PHOTO
118 public static final int PHOTO = 0;
229 // Note: At this point each entry doesn't contain any photo
653 * fetch a cached photo for each contact entry (other than separators), or request another
706 Log.d(TAG, "No photo cache for " + entry.getDisplayName()
723 final byte[] photoBytes = photoCursor.getBlob(PhotoQuery.PHOTO);
755 photoBytes = photoCursor.getBlob(PhotoQuery.PHOTO);
872 final Bitmap photo = BitmapFactory.decodeByteArray(photoBytes, 0, local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 58 import android.provider.ContactsContract.CommonDataKinds.Photo;
141 * PhotoQuery contains the projection used for retrieving the name and photo
159 * the contact photo.
163 Photo.PHOTO
166 final int PHOTO = 0;
269 mPhotoView = (ImageView) findViewById(R.id.photo);
312 * Internal method to query contact photo by photo id and uri.
314 * @param photoId the photo id
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 34 import android.provider.ContactsContract.CommonDataKinds.Photo;
93 PHOTO,
    [all...]
VCardBuilder.java 28 import android.provider.ContactsContract.CommonDataKinds.Photo;
61 * .appendPhotos(contentValuesListMap.get(Photo.CONTENT_ITEM_TYPE))
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
BaseAccountType.java 37 import android.provider.ContactsContract.CommonDataKinds.Photo;
385 DataKind kind = addKind(new DataKind(Photo.CONTENT_ITEM_TYPE, -1, -1, true, -1));
388 kind.fieldList.add(new EditField(Photo.PHOTO, -1, -1));
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 68 import android.provider.ContactsContract.CommonDataKinds.Photo;
194 * The raw contact for which we started "take photo" or "choose photo from gallery" most
199 * The {@link PhotoHandler} for the photo editor for the {@link #mRawContactIdRequestingPhoto}
202 * A {@link PhotoHandler} is created for each photo editor in {@link #bindPhotoHandler}, but
729 // Set up the photo handler.
732 // If a new photo was chosen but not yet saved, we need to
789 * If we've stashed a temporary file containing a contact's new photo,
792 * @return Bitmap of photo for specified raw-contact, or null
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 124 import android.provider.ContactsContract.CommonDataKinds.Photo;
202 /** Rate limit (in ms) for photo cleanup. Do it at most once per day. */
    [all...]
ContactsDatabaseHelper.java 61 import android.provider.ContactsContract.Contacts.Photo;
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardImporterTests.java 32 import android.provider.ContactsContract.CommonDataKinds.Photo;
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 6009 milliseconds

1 2 3 45