コード例 #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);
 }