Searched refs:mLastCellInfoList (Results 1 – 1 of 1) sorted by relevance
180 private List<CellInfo> mLastCellInfoList = null; field in ServiceStateTracker735 mLastCellInfoList = null; in updatePhoneType()1184 mLastCellInfoList = cellInfo; in handleMessage()1205 mLastCellInfoList = null; in handleMessage()4973 return mLastCellInfoList; in getAllCellInfo()5013 AsyncResult.forMessage(rspMsg, mLastCellInfoList, null); in requestAllCellInfo()5150 if(mLastCellInfoList != null) { in dumpCellInfoList()5152 for(CellInfo info : mLastCellInfoList) { in dumpCellInfoList()