Searched refs:nativePutDouble (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/database/ |
D | CursorWindow.java | 85 private static native boolean nativePutDouble(int windowPtr, double value, int row, int column); in nativePutDouble() method in CursorWindow 670 return nativePutDouble(mWindowPtr, value, row - mStartPos, column); in putDouble()
|
/frameworks/base/core/jni/ |
D | android_database_CursorWindow.cpp | 449 static jboolean nativePutDouble(JNIEnv* env, jclass clazz, jint windowPtr, in nativePutDouble() function 517 (void*)nativePutDouble },
|