protected final List a(float f1)
{
ArrayList arraylist;
label0:
{
arraylist = new ArrayList();
long l1 = System.currentTimeMillis();
if (Math.abs(f1) <= 1.0F)
{
f1 = 1.0F;
}
if (c())
{
CellLocation celllocation = (CellLocation)j().get(1);
if (celllocation != null && (celllocation instanceof GsmCellLocation))
{
arraylist.add(Integer.valueOf(((GsmCellLocation)celllocation).getLac()));
arraylist.add(Integer.valueOf(((GsmCellLocation)celllocation).getCid()));
if ((double)(l1 - ((Long)j().get(0)).longValue()) > 50000D / (double)f1)
{
break label0;
}
arraylist.add(Integer.valueOf(1));
}
}
return arraylist;
}
arraylist.add(Integer.valueOf(0));
return arraylist;
}
ai.java 文件源码
java
阅读 32
收藏 0
点赞 0
评论 0
项目:MiBandDecompiled
作者:
评论列表
文章目录