FileDocCategorySizeDatePackage
MockCursor.javaAPI DocAndroid 5.1 API3555Sat Mar 14 14:09:34 GMT 2015android.test.mock

MockCursor

public class MockCursor extends Object implements android.database.Cursor

Fields Summary
Constructors Summary
public MockCursor()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidclose()

 throw new RuntimeException("Stub!"); 
public voidcopyStringToBuffer(int columnIndex, android.database.CharArrayBuffer buffer)

 throw new RuntimeException("Stub!"); 
public voiddeactivate()

 throw new RuntimeException("Stub!"); 
public byte[]getBlob(int columnIndex)

 throw new RuntimeException("Stub!"); 
public intgetColumnCount()

 throw new RuntimeException("Stub!"); 
public intgetColumnIndex(java.lang.String columnName)

 throw new RuntimeException("Stub!"); 
public intgetColumnIndexOrThrow(java.lang.String columnName)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetColumnName(int columnIndex)

 throw new RuntimeException("Stub!"); 
public java.lang.String[]getColumnNames()

 throw new RuntimeException("Stub!"); 
public intgetCount()

 throw new RuntimeException("Stub!"); 
public doublegetDouble(int columnIndex)

 throw new RuntimeException("Stub!"); 
public android.os.BundlegetExtras()

 throw new RuntimeException("Stub!"); 
public floatgetFloat(int columnIndex)

 throw new RuntimeException("Stub!"); 
public intgetInt(int columnIndex)

 throw new RuntimeException("Stub!"); 
public longgetLong(int columnIndex)

 throw new RuntimeException("Stub!"); 
public android.net.UrigetNotificationUri()

 throw new RuntimeException("Stub!"); 
public intgetPosition()

 throw new RuntimeException("Stub!"); 
public shortgetShort(int columnIndex)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetString(int columnIndex)

 throw new RuntimeException("Stub!"); 
public intgetType(int columnIndex)

 throw new RuntimeException("Stub!"); 
public booleangetWantsAllOnMoveCalls()

 throw new RuntimeException("Stub!"); 
public booleanisAfterLast()

 throw new RuntimeException("Stub!"); 
public booleanisBeforeFirst()

 throw new RuntimeException("Stub!"); 
public booleanisClosed()

 throw new RuntimeException("Stub!"); 
public booleanisFirst()

 throw new RuntimeException("Stub!"); 
public booleanisLast()

 throw new RuntimeException("Stub!"); 
public booleanisNull(int columnIndex)

 throw new RuntimeException("Stub!"); 
public booleanmove(int offset)

 throw new RuntimeException("Stub!"); 
public booleanmoveToFirst()

 throw new RuntimeException("Stub!"); 
public booleanmoveToLast()

 throw new RuntimeException("Stub!"); 
public booleanmoveToNext()

 throw new RuntimeException("Stub!"); 
public booleanmoveToPosition(int position)

 throw new RuntimeException("Stub!"); 
public booleanmoveToPrevious()

 throw new RuntimeException("Stub!"); 
public voidregisterContentObserver(android.database.ContentObserver observer)

 throw new RuntimeException("Stub!"); 
public voidregisterDataSetObserver(android.database.DataSetObserver observer)

 throw new RuntimeException("Stub!"); 
public booleanrequery()

 throw new RuntimeException("Stub!"); 
public android.os.Bundlerespond(android.os.Bundle extras)

 throw new RuntimeException("Stub!"); 
public voidsetNotificationUri(android.content.ContentResolver cr, android.net.Uri uri)

 throw new RuntimeException("Stub!"); 
public voidunregisterContentObserver(android.database.ContentObserver observer)

 throw new RuntimeException("Stub!"); 
public voidunregisterDataSetObserver(android.database.DataSetObserver observer)

 throw new RuntimeException("Stub!");