protected void onTitleChanged(CharSequence paramCharSequence, int paramInt) {
   super.onTitleChanged(paramCharSequence, paramInt);
   d().a(paramCharSequence);
 }
 @Override
 protected void onTitleChanged(CharSequence title, int color) {
   mSherlock.dispatchTitleChanged(title, color);
   super.onTitleChanged(title, color);
 }
 /** {@inheritDoc} */
 @Override
 protected void onTitleChanged(CharSequence title, int color) {
   mActionBarHelper.onTitleChanged(title, color);
   super.onTitleChanged(title, color);
 }