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.java149 private List<CellInfo> mCellInfoList; field in LocaleTracker
209 if (mCellInfoList != null && mCellInfoList.size() > 0) requestNextCellInfo(true); in handleMessage()
216 requestNextCellInfo(mCellInfoList != null && mCellInfoList.size() > 0); in handleMessage()
288 if (mCellInfoList != null) { in getMccFromCellInfo()
291 for (CellInfo cellInfo : mCellInfoList) { in getMccFromCellInfo()
323 if (mCellInfoList != null) { in getMccMncFromCellInfo()
326 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.java173 List<CellInfo> mCellInfoList = new ArrayList<>(); in testNotifyCellInfo() local
174 mCellInfoList.add(mCellInfo); in testNotifyCellInfo()
177 mDefaultPhoneNotifierUT.notifyCellInfo(mPhone, mCellInfoList); in testNotifyCellInfo()
DSimulatedCommands.java162 private List<CellInfo> mCellInfoList = null; field in SimulatedCommands
1955 mCellInfoList = list; in setCellInfoList()
1994 if (mCellInfoList == null) { in getCellInfoList()
1995 mCellInfoList = new ArrayList(); in getCellInfoList()
1996 mCellInfoList.add(getCellInfoGsm()); in getCellInfoList()
1999 resultSuccess(response, mCellInfoList); in getCellInfoList()