summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/gallery/IImageList.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/gallery/IImageList.java')
-rw-r--r--src/com/android/camera/gallery/IImageList.java10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/com/android/camera/gallery/IImageList.java b/src/com/android/camera/gallery/IImageList.java
index 8eed1be..9d8b597 100644
--- a/src/com/android/camera/gallery/IImageList.java
+++ b/src/com/android/camera/gallery/IImageList.java
@@ -18,7 +18,6 @@ package com.android.camera.gallery;
import android.content.ContentResolver;
import android.net.Uri;
-import android.os.Parcelable;
import java.io.IOException;
import java.util.HashMap;
@@ -46,11 +45,9 @@ import java.util.HashMap;
/**
* The interface of all image collections used in gallery.
*/
-public interface IImageList extends Parcelable {
+public interface IImageList {
public HashMap<String, String> getBucketIds();
- public void deactivate();
-
/**
* Returns the count of image objects.
*
@@ -101,11 +98,6 @@ public interface IImageList extends Parcelable {
public void checkThumbnail(int index) throws IOException;
/**
- * Opens this list for operation.
- */
- public void open(ContentResolver resolver);
-
- /**
* Closes this list to release resources, no further operation is allowed.
*/
public void close();