Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiBackupRestore.java132 private byte[] mDebugLastIpConfigBackupDataRestored; field in WifiBackupRestore
382 mDebugLastIpConfigBackupDataRestored = ipConfigData; in retrieveConfigurationsFromSupplicantBackupData()
435 mDebugLastIpConfigBackupDataRestored = null; in enableVerboseLogging()
461 if (mDebugLastIpConfigBackupDataRestored != null) { in dump()
463 + Arrays.toString(mDebugLastIpConfigBackupDataRestored)); in dump()