Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp397 static void nativeBindDouble(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeBindDouble() function
828 (void*)nativeBindDouble },
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java138 private static native void nativeBindDouble(long connectionPtr, long statementPtr, in nativeBindDouble() method in SQLiteConnection
1003 nativeBindDouble(mConnectionPtr, statementPtr, i + 1, in bindArguments()