Searched refs:nativeGetDouble (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/database/ |
D | CursorWindow.java | 99 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/ |
D | CursorWindow_host.java | 131 public static double nativeGetDouble(long windowPtr, int row, int column) { in nativeGetDouble() method in CursorWindow_host
|
/frameworks/base/core/jni/ |
D | android_database_CursorWindow.cpp | 410 static jdouble nativeGetDouble(JNIEnv* env, jclass clazz, jlong windowPtr, in nativeGetDouble() function 564 (void*)nativeGetDouble },
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 14357 Landroid/database/CursorWindow;->nativeGetDouble(JII)D
|