Methods Summary |
---|
public void | close()
throw new UnsupportedOperationException("unimplemented mock method");
|
public void | copyStringToBuffer(int columnIndex, android.database.CharArrayBuffer buffer)
throw new UnsupportedOperationException("unimplemented mock method");
|
public void | deactivate()
throw new UnsupportedOperationException("unimplemented mock method");
|
public byte[] | getBlob(int columnIndex)
throw new UnsupportedOperationException("unimplemented mock method");
|
public int | getColumnCount()
throw new UnsupportedOperationException("unimplemented mock method");
|
public int | getColumnIndex(java.lang.String columnName)
throw new UnsupportedOperationException("unimplemented mock method");
|
public int | getColumnIndexOrThrow(java.lang.String columnName)
throw new UnsupportedOperationException("unimplemented mock method");
|
public java.lang.String | getColumnName(int columnIndex)
throw new UnsupportedOperationException("unimplemented mock method");
|
public java.lang.String[] | getColumnNames()
throw new UnsupportedOperationException("unimplemented mock method");
|
public int | getCount()
throw new UnsupportedOperationException("unimplemented mock method");
|
public double | getDouble(int columnIndex)
throw new UnsupportedOperationException("unimplemented mock method");
|
public android.os.Bundle | getExtras()
throw new UnsupportedOperationException("unimplemented mock method");
|
public float | getFloat(int columnIndex)
throw new UnsupportedOperationException("unimplemented mock method");
|
public int | getInt(int columnIndex)
throw new UnsupportedOperationException("unimplemented mock method");
|
public long | getLong(int columnIndex)
throw new UnsupportedOperationException("unimplemented mock method");
|
public android.net.Uri | getNotificationUri()
throw new UnsupportedOperationException("unimplemented mock method");
|
public int | getPosition()
throw new UnsupportedOperationException("unimplemented mock method");
|
public short | getShort(int columnIndex)
throw new UnsupportedOperationException("unimplemented mock method");
|
public java.lang.String | getString(int columnIndex)
throw new UnsupportedOperationException("unimplemented mock method");
|
public int | getType(int columnIndex)
throw new UnsupportedOperationException("unimplemented mock method");
|
public boolean | getWantsAllOnMoveCalls()
throw new UnsupportedOperationException("unimplemented mock method");
|
public boolean | isAfterLast()
throw new UnsupportedOperationException("unimplemented mock method");
|
public boolean | isBeforeFirst()
throw new UnsupportedOperationException("unimplemented mock method");
|
public boolean | isClosed()
throw new UnsupportedOperationException("unimplemented mock method");
|
public boolean | isFirst()
throw new UnsupportedOperationException("unimplemented mock method");
|
public boolean | isLast()
throw new UnsupportedOperationException("unimplemented mock method");
|
public boolean | isNull(int columnIndex)
throw new UnsupportedOperationException("unimplemented mock method");
|
public boolean | move(int offset)
throw new UnsupportedOperationException("unimplemented mock method");
|
public boolean | moveToFirst()
throw new UnsupportedOperationException("unimplemented mock method");
|
public boolean | moveToLast()
throw new UnsupportedOperationException("unimplemented mock method");
|
public boolean | moveToNext()
throw new UnsupportedOperationException("unimplemented mock method");
|
public boolean | moveToPosition(int position)
throw new UnsupportedOperationException("unimplemented mock method");
|
public boolean | moveToPrevious()
throw new UnsupportedOperationException("unimplemented mock method");
|
public void | registerContentObserver(android.database.ContentObserver observer)
throw new UnsupportedOperationException("unimplemented mock method");
|
public void | registerDataSetObserver(android.database.DataSetObserver observer)
throw new UnsupportedOperationException("unimplemented mock method");
|
public boolean | requery()
throw new UnsupportedOperationException("unimplemented mock method");
|
public android.os.Bundle | respond(android.os.Bundle extras)
throw new UnsupportedOperationException("unimplemented mock method");
|
public void | setNotificationUri(android.content.ContentResolver cr, android.net.Uri uri)
throw new UnsupportedOperationException("unimplemented mock method");
|
public void | unregisterContentObserver(android.database.ContentObserver observer)
throw new UnsupportedOperationException("unimplemented mock method");
|
public void | unregisterDataSetObserver(android.database.DataSetObserver observer)
throw new UnsupportedOperationException("unimplemented mock method");
|