Lines Matching full:boolean
51 private HashMap<String, Boolean> mAccountsEnabled = new HashMap<String, Boolean>();
52 private boolean mDockSlideshow = false;
54 private boolean mImageManagerHasStorageAfterDelay = false;
96 final boolean imageManagerHasStorage = ImageManager.hasStorage();
97 boolean slideshowIntent = false;
201 HashMap<String, Boolean> accountsEnabled = PicasaDataSource.getAccountStatus(this);
284 public boolean onKeyDown(int keyCode, KeyEvent event) {
292 private boolean isPickIntent() {
297 private boolean isViewIntent() {
302 private boolean isReviewIntent() {
307 private boolean isImageType(String type) {
311 private boolean isVideoType(String type) {
347 final boolean hasStorage = mImageManagerHasStorageAfterDelay;
369 boolean includeImages = isImageType(type);
370 boolean includeVideos = isVideoType(type);
389 boolean slideshow = intent.getBooleanExtra("slideshow", false);