public long getLongParameter(String key, long defaultValue) {
   return callparameters.getLong(key, defaultValue);
 }
 public long getLongParameter(String key) {
   return callparameters.getLong(key);
 }