Home
last modified time | relevance | path

Searched refs:mHistoryCursor (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/provider/
DBrowserProvider.java457 private Cursor mHistoryCursor; field in BrowserProvider.MySuggestionCursor
470 mHistoryCursor = hc; in MySuggestionCursor()
505 if (mHistoryCursor == null) { in onMove()
513 mHistoryCursor.moveToPosition(0); in onMove()
522 mHistoryCursor.moveToPosition(newPosition); in onMove()
545 if ((mPos != -1 && mHistoryCursor != null)) { in getString()
572 return mHistoryCursor.getString(1); in getString()
609 if (mHistoryCursor.getInt(3) == 1) { in getString()
635 return mHistoryCursor.getString(1); in getString()
691 if (mHistoryCursor != null) {
[all …]
/packages/apps/Browser/src/com/android/browser/
DBrowserHistoryPage.java149 if (mAdapter.mMostVisited != null && mAdapter.mHistoryCursor != null) { in checkIfEmpty()
523 private Cursor mMostVisited, mHistoryCursor; field in BrowserHistoryPage.HistoryAdapter
533 mHistoryCursor = cursor; in changeCursor()
595 return mHistoryCursor; in getCursor()