Set the text of the TextView in the custom view.
((TextView)((LinearLayout)getSupportActionBar().getCustomView()).getChildAt(0)).setText("title");
https://developer.android.com/reference/android/widget/TextView#setText(java.lang.CharSequence)