Home
last modified time | relevance | path

Searched refs:SecureSource (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DSecureSource.java21 public class SecureSource extends MediaSource { class
32 public SecureSource(GalleryApp context) { in SecureSource() method in SecureSource
DDataManager.java125 addSource(new SecureSource(mApplication)); in initializeSourceMap()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPage.java57 import com.android.gallery3d.data.SecureSource;
421 if (SecureSource.isSecurePath(mSetPathString)) { in onCreate()