Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DController.java1807 Intent bookmarkIntent = createBookmarkCurrentPageIntent(false); in bookmarkCurrentPage() local
1808 if (bookmarkIntent != null) { in bookmarkCurrentPage()
1809 mActivity.startActivity(bookmarkIntent); in bookmarkCurrentPage()