Home
last modified time | relevance | path

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