Home
last modified time | relevance | path

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

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