Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiBackupRestore.java131 private byte[] mDebugLastIpConfigBackupDataRestored; field in WifiBackupRestore
371 mDebugLastIpConfigBackupDataRestored = ipConfigData; in retrieveConfigurationsFromSupplicantBackupData()
424 mDebugLastIpConfigBackupDataRestored = null; in enableVerboseLogging()
450 if (mDebugLastIpConfigBackupDataRestored != null) { in dump()
452 + mDebugLastIpConfigBackupDataRestored); in dump()