Searched refs:mLastCellInfoList (Results 1 – 1 of 1) sorted by relevance
170 private List<CellInfo> mLastCellInfoList = null; field in ServiceStateTracker698 mLastCellInfoList = null; in updatePhoneType()1108 mLastCellInfoList = cellInfo; in handleMessage()1126 mLastCellInfoList = null; in handleMessage()4745 return mLastCellInfoList; in getAllCellInfo()4785 AsyncResult.forMessage(rspMsg, mLastCellInfoList, null); in requestAllCellInfo()4885 if(mLastCellInfoList != null) { in dumpCellInfoList()4887 for(CellInfo info : mLastCellInfoList) { in dumpCellInfoList()