Searched refs:mCurrentRoamingScanResults (Results 1 – 1 of 1) sorted by relevance
70 private final List<ScanResult> mCurrentRoamingScanResults = new ArrayList<>(); field in PasspointWifiEntry250 for (ScanResult scan : mCurrentRoamingScanResults) { in getAllUtf8Ssids()472 if (!mCurrentRoamingScanResults.isEmpty()) { in getStandardString()474 mContext, mCurrentRoamingScanResults.get(0).getWifiStandard()); in getStandardString()487 if (!mCurrentRoamingScanResults.isEmpty()) { in getBandString()489 mContext, mCurrentRoamingScanResults.get(0).frequency); in getBandString()522 mCurrentRoamingScanResults.clear(); in updateScanResultInfo()527 mCurrentRoamingScanResults.addAll(roamingScanResults); in updateScanResultInfo()