Searched defs:getBlob (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/database/
H A DAbstractWindowedCursor.java43 public byte[] getBlob(int columnIndex) { method in class:AbstractWindowedCursor
45 return mWindow.getBlob(mPos, columnIndex);
H A DMatrixCursor.java300 public byte[] getBlob(int column) { method in class:MatrixCursor
H A DMergeCursor.java143 public byte[] getBlob(int column) method in class:MergeCursor
145 return mCursor.getBlob(column);
H A DCursor.java227 byte[] getBlob(int columnIndex); method in interface:Cursor
H A DCursorWrapper.java146 public byte[] getBlob(int columnIndex) { method in class:CursorWrapper
147 return mCursor.getBlob(columnIndex);
H A DAbstractCursor.java112 // TODO implement getBlob in all cursor types
114 public byte[] getBlob(int column) { method in class:AbstractCursor
115 throw new UnsupportedOperationException("getBlob is not supported");
H A DCursorWindow.java400 public byte[] getBlob(int row, int column) { method in class:CursorWindow
/frameworks/base/core/java/com/android/internal/database/
H A DSortCursor.java232 public byte[] getBlob(int column) method in class:SortCursor
234 return mCursor.getBlob(column);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockCursor.java102 public byte[] getBlob(int columnIndex) { method in class:MockCursor
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp68 static EGLsizeiANDROID getBlob(const void* key, EGLsizeiANDROID keySize, function in namespace:android
70 return egl_cache_t::get()->getBlob(key, keySize, value, valueSize);
116 android::setBlob, android::getBlob);
173 EGLsizeiANDROID egl_cache_t::getBlob(const void* key, EGLsizeiANDROID keySize, function in class:egl_cache_t

Completed in 4954 milliseconds