Home
last modified time | relevance | path

Searched refs:mCellInfoList (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java146 private List<CellInfo> mCellInfoList; field in LocaleTracker
203 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 …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java122 List<CellInfo> mCellInfoList = new ArrayList<>(); in testNotifyCellInfo() local
123 mCellInfoList.add(mCellInfo); in testNotifyCellInfo()
126 mDefaultPhoneNotifierUT.notifyCellInfo(mPhone, mCellInfoList); in testNotifyCellInfo()
DSimulatedCommands.java154 private List<CellInfo> mCellInfoList = null; field in SimulatedCommands
1965 mCellInfoList = list; in setCellInfoList()
2004 if (mCellInfoList == null) { in getCellInfoList()
2005 ArrayList<CellInfo> mCellInfoList = new ArrayList(); in getCellInfoList() local
2006 mCellInfoList.add(getCellInfoGsm()); in getCellInfoList()
2009 resultSuccess(response, mCellInfoList); in getCellInfoList()