Searched refs:FIELD_TYPE_STRING (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_database_CursorWindow.cpp166 } else if (type == FIELD_TYPE_STRING) {
210 if (type == FIELD_TYPE_BLOB || type == FIELD_TYPE_STRING) {
257 return field.type == FIELD_TYPE_STRING || field.type == FIELD_TYPE_NULL;
306 if (type == FIELD_TYPE_STRING) {
387 if (type == FIELD_TYPE_STRING) {
460 } else if (type == FIELD_TYPE_STRING) {
596 fieldSlot->type = FIELD_TYPE_STRING;
H A DCursorWindow.h87 #define FIELD_TYPE_STRING 3 macro
H A Dandroid_database_SQLiteQuery.cpp218 fieldSlot->type = FIELD_TYPE_STRING;

Completed in 254 milliseconds