Home
last modified time | relevance | path

Searched refs:truncateHistory (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/provider/
DSearchRecentSuggestions.java207 truncateHistory(cr, MAX_HISTORY_COUNT); in saveRecentQueryBlocking()
220 truncateHistory(cr, 0); in clearHistory()
229 protected void truncateHistory(ContentResolver cr, int maxEntries) { in truncateHistory() method in SearchRecentSuggestions
DBrowser.java329 truncateHistory(cr); in updateVisitedHistory()
396 public static final void truncateHistory(ContentResolver cr) { in truncateHistory() method in Browser
/frameworks/base/api/
Dcurrent.txt18127 method public static final void truncateHistory(android.content.ContentResolver);
19846 method protected void truncateHistory(android.content.ContentResolver, int);