Searched refs:getAsByteArray (Results 1 – 16 of 16) sorted by relevance
126 byte[] photoBytes = values.getAsByteArray(Photo.PHOTO); in hasNonNullPhoto()146 byte[] originalPhoto = values.getAsByteArray(Photo.PHOTO); in processPhoto()
1123 byte[] bytes = values.getAsByteArray(android.provider.Contacts.Photos.DATA); in updatePhoto()1155 byte[] bytes = values.getAsByteArray(android.provider.Contacts.Photos.DATA); in updatePhotoByDataId()
3384 byte[] photoBytes = values.getAsByteArray(StreamItemPhotos.PHOTO); in processStreamItemPhoto()
105 public byte[] getAsByteArray(String key) { in getAsByteArray() method in ValuesDelta107 return mAfter.getAsByteArray(key); in getAsByteArray()109 return mBefore.getAsByteArray(key); in getAsByteArray()500 return getAsByteArray(ContactsContract.CommonDataKinds.Photo.PHOTO); in getPhoto()
478 return values.isInsert() && values.getAsByteArray(Photo.PHOTO) == null; in isEmpty()
38 return getContentValues().getAsByteArray(Photo.PHOTO); in getPhoto()
37 return getContentValues().getAsByteArray(Photo.PHOTO); in getPhoto()
84 DialerPhoneNumber.parseFrom(values.getAsByteArray(AnnotatedCallLog.NUMBER)); in fill()
59 byte[] bytes = contentValues.getAsByteArray(key); in get()
97 + convertBytesToUUID(contentValues.getAsByteArray(UUID_COLUMN_NAME)) in getConflictErrorMessageForRecord()459 mUuid = StorageUtils.convertBytesToUUID(contentValues.getAsByteArray(UUID_COLUMN_NAME)); in RecordIdentifierData()
167 mContentValues.getAsByteArray(uniqueColumn.first))); in getReadWhereClauses()
257 final byte[] bytes = valuesDelta.getAsByteArray(Photo.PHOTO); in getPhotoBitmap()
350 final byte[] rawBytes = values.getAsByteArray(SERVICE_STATE); in insert()
182 setIfNotNull(field, object, values.getAsByteArray(columnName)); in valuesToObject()
369 insertedContentValues.getAsByteArray(AnnotatedCallLog.NUMBER)); in collectIdAndNumberFromAnnotatedCallLogAndPendingInserts()
233 contentValues.getAsByteArray( in getUpsertTableRequest()