Searched refs:helpItem (Results 1 – 1 of 1) sorted by relevance
559 MenuItem helpItem = menu.findItem(R.id.action_general_help); in onCreateActionBar() local560 helpItem.setVisible(helpIntent != null); in onCreateActionBar()561 if (helpIntent != null) helpItem.setIntent(helpIntent); in onCreateActionBar()