Searched refs:FIELD_TYPE_BLOB (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/database/
H A DCursor.java53 static final int FIELD_TYPE_BLOB = 4; field in interface:Cursor
328 * <li>{@link #FIELD_TYPE_BLOB}</li>
H A DAbstractWindowedCursor.java101 return getType(columnIndex) == Cursor.FIELD_TYPE_BLOB;
H A DCursorWindow.java295 * has type {@link Cursor#FIELD_TYPE_BLOB} or {@link Cursor#FIELD_TYPE_NULL}.
299 * @return True if the field has type {@link Cursor#FIELD_TYPE_BLOB} or
306 return type == Cursor.FIELD_TYPE_BLOB || type == Cursor.FIELD_TYPE_NULL;
362 * <li>{@link Cursor#FIELD_TYPE_BLOB}</li>
386 * <li>If the field is of type {@link Cursor#FIELD_TYPE_BLOB}, then the result
426 * <li>If the field is of type {@link Cursor#FIELD_TYPE_BLOB}, then a
464 * <li>If the field is of type {@link Cursor#FIELD_TYPE_BLOB}, then a
499 * <li>If the field is of type {@link Cursor#FIELD_TYPE_BLOB}, then a
531 * <li>If the field is of type {@link Cursor#FIELD_TYPE_BLOB}, then a
H A DDatabaseUtils.java227 * <li>{@link Cursor#FIELD_TYPE_BLOB}</li>
239 return Cursor.FIELD_TYPE_BLOB;
293 case Cursor.FIELD_TYPE_BLOB: {
734 if (cursor.getType(i) == Cursor.FIELD_TYPE_BLOB) {
/frameworks/support/content/src/android/support/content/
H A DInMemoryCursor.java116 mBlobs = new byte[mRowCount * mColumnTypeCount[FIELD_TYPE_BLOB]][];
138 case FIELD_TYPE_BLOB:
208 return mBlobs[getCellPosition(getPosition(), column, FIELD_TYPE_BLOB)];
230 case FIELD_TYPE_BLOB:
/frameworks/base/core/jni/
H A Dandroid_database_CursorWindow.cpp205 if (type == CursorWindow::FIELD_TYPE_BLOB || type == CursorWindow::FIELD_TYPE_STRING) {
271 } else if (type == CursorWindow::FIELD_TYPE_BLOB) {
360 } else if (type == CursorWindow::FIELD_TYPE_BLOB) {
389 } else if (type == CursorWindow::FIELD_TYPE_BLOB) {
420 } else if (type == CursorWindow::FIELD_TYPE_BLOB) {
/frameworks/base/libs/androidfw/include/androidfw/
H A DCursorWindow.h63 FIELD_TYPE_BLOB = 4, enumerator in enum:android::CursorWindow::__anon1123
/frameworks/support/content/tests/java/android/support/content/
H A DTestContentProvider.java222 * <li>{@link Cursor#FIELD_TYPE_BLOB}</li>
230 return Cursor.FIELD_TYPE_BLOB;
311 case Cursor.FIELD_TYPE_BLOB:
/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp279 return putBlobOrString(row, column, value, size, FIELD_TYPE_BLOB);
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java626 case Cursor.FIELD_TYPE_BLOB:
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1006 case Cursor.FIELD_TYPE_BLOB:
/frameworks/base/core/java/android/provider/
H A DContactsContract.java3140 case Cursor.FIELD_TYPE_BLOB:

Completed in 327 milliseconds