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

/frameworks/support/content/src/android/support/content/
H A DInMemoryCursor.java114 mLongs = new long[mRowCount * mColumnTypeCount[FIELD_TYPE_INTEGER]];
132 case FIELD_TYPE_INTEGER:
173 return (short) mLongs[getCellPosition(getPosition(), column, FIELD_TYPE_INTEGER)];
180 return (int) mLongs[getCellPosition(getPosition(), column, FIELD_TYPE_INTEGER)];
187 return mLongs[getCellPosition(getPosition(), column, FIELD_TYPE_INTEGER)];
/frameworks/base/core/java/android/database/
H A DCursor.java44 static final int FIELD_TYPE_INTEGER = 1; field in interface:Cursor
325 * <li>{@link #FIELD_TYPE_INTEGER}</li>
H A DAbstractWindowedCursor.java117 return getType(columnIndex) == Cursor.FIELD_TYPE_INTEGER;
H A DCursorWindow.java311 * has type {@link Cursor#FIELD_TYPE_INTEGER}.
315 * @return True if the field has type {@link Cursor#FIELD_TYPE_INTEGER}.
320 return getType(row, column) == Cursor.FIELD_TYPE_INTEGER;
359 * <li>{@link Cursor#FIELD_TYPE_INTEGER}</li>
391 * <li>If the field is of type {@link Cursor#FIELD_TYPE_INTEGER} or
418 * <li>If the field is of type {@link Cursor#FIELD_TYPE_INTEGER}, then the result
456 * <li>If the field is of type {@link Cursor#FIELD_TYPE_INTEGER}, then the buffer
495 * <li>If the field is of type {@link Cursor#FIELD_TYPE_INTEGER}, then the result
527 * <li>If the field is of type {@link Cursor#FIELD_TYPE_INTEGER}, then the result
H A DDatabaseUtils.java224 * <li>{@link Cursor#FIELD_TYPE_INTEGER}</li>
244 return Cursor.FIELD_TYPE_INTEGER;
285 case Cursor.FIELD_TYPE_INTEGER:
/frameworks/base/core/jni/
H A Dandroid_database_CursorWindow.cpp220 } else if (type == CursorWindow::FIELD_TYPE_INTEGER) {
259 } else if (type == CursorWindow::FIELD_TYPE_INTEGER) {
348 } else if (type == CursorWindow::FIELD_TYPE_INTEGER) {
379 if (type == CursorWindow::FIELD_TYPE_INTEGER) {
416 } else if (type == CursorWindow::FIELD_TYPE_INTEGER) {
/frameworks/base/libs/androidfw/include/androidfw/
H A DCursorWindow.h60 FIELD_TYPE_INTEGER = 1, enumerator in enum:android::CursorWindow::__anon1123
/frameworks/support/content/tests/java/android/support/content/
H A DTestContentProvider.java219 * <li>{@link Cursor#FIELD_TYPE_INTEGER}</li>
235 return Cursor.FIELD_TYPE_INTEGER;
305 case Cursor.FIELD_TYPE_INTEGER:
/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp321 fieldSlot->type = FIELD_TYPE_INTEGER;
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java620 case Cursor.FIELD_TYPE_INTEGER:
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java998 case Cursor.FIELD_TYPE_INTEGER:
/frameworks/base/core/java/android/provider/
H A DContactsContract.java3135 case Cursor.FIELD_TYPE_INTEGER:

Completed in 129 milliseconds