Searched refs:mCellInfoList (Results 1 – 2 of 2) 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 …]
125 List<CellInfo> mCellInfoList = new ArrayList<>(); in testNotifyCellInfo() local126 mCellInfoList.add(mCellInfo); in testNotifyCellInfo()129 mDefaultPhoneNotifierUT.notifyCellInfo(mPhone, mCellInfoList); in testNotifyCellInfo()