Home | History | Annotate | Download | only in contacts

Lines Matching refs:PHOTO

31 import android.provider.ContactsContract.Contacts.Photo;
63 private final String[] COLUMNS = new String[] { Photo._ID, Photo.PHOTO };
66 * The resource ID of the image to be used when the photo is unavailable or being
72 * Maintains the state of a particular photo.
90 * A map from ImageView to the corresponding photo ID. Please note that this
91 * photo ID may change before the photo loading request is started.
124 * no photo for a contact
132 * Load photo into the supplied image view. If the photo is already cached,
133 * it is displayed immediately. Otherwise a request is sent to load the photo
138 // No photo is needed
156 * Checks if the photo is present in cache. If so, sets the photo on the view,
157 * otherwise sets the state of the photo to {@link BitmapHolder#NEEDED} and
166 // Null bitmap reference means that database contains no bytes for the photo
179 // and we need to reload the photo.
302 // Do nothing - the photo will appear to be missing
309 * Populates an array of photo IDs that need to be loaded.
381 mStringBuilder.append(Photo._ID + " IN(");