Class android.test.mock.MockCursor

Removed Methods
void abortUpdates()  
boolean commitUpdates()  
boolean commitUpdates(Map<Long, Map<String, Object>>)  
boolean deleteRow()  
boolean hasUpdates()  
boolean supportsUpdates()  
boolean updateBlob(int, byte[])  
boolean updateDouble(int, double)  
boolean updateFloat(int, float)  
boolean updateInt(int, int)  
boolean updateLong(int, long)  
boolean updateShort(int, short)  
boolean updateString(int, String)  
boolean updateToNull(int)  
 

Added Methods
int getType(int)