Searched refs:DEBUG_BACKUP (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 68 private static final boolean DEBUG_BACKUP = DEBUG || false; field in SettingsBackupAgent 174 if (DEBUG_BACKUP) Log.d(TAG, "onCreate() invoked"); in onCreate() 340 if (DEBUG_BACKUP) Log.d(TAG, "onRestoreFile() invoked"); in onRestoreFile() 348 if (DEBUG_BACKUP) Log.d(TAG, "Flattened data version " + version); in onRestoreFile() 358 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of settings data"); in onRestoreFile() 366 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of secure settings data"); in onRestoreFile() 374 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of global settings data"); in onRestoreFile() 384 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of locale data"); in onRestoreFile() 393 if (DEBUG_BACKUP) Log.d(TAG, supplicant_size + " bytes of wifi supplicant data"); in onRestoreFile() 399 if (DEBUG_BACKUP) Log.d(TAG, ipconfig_size + " bytes of ip config data"); in onRestoreFile() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerDebugConfig.java | 47 static final boolean DEBUG_BACKUP = DEBUG_ALL || false; field in ActivityManagerDebugConfig
|
D | OomAdjuster.java | 43 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_BACKUP; 1108 if (DEBUG_BACKUP) Slog.v(TAG_BACKUP, "oom BACKUP_APP_ADJ for " + app); in computeOomAdjLocked()
|
D | ActivityManagerService.java | 95 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_BACKUP; 5173 if (DEBUG_BACKUP) Slog.v(TAG_BACKUP, in attachApplicationLocked() 13850 if (DEBUG_BACKUP || DEBUG_CLEANUP) Slog.d(TAG_CLEANUP, "App " in cleanUpApplicationRecordLocked() 14220 if (DEBUG_BACKUP) { in bindBackupAgent() 14298 if (DEBUG_BACKUP) Slog.v(TAG_BACKUP, "Agent proc already running: " + proc); in bindBackupAgent() 14306 if (DEBUG_BACKUP) Slog.v(TAG_BACKUP, "Agent proc not running, waiting for attach"); in bindBackupAgent() 14326 if (DEBUG_BACKUP) { in clearPendingBackup() 14345 if (DEBUG_BACKUP) { in backupAgentCreated() 14377 if (DEBUG_BACKUP) { in unbindBackupAgent()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 229 private static final boolean DEBUG_BACKUP = false; field in ActivityThread 3850 if (DEBUG_BACKUP) Slog.v(TAG, "handleCreateBackupAgent: " + data); in handleCreateBackupAgent() 3889 if (DEBUG_BACKUP) { in handleCreateBackupAgent() 3895 if (DEBUG_BACKUP) Slog.v(TAG, "Initializing agent class " + classname); in handleCreateBackupAgent() 3935 if (DEBUG_BACKUP) Slog.v(TAG, "handleDestroyBackupAgent: " + data); in handleDestroyBackupAgent()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 423 private static final boolean DEBUG_BACKUP = false; field in PackageManagerService 2040 if (DEBUG_BACKUP) { in handlePackagePostInstall() 14317 if (DEBUG_BACKUP) { 14327 if (DEBUG_BACKUP) { 20024 if (DEBUG_BACKUP) { 20031 if (DEBUG_BACKUP) { 20072 if (DEBUG_BACKUP) { 20098 if (DEBUG_BACKUP) { 20130 if (DEBUG_BACKUP) { 20164 if (DEBUG_BACKUP) { [all …]
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 161 private static final boolean DEBUG_BACKUP = false; field in PackageParser 3521 if (DEBUG_BACKUP) { in parseBaseApplication() 3551 if (DEBUG_BACKUP) { in parseBaseApplication() 3558 if (DEBUG_BACKUP) { in parseBaseApplication()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 2055 Landroid/app/ActivityThread;->DEBUG_BACKUP:Z 15754 Landroid/content/pm/PackageParser;->DEBUG_BACKUP:Z
|