@Override
 public void setActionBarUpIndicator(Drawable themeImage, int contentDescRes) {
   mActivity.getActionBar().setDisplayShowHomeEnabled(true);
   mSetIndicatorInfo =
       ActionBarDrawerToggleHoneycomb.setActionBarUpIndicator(
           mSetIndicatorInfo, mActivity, themeImage, contentDescRes);
   mActivity.getActionBar().setDisplayShowHomeEnabled(false);
 }