Searched defs:DEBUG_BACKUP (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java67 private static final boolean DEBUG_BACKUP = DEBUG || false; field in class:SettingsBackupAgent
173 if (DEBUG_BACKUP) Log.d(TAG, "onCreate() invoked");
336 if (DEBUG_BACKUP) Log.d(TAG, "onRestoreFile() invoked");
344 if (DEBUG_BACKUP) Log.d(TAG, "Flattened data version " + version);
353 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of settings data");
360 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of secure settings data");
368 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of global settings data");
377 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of locale data");
386 if (DEBUG_BACKUP) Log.d(TAG, supplicant_size + " bytes of wifi supplicant data");
392 if (DEBUG_BACKUP) Lo
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerDebugConfig.java52 static final boolean DEBUG_BACKUP = DEBUG_ALL || false; field in class:ActivityManagerDebugConfig
/frameworks/base/core/java/android/app/
H A DActivityThread.java208 private static final boolean DEBUG_BACKUP = false; field in class:ActivityThread
3401 if (DEBUG_BACKUP) Slog.v(TAG, "handleCreateBackupAgent: " + data);
3439 if (DEBUG_BACKUP) {
3445 if (DEBUG_BACKUP) Slog.v(TAG, "Initializing agent class " + classname);
3485 if (DEBUG_BACKUP) Slog.v(TAG, "handleDestroyBackupAgent: " + data);
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java151 private static final boolean DEBUG_BACKUP = false; field in class:PackageParser
3355 if (DEBUG_BACKUP) {
3385 if (DEBUG_BACKUP) {
3392 if (DEBUG_BACKUP) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java412 private static final boolean DEBUG_BACKUP = false; field in class:PackageManagerService
2112 if (DEBUG_BACKUP) {
15026 if (DEBUG_BACKUP) {
15036 if (DEBUG_BACKUP) {
19996 if (DEBUG_BACKUP) {
20004 if (DEBUG_BACKUP) {
20046 if (DEBUG_BACKUP) {
20075 if (DEBUG_BACKUP) {
20107 if (DEBUG_BACKUP) {
20136 if (DEBUG_BACKUP) {
[all...]

Completed in 463 milliseconds