fix build
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user