am 029074ff: fix build
Merge commit '029074ff0fca198676997c7453cfffa932361081' into eclair-mr2-plus-aosp * commit '029074ff0fca198676997c7453cfffa932361081': fix build
This commit is contained in:
@@ -107,13 +107,6 @@ public class MockContentProvider extends ContentProvider {
|
|||||||
selectionArgs, sortOrder);
|
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")
|
@SuppressWarnings("unused")
|
||||||
public int update(Uri url, ContentValues values, String selection, String[] selectionArgs)
|
public int update(Uri url, ContentValues values, String selection, String[] selectionArgs)
|
||||||
throws RemoteException {
|
throws RemoteException {
|
||||||
|
|||||||
Reference in New Issue
Block a user