Searched refs:mLastCellInfoList (Results 1 – 1 of 1) sorted by relevance
179 private List<CellInfo> mLastCellInfoList = null; field in ServiceStateTracker745 mLastCellInfoList = null; in updatePhoneType()1197 mLastCellInfoList = cellInfo; in handleMessage()1218 mLastCellInfoList = null; in handleMessage()4986 return mLastCellInfoList; in getAllCellInfo()5026 AsyncResult.forMessage(rspMsg, mLastCellInfoList, null); in requestAllCellInfo()5162 if(mLastCellInfoList != null) { in dumpCellInfoList()5164 for(CellInfo info : mLastCellInfoList) { in dumpCellInfoList()