Searched refs:nativeBindDouble (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteRawStatement.java | 447 nativeBindDouble(mStatement, parameterIndex, value); in bindDouble() 819 private static native void nativeBindDouble(long stmt, int param, double val); in nativeBindDouble() method in SQLiteRawStatement
|
D | SQLiteConnection.java | 157 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/ |
D | android_database_SQLiteConnection.cpp | 510 static void nativeBindDouble(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeBindDouble() function 973 (void*)nativeBindDouble },
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 14531 Landroid/database/sqlite/SQLiteConnection;->nativeBindDouble(JJID)V
|