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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java137 private static native void nativeBindDouble(int connectionPtr, int statementPtr, method in class:SQLiteConnection
995 nativeBindDouble(mConnectionPtr, statementPtr, i + 1,
/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp387 static void nativeBindDouble(JNIEnv* env, jclass clazz, jint connectionPtr, function in namespace:android
817 { "nativeBindDouble", "(IIID)V",
818 (void*)nativeBindDouble },

Completed in 9 milliseconds