Searched refs:mParsedSSIDLine (Results 1 – 1 of 1) sorted by relevance
537 private String mParsedSSIDLine; field in WifiBackupRestore.SupplicantBackupMigration.SupplicantNetwork579 mParsedSSIDLine = line; in parseLine()618 if (mParsedSSIDLine == null) { in createWifiConfiguration()623 configuration.SSID = mParsedSSIDLine.substring(mParsedSSIDLine.indexOf('=') + 1); in createWifiConfiguration()776 + net.mParsedSSIDLine + " / " + net.mParsedKeyMgmtLine); in readNetworksFromStream()