Package org.robolectric.shadows
Class ShadowCursorWrapper
java.lang.Object
org.robolectric.shadows.ShadowCursorWrapper
- All Implemented Interfaces:
Cursor
,Closeable
,AutoCloseable
@Implements(android.database.CursorWrapper.class) public class ShadowCursorWrapper extends Object implements Cursor
-
Field Summary
Fields inherited from interface android.database.Cursor
FIELD_TYPE_BLOB, FIELD_TYPE_FLOAT, FIELD_TYPE_INTEGER, FIELD_TYPE_NULL, FIELD_TYPE_STRING
-
Constructor Summary
Constructors Constructor Description ShadowCursorWrapper()
-
Method Summary
-
Constructor Details
-
ShadowCursorWrapper
public ShadowCursorWrapper()
-
-
Method Details
-
__constructor__
-
getCount
-
getPosition
- Specified by:
getPosition
in interfaceCursor
-
move
-
moveToPosition
- Specified by:
moveToPosition
in interfaceCursor
-
moveToFirst
- Specified by:
moveToFirst
in interfaceCursor
-
moveToLast
- Specified by:
moveToLast
in interfaceCursor
-
moveToNext
- Specified by:
moveToNext
in interfaceCursor
-
moveToPrevious
- Specified by:
moveToPrevious
in interfaceCursor
-
isFirst
-
isLast
-
isBeforeFirst
- Specified by:
isBeforeFirst
in interfaceCursor
-
isAfterLast
- Specified by:
isAfterLast
in interfaceCursor
-
getColumnIndex
- Specified by:
getColumnIndex
in interfaceCursor
-
getColumnIndexOrThrow
- Specified by:
getColumnIndexOrThrow
in interfaceCursor
- Throws:
IllegalArgumentException
-
getColumnName
- Specified by:
getColumnName
in interfaceCursor
-
getColumnNames
- Specified by:
getColumnNames
in interfaceCursor
-
getColumnCount
- Specified by:
getColumnCount
in interfaceCursor
-
getBlob
-
getString
-
copyStringToBuffer
- Specified by:
copyStringToBuffer
in interfaceCursor
-
getShort
-
getInt
-
getLong
-
getFloat
-
getDouble
-
isNull
-
deactivate
- Specified by:
deactivate
in interfaceCursor
-
requery
-
close
-
isClosed
-
registerContentObserver
- Specified by:
registerContentObserver
in interfaceCursor
-
unregisterContentObserver
- Specified by:
unregisterContentObserver
in interfaceCursor
-
registerDataSetObserver
- Specified by:
registerDataSetObserver
in interfaceCursor
-
unregisterDataSetObserver
- Specified by:
unregisterDataSetObserver
in interfaceCursor
-
setNotificationUri
- Specified by:
setNotificationUri
in interfaceCursor
-
getNotificationUri
- Specified by:
getNotificationUri
in interfaceCursor
-
getWantsAllOnMoveCalls
- Specified by:
getWantsAllOnMoveCalls
in interfaceCursor
-
setExtras
-
getExtras
-
respond
-
getType
-
getWrappedCursor
-