Searched refs:nativeBindDouble (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteConnection.java | 137 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 D | android_database_SQLiteConnection.cpp | 387 static void nativeBindDouble(JNIEnv* env, jclass clazz, jint connectionPtr, function in namespace:android 817 { "nativeBindDouble", "(IIID)V", 818 (void*)nativeBindDouble },
|
Completed in 9 milliseconds