Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DSecureAlbum.java54 private boolean mShowUnlockItem; field in SecureAlbum
62 mShowUnlockItem = (!isCameraBucketEmpty(Images.Media.EXTERNAL_CONTENT_URI) in SecureAlbum()
110 if (mShowUnlockItem) result.add(mUnlockItem); in getMediaItem()
116 return (mExistingItems.size() + (mShowUnlockItem ? 1 : 0)); in getMediaItemCount()