summaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2012-03-23 14:59:14 +0800
committerOwen Lin <owenlin@google.com>2012-04-02 17:17:52 +0800
commit2341c197b0becf99422e8ad305def77df6161714 (patch)
tree31051b4fe4e8cf003ebcfcf3dc4c2563d80a437a /tests/src
parentb29a27f475a2c449abdda8d4e03d30914feed8c6 (diff)
downloadandroid_packages_apps_Gallery2-2341c197b0becf99422e8ad305def77df6161714.tar.gz
android_packages_apps_Gallery2-2341c197b0becf99422e8ad305def77df6161714.tar.bz2
android_packages_apps_Gallery2-2341c197b0becf99422e8ad305def77df6161714.zip
Remove Position and PositionRepository.
Also fix a regression introduced in previous change. Change-Id: I534c8ca7838f3518856cf48878dd49beeb331562
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/com/android/gallery3d/data/GalleryAppStub.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/src/com/android/gallery3d/data/GalleryAppStub.java b/tests/src/com/android/gallery3d/data/GalleryAppStub.java
index 36075f435..47693d2d4 100644
--- a/tests/src/com/android/gallery3d/data/GalleryAppStub.java
+++ b/tests/src/com/android/gallery3d/data/GalleryAppStub.java
@@ -19,7 +19,6 @@ package com.android.gallery3d.data;
import com.android.gallery3d.app.GalleryApp;
import com.android.gallery3d.app.StateManager;
import com.android.gallery3d.ui.GLRoot;
-import com.android.gallery3d.ui.PositionRepository;
import com.android.gallery3d.util.ThreadPool;
import android.content.ContentResolver;
@@ -35,7 +34,6 @@ class GalleryAppStub implements GalleryApp {
public DecodeUtils getDecodeService() { return null; }
public GLRoot getGLRoot() { return null; }
- public PositionRepository getPositionRepository() { return null; }
public Context getAndroidContext() { return null; }