Home
last modified time | relevance | path

Searched refs:nativeGetDouble (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/database/
DCursorWindow.java99 private static native double nativeGetDouble(long windowPtr, int row, int column); in nativeGetDouble() method in CursorWindow
579 return nativeGetDouble(mWindowPtr, row - mStartPos, column); in getDouble()
/frameworks/base/ravenwood/runtime-helper-src/framework/com/android/platform/test/ravenwood/nativesubstitution/
DCursorWindow_host.java131 public static double nativeGetDouble(long windowPtr, int row, int column) { in nativeGetDouble() method in CursorWindow_host
/frameworks/base/core/jni/
Dandroid_database_CursorWindow.cpp410 static jdouble nativeGetDouble(JNIEnv* env, jclass clazz, jlong windowPtr, in nativeGetDouble() function
564 (void*)nativeGetDouble },
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt14357 Landroid/database/CursorWindow;->nativeGetDouble(JII)D