Searched refs:typeIndex (Results 1 – 1 of 1) sorted by relevance
347 int typeIndex = cursor.getColumnIndex(PICASA_ALBUM_TYPE); in findAlbums() local357 String type = (typeIndex >= 0 ? cursor.getString(typeIndex) : "none"); in findAlbums()358 boolean isPosts = (typeIndex >= 0 && PICASA_POSTS_TYPE.equals(type)); in findAlbums()359 boolean isUpload = (typeIndex >= 0 && in findAlbums()