Searched refs:mSecureAlbum (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java139 private SecureAlbum mSecureAlbum; field in class:PhotoPage
422 mSecureAlbum = (SecureAlbum) mActivity.getDataManager()
548 if (mSecureAlbum == null) {
746 if ((mSecureAlbum == null)
770 item.setVisible((mSecureAlbum == null) && canDoSlideShow());
778 if (mSecureAlbum != null) {
943 mSecureAlbum.addMediaItem(isVideo, id);
1156 if (mSecureAlbum == null) {
1403 ((mSecureAlbum == null) && (mSetPathString != null)), false);

Completed in 49 milliseconds