Searched refs:mCellInfoList (Results 1 – 3 of 3) sorted by relevance
146 private List<CellInfo> mCellInfoList; field in LocaleTracker203 if (mCellInfoList != null && mCellInfoList.size() > 0) requestNextCellInfo(true); in handleMessage()210 requestNextCellInfo(mCellInfoList != null && mCellInfoList.size() > 0); in handleMessage()291 if (mCellInfoList != null) { in getMccFromCellInfo()294 for (CellInfo cellInfo : mCellInfoList) { in getMccFromCellInfo()326 if (mCellInfoList != null) { in getMccMncFromCellInfo()329 for (CellInfo cellInfo : mCellInfoList) { in getMccMncFromCellInfo()403 mCellInfoList = null; in processCellInfo()409 mCellInfoList = cellInfoList; in processCellInfo()477 mCellInfoList = null; in stopTracking()[all …]
122 List<CellInfo> mCellInfoList = new ArrayList<>(); in testNotifyCellInfo() local123 mCellInfoList.add(mCellInfo); in testNotifyCellInfo()126 mDefaultPhoneNotifierUT.notifyCellInfo(mPhone, mCellInfoList); in testNotifyCellInfo()
154 private List<CellInfo> mCellInfoList = null; field in SimulatedCommands1965 mCellInfoList = list; in setCellInfoList()2004 if (mCellInfoList == null) { in getCellInfoList()2005 ArrayList<CellInfo> mCellInfoList = new ArrayList(); in getCellInfoList() local2006 mCellInfoList.add(getCellInfoGsm()); in getCellInfoList()2009 resultSuccess(response, mCellInfoList); in getCellInfoList()