Como alterar o nome da barra de ferramentas no Android Studio

setTitle("My new title");
getActionBar().setIcon(R.drawable.my_icon);
Charming Caiman