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

/frameworks/base/core/java/android/database/
H A DCursorWindow.java75 private static native double nativeGetDouble(long windowPtr, int row, int column); method in class:CursorWindow
543 return nativeGetDouble(mWindowPtr, row - mStartPos, column);
/frameworks/base/core/jni/
H A Dandroid_database_CursorWindow.cpp365 static jdouble nativeGetDouble(JNIEnv* env, jclass clazz, jlong windowPtr, function in namespace:android
509 { "nativeGetDouble", "(JII)D",
510 (void*)nativeGetDouble },

Completed in 146 milliseconds