Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/widget/
DBookmarkThumbnailWidgetService.java276 Intent fillin; in getViewAt() local
278 fillin = new Intent(ACTION_CHANGE_FOLDER) in getViewAt()
283 fillin = new Intent(Intent.ACTION_VIEW) in getViewAt()
287 fillin = new Intent(BrowserActivity.ACTION_SHOW_BROWSER); in getViewAt()
290 views.setOnClickFillInIntent(R.id.list_item, fillin); in getViewAt()