HomeSort by relevance Sort by last modified time
    Searched refs:nativeGetDouble (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/database/
CursorWindow.java 78 private static native double nativeGetDouble(int windowPtr, int row, int column);
539 return nativeGetDouble(mWindowPtr, row - mStartPos, column);
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 364 static jdouble nativeGetDouble(JNIEnv* env, jclass clazz, jint windowPtr,
508 { "nativeGetDouble", "(III)D",
509 (void*)nativeGetDouble },

Completed in 5164 milliseconds