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.java121 public byte[] getBlob(int columnIndex) { method in class:CursorWrapper
122 return mCursor.getBlob(columnIndex);
H A DAbstractCursor.java98 // TODO implement getBlob in all cursor types
99 public byte[] getBlob(int column) { method in class:AbstractCursor
100 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.java86 public byte[] getBlob(int columnIndex) { method in class:MockCursor
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp67 static EGLsizeiANDROID getBlob(const void* key, EGLsizeiANDROID keySize, function in namespace:android
69 return egl_cache_t::get()->getBlob(key, keySize, value, valueSize);
115 android::setBlob, android::getBlob);
172 EGLsizeiANDROID egl_cache_t::getBlob(const void* key, EGLsizeiANDROID keySize, function in class:egl_cache_t

Completed in 108 milliseconds