Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteRawStatement.java447 nativeBindDouble(mStatement, parameterIndex, value); in bindDouble()
819 private static native void nativeBindDouble(long stmt, int param, double val); in nativeBindDouble() method in SQLiteRawStatement
DSQLiteConnection.java157 private static native void nativeBindDouble(long connectionPtr, long statementPtr, in nativeBindDouble() method in SQLiteConnection
1248 nativeBindDouble(mConnectionPtr, statementPtr, i + 1, in bindArguments()
/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp510 static void nativeBindDouble(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeBindDouble() function
973 (void*)nativeBindDouble },
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt14531 Landroid/database/sqlite/SQLiteConnection;->nativeBindDouble(JJID)V