Ejemplo n.º 1
0
 public boolean getBooleanParameter(String key, boolean defaultValue) {
   return callparameters.getBoolean(key, defaultValue);
 }
Ejemplo n.º 2
0
 public boolean getBooleanParameter(String key) {
   return callparameters.getBoolean(key);
 }