Home
last modified time | relevance | path

Searched refs:mParsedKeyMgmtLine (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiBackupRestore.java505 private String mParsedKeyMgmtLine; field in WifiBackupRestore.SupplicantBackupMigration.SupplicantNetwork
548 mParsedKeyMgmtLine = line; in parseLine()
594 if (mParsedKeyMgmtLine == null) { in createWifiConfiguration()
602 mParsedKeyMgmtLine.substring(mParsedKeyMgmtLine.indexOf('=') + 1); in createWifiConfiguration()
723 + net.mParsedSSIDLine + " / " + net.mParsedKeyMgmtLine); in readNetworksFromStream()