Searched refs:sType (Results 1 – 1 of 1) sorted by relevance
211 String sType = cursor.getString(cursor.getColumnIndex(ENTRY_TYPE)); in createEntry() local212 TrackerEntry entry = new TrackerEntry(tag, EntryType.valueOf(sType)); in createEntry()