Searched refs:typeIndex (Results 1 – 2 of 2) 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()
76 final int typeIndex = cursor.getColumnIndex("type"); in TableStructure() local85 column.type = cursor.getString(typeIndex); in TableStructure()