Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/
DCursorWindow.java82 … private static native boolean nativePutDouble(long windowPtr, double value, int row, int column); in nativePutDouble() method in CursorWindow
660 return nativePutDouble(mWindowPtr, value, row - mStartPos, column); in putDouble()
/frameworks/base/core/jni/
Dandroid_database_CursorWindow.cpp483 static jboolean nativePutDouble(JNIEnv* env, jclass clazz, jlong windowPtr, in nativePutDouble() function
553 (void*)nativePutDouble },