Home
last modified time | relevance | path

Searched refs:bindDouble (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteProgram.java155 public void bindDouble(int index, double value) { in bindDouble() method in SQLiteProgram
DSQLiteRawStatement.java444 public void bindDouble(int parameterIndex, double value) { in bindDouble() method in SQLiteRawStatement
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteDatabaseTest.java188 s.bindDouble(2, vd); in testAutomaticCounters()
213 s.bindDouble(2, vd); in testAutomaticCounters()
DSQLiteRawStatementTest.java221 s.bindDouble(2, vd); in testInsert()
733 s.bindDouble(2, vd); in testSpeedSimple()
809 s.bindDouble(2, vd); in testSpeedSingleQuery()
/frameworks/base/core/jni/
Dandroid_database_SQLiteRawStatement.cpp177 static void bindDouble(JNIEnv* env, jclass, jlong stmtPtr, jint index, jdouble val) { in bindDouble() function
326 { "nativeBindDouble", "(JID)V", (void*) bindDouble },
/frameworks/base/core/java/android/database/
DDatabaseUtils.java239 st.bindDouble(i + 1, ((Number) bindArg).doubleValue()); in bindArgs()
273 prog.bindDouble(index, ((Number)value).doubleValue()); in bindObjectToProgram()
1366 mPreparedStatement.bindDouble(index, value); in bind()
1376 mPreparedStatement.bindDouble(index, value); in bind()
/frameworks/base/core/api/
Dlint-baseline.txt1376 UnflaggedApi: android.database.sqlite.SQLiteRawStatement#bindDouble(int, double):
1377 … flagged with @FlaggedApi: method android.database.sqlite.SQLiteRawStatement.bindDouble(int,double)
Dcurrent.txt14937 method public void bindDouble(int, double);
14988 method public void bindDouble(int, double);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt5866 HSPLandroid/database/sqlite/SQLiteProgram;->bindDouble(ID)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9941 method public void bindDouble(int, double);
/frameworks/base/config/
Dboot-image-profile.txt5869 HSPLandroid/database/sqlite/SQLiteProgram;->bindDouble(ID)V