Home
last modified time | relevance | path

Searched refs:bindBlob (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteRawStatement.java395 public void bindBlob(int parameterIndex, @NonNull byte[] value) { in bindBlob() method in SQLiteRawStatement
421 public void bindBlob(int parameterIndex, @NonNull byte[] value, int offset, int length) { in bindBlob() method in SQLiteRawStatement
DSQLiteProgram.java180 public void bindBlob(int index, byte[] value) { in bindBlob() method in SQLiteProgram
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteRawStatementTest.java498 s.bindBlob(2, src); in testBlob()
503 s.bindBlob(2, src, 4, 8); in testBlob()
514 s.bindBlob(2, new byte[0]); in testBlob()
579 s.bindBlob(2, null); in testBlob()
/frameworks/base/core/jni/
Dandroid_database_SQLiteRawStatement.cpp162 static void bindBlob(JNIEnv* env, jclass obj, jlong stmtPtr, jint index, jbyteArray val, in bindBlob() function
325 { "nativeBindBlob", "(JI[BII)V", (void*) bindBlob },
/frameworks/base/core/java/android/database/
DDatabaseUtils.java242 st.bindBlob(i + 1, (byte[]) bindArg); in bindArgs()
284 prog.bindBlob(index, (byte[]) value); in bindObjectToProgram()
1428 mPreparedStatement.bindBlob(index, value); in bind()
/frameworks/base/core/api/
Dlint-baseline.txt1372 UnflaggedApi: android.database.sqlite.SQLiteRawStatement#bindBlob(int, byte[]):
1373 …be flagged with @FlaggedApi: method android.database.sqlite.SQLiteRawStatement.bindBlob(int,byte[])
1374 UnflaggedApi: android.database.sqlite.SQLiteRawStatement#bindBlob(int, byte[], int, int):
1375 …ged with @FlaggedApi: method android.database.sqlite.SQLiteRawStatement.bindBlob(int,byte[],int,in…
Dcurrent.txt14936 method public void bindBlob(int, byte[]);
14986 method public void bindBlob(int, @NonNull byte[]);
14987 method public void bindBlob(int, @NonNull byte[], int, int);
/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.txt5865 HSPLandroid/database/sqlite/SQLiteProgram;->bindBlob(I[B)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9940 method public void bindBlob(int, byte[]);
/frameworks/base/config/
Dboot-image-profile.txt5868 HSPLandroid/database/sqlite/SQLiteProgram;->bindBlob(I[B)V