HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_BACKUP (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 58 private static final boolean DEBUG_BACKUP = DEBUG || true;
116 if (DEBUG_BACKUP) Log.d(TAG, "onCreate() invoked");
204 if (DEBUG_BACKUP) Log.d(TAG, "Writing flattened data version " + FULL_BACKUP_VERSION);
207 if (DEBUG_BACKUP) Log.d(TAG, systemSettingsData.length + " bytes of settings data");
210 if (DEBUG_BACKUP) Log.d(TAG, secureSettingsData.length + " bytes of secure settings data");
213 if (DEBUG_BACKUP) Log.d(TAG, locale.length + " bytes of locale data");
216 if (DEBUG_BACKUP) Log.d(TAG, wifiSupplicantData.length + " bytes of wifi supplicant data");
219 if (DEBUG_BACKUP) Log.d(TAG, wifiConfigData.length + " bytes of wifi config data");
236 if (DEBUG_BACKUP) Log.d(TAG, "onRestoreFile() invoked");
244 if (DEBUG_BACKUP) Log.d(TAG, "Flattened data version " + version)
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 132 private static final boolean DEBUG_BACKUP = true;
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 171 static final boolean DEBUG_BACKUP = localLOGV || false;
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 70 private static final boolean DEBUG_BACKUP = false;
    [all...]

Completed in 137 milliseconds