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