I have ActionBarActivity with NavigationDrawer and use support_v7 Toolbar as ActionBar. In one of my fragments toolbar has custom view
ActionBarActivity
NavigationDrawer
Toolbar
Maybe you have to try getActivity().getSupportActionBar().setTitle() if you are using support_v7.
getActivity().getSupportActionBar().setTitle()