am 029074ff: fix build

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

* commit '029074ff0fca198676997c7453cfffa932361081':
  fix build
diff --git a/test-runner/android/test/mock/MockContentProvider.java b/test-runner/android/test/mock/MockContentProvider.java
index 55be8d9..4078622 100644
--- a/test-runner/android/test/mock/MockContentProvider.java
+++ b/test-runner/android/test/mock/MockContentProvider.java
@@ -108,13 +108,6 @@
         }
 
         @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 {
             return MockContentProvider.this.update(url, values, selection, selectionArgs);