Searched refs:nativeGetDouble (Results 1 – 3 of 3) sorted by relevance
102 private static native double nativeGetDouble(long windowPtr, int row, int column); in nativeGetDouble() method in CursorWindow568 return nativeGetDouble(mWindowPtr, row - mStartPos, column); in getDouble()
410 static jdouble nativeGetDouble(JNIEnv* env, jclass clazz, jlong windowPtr, in nativeGetDouble() function564 (void*)nativeGetDouble },
17235 Landroid/database/CursorWindow;->nativeGetDouble(JII)D