Searched refs:entryId (Results 1 – 2 of 2) sorted by relevance
229 String entryId; in updateLocalFeedData() local236 entryId = c.getString(COLUMN_ENTRY_ID); in updateLocalFeedData()240 FeedParser.Entry match = entryMap.get(entryId); in updateLocalFeedData()243 entryMap.remove(entryId); in updateLocalFeedData()
252 int entryId = -1; in processDrop() local255 entryId = Integer.parseInt(tokenizer.nextToken()); in processDrop()259 updateContentAndRecycleBitmap(category, entryId); in processDrop()263 titlesFrag.selectPosition(entryId); in processDrop()