Lines Matching refs:TAG

119     private static final String TAG = "SettingsBackupAgent";
212 Log.v(TAG, "network={");
214 Log.v(TAG, " " + line);
216 Log.v(TAG, "}");
243 Log.v(TAG, " + setting WPA_PSK bit");
246 Log.v(TAG, " + setting WPA_EAP bit");
249 Log.v(TAG, " + setting IEEE8021X bit");
322 Log.v(TAG, "Network not in whitelist, skipping: "
330 Log.v(TAG, "Adding " + net.ssid + " / " + net.key_mgmt);
336 Log.v(TAG, "Dupe; skipped " + net.ssid + " / " + net.key_mgmt);
369 if (DEBUG_BACKUP) Log.d(TAG, "onCreate() invoked");
423 Log.v(TAG, "Disabling wifi during restore");
461 Log.w(TAG, "Unable to read supplicant data");
472 Log.w(TAG, "Unable to read config file");
481 Log.v(TAG, "Applying restored wifi data");
583 if (DEBUG_BACKUP) Log.d(TAG, "Writing flattened data version " + FULL_BACKUP_VERSION);
586 if (DEBUG_BACKUP) Log.d(TAG, systemSettingsData.length + " bytes of settings data");
589 if (DEBUG_BACKUP) Log.d(TAG, secureSettingsData.length + " bytes of secure settings data");
592 if (DEBUG_BACKUP) Log.d(TAG, globalSettingsData.length + " bytes of global settings data");
595 if (DEBUG_BACKUP) Log.d(TAG, locale.length + " bytes of locale data");
598 if (DEBUG_BACKUP) Log.d(TAG, wifiSupplicantData.length + " bytes of wifi supplicant data");
601 if (DEBUG_BACKUP) Log.d(TAG, wifiConfigData.length + " bytes of wifi config data");
604 if (DEBUG_BACKUP) Log.d(TAG, lockSettingsData.length + " bytes of lock settings data");
621 if (DEBUG_BACKUP) Log.d(TAG, "onRestoreFile() invoked");
629 if (DEBUG_BACKUP) Log.d(TAG, "Flattened data version " + version);
638 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of settings data");
645 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of secure settings data");
653 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of global settings data");
662 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of locale data");
669 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of wifi supplicant data");
684 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of wifi config data");
691 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of lock settings data");
699 if (DEBUG_BACKUP) Log.d(TAG, "Full restore complete.");
747 Log.v(TAG, "Writing entity " + key + " of size " + data.length);
818 Log.e(TAG, "Couldn't read entity data");
827 Log.i(TAG, "restoreSettings: " + contentUri);
883 Log.d(TAG, "Restored setting: " + destination + " : "+ key + "=" + value);
905 Log.v(TAG, "Restoring lock_settings " + key + " = " + value);
927 Log.e(TAG, "Couldn't read entity data");
945 Log.e(TAG, "Couldn't read from the cursor");
992 Log.d(TAG, "Backed up setting: " + key + "=" + value);
1026 Log.w(TAG, "Couldn't backup " + filename);
1031 Log.w(TAG, "Couldn't backup " + filename);
1053 Log.w(TAG, "Couldn't restore " + filename);
1084 Log.w(TAG, "Couldn't backup " + filename);
1113 Log.v(TAG, "Final AP list:");
1126 Log.w(TAG, "Couldn't restore " + filename);
1140 Log.w(TAG, "Couldn't copy wpa_supplicant file");
1182 Log.e(TAG, "Failed to fetch WifiManager instance");