Searched refs:mCellInfoList (Results 1 – 1 of 1) sorted by relevance
88 List<CellInfo> mCellInfoList = ImmutableList.of(); field in NetworkSelectSettings371 mCellInfoList = filterOutSatellitePlmn(results.getCellInfos()); in scanResultHandler()372 Log.d(TAG, "CellInfoList: " + CellInfoUtil.cellInfoListToString(mCellInfoList)); in scanResultHandler()377 } else if (mCellInfoList.isEmpty()) { in scanResultHandler()403 while (numberOfPreferences > mCellInfoList.size()) { in updateAllPreferenceCategory()410 for (int index = 0; index < mCellInfoList.size(); index++) { in updateAllPreferenceCategory()411 final CellInfo cellInfo = mCellInfoList.get(index); in updateAllPreferenceCategory()432 if (mCellInfoList.get(index).isRegistered()) { in updateAllPreferenceCategory()