Searched refs:mCellInfoList (Results 1 – 3 of 3) sorted by relevance
104 private List<CellInfo> mCellInfoList; field in LocaleTracker150 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()
126 List<CellInfo> mCellInfoList = new ArrayList<>(); in testNotifyCellInfo() local127 mCellInfoList.add(mCellInfo); in testNotifyCellInfo()130 mDefaultPhoneNotifierUT.notifyCellInfo(mPhone, mCellInfoList); in testNotifyCellInfo()
143 private List<CellInfo> mCellInfoList = null; field in SimulatedCommands1886 mCellInfoList = list; in setCellInfoList()1925 if (mCellInfoList == null) { in getCellInfoList()1926 ArrayList<CellInfo> mCellInfoList = new ArrayList(); in getCellInfoList() local1927 mCellInfoList.add(getCellInfoGsm()); in getCellInfoList()1930 resultSuccess(response, mCellInfoList); in getCellInfoList()