Home
last modified time | relevance | path

Searched refs:getFieldSlotValueString (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_database_CursorWindow.cpp217 const char* value = window->getFieldSlotValueString(fieldSlot, &sizeIncludingNull); in nativeGetString()
309 const char* value = window->getFieldSlotValueString(fieldSlot, &sizeIncludingNull); in nativeCopyStringToBuffer()
350 const char* value = window->getFieldSlotValueString(fieldSlot, &sizeIncludingNull); in nativeGetLong()
381 const char* value = window->getFieldSlotValueString(fieldSlot, &sizeIncludingNull); in nativeGetDouble()
/frameworks/base/include/androidfw/
DCursorWindow.h128 inline const char* getFieldSlotValueString(FieldSlot* fieldSlot, in getFieldSlotValueString() function