Searched refs:getAsByteArray (Results 1 – 17 of 17) 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()
3390 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()
193 assertArrayEquals(data.getAsByteArray("d"), contentValues.getAsByteArray("d")); in testGetContentValuesFromEventData()
84 DialerPhoneNumber.parseFrom(values.getAsByteArray(AnnotatedCallLog.NUMBER)); in fill()
59 byte[] bytes = contentValues.getAsByteArray(key); in get()
101 + convertBytesToUUID(contentValues.getAsByteArray(UUID_COLUMN_NAME)) in getConflictErrorMessageForRecord()565 mUuid = StorageUtils.convertBytesToUUID(contentValues.getAsByteArray(UUID_COLUMN_NAME)); in RecordIdentifierData()
172 mContentValues.getAsByteArray(uniqueColumn.first))); in getReadWhereClauses()
261 final byte[] bytes = valuesDelta.getAsByteArray(Photo.PHOTO); in getPhotoBitmap()
351 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()
260 contentValues.getAsByteArray( in getUpsertTableRequest()