Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 717f0eb3 authored by Fred Quintana's avatar Fred Quintana Committed by Jean-Baptiste Queru
Browse files

am 029074ff: fix build

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

* commit '029074ff':
  fix build
parent f99e2e04
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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 {