Searched defs:nativeBindDouble (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp386 static void nativeBindDouble(JNIEnv* env, jclass clazz, jlong connectionPtr, function in namespace:android
816 { "nativeBindDouble", "(JJID)V",
817 (void*)nativeBindDouble },
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java137 private static native void nativeBindDouble(long connectionPtr, long statementPtr, method in class:SQLiteConnection
1002 nativeBindDouble(mConnectionPtr, statementPtr, i + 1,

Completed in 174 milliseconds