예제 #1
0
 public long getLongParameter(String key, long defaultValue) {
   return callparameters.getLong(key, defaultValue);
 }
예제 #2
0
 public long getLongParameter(String key) {
   return callparameters.getLong(key);
 }