decrementActivity : function(hint)
    {
      if (--this.__activityCounter == 0) {
        this.getView("root").hideActivityIndicator();
      }