Searched refs:SUGGESTIONS_TABLE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DSearchRecentSuggestionsProvider.java42 private static final String SUGGESTIONS_TABLE = "suggestions"; field in class:SearchRecentSuggestionsProvider
49 " FROM " + SUGGESTIONS_TABLE +
180 db.insert(SUGGESTIONS_TABLE, null, values);
190 db.delete(SUGGESTIONS_TABLE, null, null);

Completed in 36 milliseconds