HomeSort by relevance Sort by last modified time
    Searched refs:SecureAlbum (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SecureSource.java 48 return new SecureAlbum(path, mApplication, unlock);
SecureAlbum.java 33 public class SecureAlbum extends MediaSet implements StitchingChangeListener {
35 private static final String TAG = "SecureAlbum";
56 public SecureAlbum(Path path, GalleryApp application, MediaItem unlock) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 56 import com.android.gallery3d.data.SecureAlbum;
139 private SecureAlbum mSecureAlbum;
422 mSecureAlbum = (SecureAlbum) mActivity.getDataManager()
    [all...]

Completed in 56 milliseconds