Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteProgram.java155 public void bindDouble(int index, double value) { in bindDouble() method in SQLiteProgram
/aosp14/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java226 st.bindDouble(i + 1, ((Number) bindArg).doubleValue()); in bindArgs()
260 prog.bindDouble(index, ((Number)value).doubleValue()); in bindObjectToProgram()
1353 mPreparedStatement.bindDouble(index, value); in bind()
1363 mPreparedStatement.bindDouble(index, value); in bind()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt5931 HSPLandroid/database/sqlite/SQLiteProgram;->bindDouble(ID)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt5934 HSPLandroid/database/sqlite/SQLiteProgram;->bindDouble(ID)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt14433 method public void bindDouble(int, double);