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

/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.java307 * has type {@link Cursor#FIELD_TYPE_INTEGER}.
311 * @return True if the field has type {@link Cursor#FIELD_TYPE_INTEGER}.
316 return getType(row, column) == Cursor.FIELD_TYPE_INTEGER;
355 * <li>{@link Cursor#FIELD_TYPE_INTEGER}</li>
387 * <li>If the field is of type {@link Cursor#FIELD_TYPE_INTEGER} or
414 * <li>If the field is of type {@link Cursor#FIELD_TYPE_INTEGER}, then the result
452 * <li>If the field is of type {@link Cursor#FIELD_TYPE_INTEGER}, then the buffer
491 * <li>If the field is of type {@link Cursor#FIELD_TYPE_INTEGER}, then the result
523 * <li>If the field is of type {@link Cursor#FIELD_TYPE_INTEGER}, then the result
H A DDatabaseUtils.java226 * <li>{@link Cursor#FIELD_TYPE_INTEGER}</li>
246 return Cursor.FIELD_TYPE_INTEGER;
287 case Cursor.FIELD_TYPE_INTEGER:
/frameworks/base/core/jni/
H A Dandroid_database_CursorWindow.cpp190 } else if (type == CursorWindow::FIELD_TYPE_INTEGER) {
225 } else if (type == CursorWindow::FIELD_TYPE_INTEGER) {
314 } else if (type == CursorWindow::FIELD_TYPE_INTEGER) {
345 if (type == CursorWindow::FIELD_TYPE_INTEGER) {
382 } else if (type == CursorWindow::FIELD_TYPE_INTEGER) {
/frameworks/base/include/androidfw/
H A DCursorWindow.h59 FIELD_TYPE_INTEGER = 1, enumerator in enum:android::CursorWindow::__anon1060
/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp316 fieldSlot->type = FIELD_TYPE_INTEGER;
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java500 case Cursor.FIELD_TYPE_INTEGER:
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java997 case Cursor.FIELD_TYPE_INTEGER:
/frameworks/base/core/java/android/provider/
H A DContactsContract.java2968 case Cursor.FIELD_TYPE_INTEGER:

Completed in 202 milliseconds