Searched refs:ipconfig_size (Results 1 – 1 of 1) sorted by relevance
480 int ipconfig_size = in.readInt(); in onRestoreFile() local481 if (DEBUG_BACKUP) Log.d(TAG, ipconfig_size + " bytes of ip config data"); in onRestoreFile()482 byte[] ipconfig_buffer = new byte[ipconfig_size]; in onRestoreFile()