Searched refs:mLastCellInfoList (Results 1 – 1 of 1) sorted by relevance
187 private List<CellInfo> mLastCellInfoList = null; field in ServiceStateTracker799 mLastCellInfoList = null; in updatePhoneType()1261 mLastCellInfoList = cellInfo; in handleMessage()1282 mLastCellInfoList = null; in handleMessage()5108 return mLastCellInfoList; in getAllCellInfo()5148 AsyncResult.forMessage(rspMsg, mLastCellInfoList, null); in requestAllCellInfo()5228 if(mLastCellInfoList != null) { in dumpCellInfoList()5230 for(CellInfo info : mLastCellInfoList) { in dumpCellInfoList()