Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/
DCursorWindow.java75 private static native double nativeGetDouble(long windowPtr, int row, int column); in nativeGetDouble() method in CursorWindow
543 return nativeGetDouble(mWindowPtr, row - mStartPos, column); in getDouble()
/frameworks/base/core/jni/
Dandroid_database_CursorWindow.cpp398 static jdouble nativeGetDouble(JNIEnv* env, jclass clazz, jlong windowPtr, in nativeGetDouble() function
543 (void*)nativeGetDouble },