Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteRawStatementTest.java541 assertEquals(8, s.readColumnBlob(0, c, 0, c.length, 0)); in testBlob()
556 assertEquals(0, s.readColumnBlob(0, c, 0, c.length, 0)); in testBlob()
566 assertEquals(0, s.readColumnBlob(0, c, 0, c.length, 0)); in testBlob()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteRawStatement.java669 public int readColumnBlob(int columnIndex, @NonNull byte[] buffer, int offset, in readColumnBlob() method in SQLiteRawStatement
/frameworks/base/core/api/
Dlint-baseline.txt1416 UnflaggedApi: android.database.sqlite.SQLiteRawStatement#readColumnBlob(int, byte[], int, int, int):
1417 … with @FlaggedApi: method android.database.sqlite.SQLiteRawStatement.readColumnBlob(int,byte[],int…
Dcurrent.txt15008 method public int readColumnBlob(int, @NonNull byte[], int, int, int);