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

/frameworks/base/core/java/android/database/
H A DCursorWindow.java399 return getDouble_native(row - mStartPos, col);
405 private native double getDouble_native(int row, int col); method in class:CursorWindow
451 return (float) getDouble_native(row - mStartPos, col);
/frameworks/base/core/jni/
H A Dandroid_database_CursorWindow.cpp440 static jdouble getDouble_native(JNIEnv* env, jobject object, jint row, jint column) function in namespace:android
668 {"getDouble_native", "(II)D", (void *)getDouble_native},

Completed in 33 milliseconds