public void fill(TheDictionary map, GsmCellLocation value) throws Exception {
if (value != null) {
map.put("mcc", mcc);
map.put("mnc", mnc);
map.put("cid", value.getCid());
map.put("lac", value.getLac());
map.put("psc", value.getPsc());
map.put("registered", true);
determine_type(map);
}
}
CellIdPre17API.java 文件源码
java
阅读 19
收藏 0
点赞 0
评论 0
项目:tabulae
作者:
评论列表
文章目录