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.java104 private List<CellInfo> mCellInfoList; field in LocaleTracker
150 if (mCellInfoList != null && mCellInfoList.size() > 0) requestNextCellInfo(true); in handleMessage()
157 requestNextCellInfo(mCellInfoList != null && mCellInfoList.size() > 0); in handleMessage()
213 if (mCellInfoList != null) { in getMccFromCellInfo()
216 for (CellInfo cellInfo : mCellInfoList) { in getMccFromCellInfo()
285 mCellInfoList = null; in processCellInfo()
291 mCellInfoList = cellInfoList; in processCellInfo()
359 mCellInfoList = null; in stopTracking()
400 + "\", mcc = " + mcc + ", mCellInfoList = " + mCellInfoList; in updateLocale()
464 ipw.println("mCellInfoList = " + mCellInfoList); in dump()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java126 List<CellInfo> mCellInfoList = new ArrayList<>(); in testNotifyCellInfo() local
127 mCellInfoList.add(mCellInfo); in testNotifyCellInfo()
130 mDefaultPhoneNotifierUT.notifyCellInfo(mPhone, mCellInfoList); in testNotifyCellInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java143 private List<CellInfo> mCellInfoList = null; field in SimulatedCommands
1886 mCellInfoList = list; in setCellInfoList()
1925 if (mCellInfoList == null) { in getCellInfoList()
1926 ArrayList<CellInfo> mCellInfoList = new ArrayList(); in getCellInfoList() local
1927 mCellInfoList.add(getCellInfoGsm()); in getCellInfoList()
1930 resultSuccess(response, mCellInfoList); in getCellInfoList()