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

/frameworks/base/core/java/android/database/
H A DCursorWindow.java78 private static native double nativeGetDouble(int windowPtr, int row, int column); method in class:CursorWindow
539 return nativeGetDouble(mWindowPtr, row - mStartPos, column);
/frameworks/base/core/jni/
H A Dandroid_database_CursorWindow.cpp364 static jdouble nativeGetDouble(JNIEnv* env, jclass clazz, jint windowPtr, function in namespace:android
508 { "nativeGetDouble", "(III)D",
509 (void*)nativeGetDouble },

Completed in 90 milliseconds