Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteRawStatement.java640 return nativeColumnBlob(mStatement, columnIndex); in getColumnBlob()
844 private static native byte[] nativeColumnBlob(long stmt, int col); in nativeColumnBlob() method in SQLiteRawStatement