Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_database_CursorWindow.cpp229 int64_t value = window->getFieldSlotValueLong(fieldSlot); in nativeGetString()
318 int64_t value = window->getFieldSlotValueLong(fieldSlot); in nativeCopyStringToBuffer()
349 return window->getFieldSlotValueLong(fieldSlot); in nativeGetLong()
386 return jdouble(window->getFieldSlotValueLong(fieldSlot)); in nativeGetDouble()
/frameworks/base/include/androidfw/
DCursorWindow.h120 inline int64_t getFieldSlotValueLong(FieldSlot* fieldSlot) { in getFieldSlotValueLong() function