Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java495 int supplicant_size = in.readInt(); in onRestoreFile() local
496 if (DEBUG_BACKUP) Log.d(TAG, supplicant_size + " bytes of wifi supplicant data"); in onRestoreFile()
497 byte[] supplicant_buffer = new byte[supplicant_size]; in onRestoreFile()
498 in.readFully(supplicant_buffer, 0, supplicant_size); in onRestoreFile()