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

/frameworks/base/core/java/android/database/
H A DCursor.java47 static final int FIELD_TYPE_FLOAT = 2; field in interface:Cursor
326 * <li>{@link #FIELD_TYPE_FLOAT}</li>
H A DAbstractWindowedCursor.java125 return getType(columnIndex) == Cursor.FIELD_TYPE_FLOAT;
H A DCursorWindow.java321 * has type {@link Cursor#FIELD_TYPE_FLOAT}.
325 * @return True if the field has type {@link Cursor#FIELD_TYPE_FLOAT}.
330 return getType(row, column) == Cursor.FIELD_TYPE_FLOAT;
356 * <li>{@link Cursor#FIELD_TYPE_FLOAT}</li>
388 * {@link Cursor#FIELD_TYPE_FLOAT}, then a {@link SQLiteException} is thrown.</li>
418 * <li>If the field is of type {@link Cursor#FIELD_TYPE_FLOAT}, then the result
456 * <li>If the field is of type {@link Cursor#FIELD_TYPE_FLOAT}, then the buffer is
493 * <li>If the field is of type {@link Cursor#FIELD_TYPE_FLOAT}, then the result
525 * <li>If the field is of type {@link Cursor#FIELD_TYPE_FLOAT}, then the result
H A DDatabaseUtils.java227 * <li>{@link Cursor#FIELD_TYPE_FLOAT}</li>
243 return Cursor.FIELD_TYPE_FLOAT;
291 case Cursor.FIELD_TYPE_FLOAT:
/frameworks/base/core/jni/
H A Dandroid_database_CursorWindow.cpp192 } else if (type == CursorWindow::FIELD_TYPE_FLOAT) {
230 } else if (type == CursorWindow::FIELD_TYPE_FLOAT) {
319 } else if (type == CursorWindow::FIELD_TYPE_FLOAT) {
351 } else if (type == CursorWindow::FIELD_TYPE_FLOAT) {
376 if (type == CursorWindow::FIELD_TYPE_FLOAT) {
/frameworks/base/include/androidfw/
H A DCursorWindow.h60 FIELD_TYPE_FLOAT = 2, enumerator in enum:android::CursorWindow::__anon1060
/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp331 fieldSlot->type = FIELD_TYPE_FLOAT;
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java497 case Cursor.FIELD_TYPE_FLOAT:
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1001 case Cursor.FIELD_TYPE_FLOAT:
/frameworks/base/core/java/android/provider/
H A DContactsContract.java2969 case Cursor.FIELD_TYPE_FLOAT:

Completed in 536 milliseconds