Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DHelp.java43 Intent helpIntent = getHelpIntent(activityName); in addHelpMenuItem() local
44 if (helpIntent != null) { in addHelpMenuItem()
48 item.setIntent(helpIntent); in addHelpMenuItem()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumSetPage.java557 Intent helpIntent = HelpUtils.getHelpIntent(activity); in onCreateActionBar() local
560 helpItem.setVisible(helpIntent != null); in onCreateActionBar()
561 if (helpIntent != null) helpItem.setIntent(helpIntent); in onCreateActionBar()