Merge commit '029074ff0fca198676997c7453cfffa932361081' into eclair-mr2-plus-aosp

* commit '029074ff0fca198676997c7453cfffa932361081':
  fix build
This commit is contained in:
Fred Quintana
2009-12-09 16:00:48 -08:00
committed by Android Git Automerger

View File

@@ -107,13 +107,6 @@ public class MockContentProvider extends ContentProvider {
selectionArgs, sortOrder);
}
@SuppressWarnings("unused")
public EntityIterator queryEntities(Uri url, String selection, String[] selectionArgs,
String sortOrder) throws RemoteException {
return MockContentProvider.this.queryEntities(
url, selection, selectionArgs, sortOrder);
}
@SuppressWarnings("unused")
public int update(Uri url, ContentValues values, String selection, String[] selectionArgs)
throws RemoteException {