/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 93 private static final boolean DEBUG_BACKUP = DEBUG || false; field in SettingsBackupAgent 229 if (DEBUG_BACKUP) Log.d(TAG, "onCreate() invoked"); in onCreate() 469 if (DEBUG_BACKUP) Log.d(TAG, "onRestoreFile() invoked"); in onRestoreFile() 477 if (DEBUG_BACKUP) Log.d(TAG, "Flattened data version " + version); in onRestoreFile() 486 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of settings data"); in onRestoreFile() 496 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of secure settings data"); in onRestoreFile() 507 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of global settings data"); in onRestoreFile() 518 if (DEBUG_BACKUP) Log.d(TAG, nBytes + " bytes of locale data"); in onRestoreFile() 527 if (DEBUG_BACKUP) Log.d(TAG, supplicant_size + " bytes of wifi supplicant data"); in onRestoreFile() 533 if (DEBUG_BACKUP) Log.d(TAG, ipconfig_size + " bytes of ip config data"); in onRestoreFile() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PreferredActivityHelper.java | 23 import static com.android.server.pm.PackageManagerService.DEBUG_BACKUP; 471 if (DEBUG_BACKUP) { 478 if (DEBUG_BACKUP) { 514 if (DEBUG_BACKUP) { 539 if (DEBUG_BACKUP) { 569 if (DEBUG_BACKUP) { 604 if (DEBUG_BACKUP) {
|
D | BroadcastHelper.java | 25 import static com.android.server.pm.PackageManagerService.DEBUG_BACKUP; 578 if (DEBUG_BACKUP) { in sendPostInstallBroadcasts()
|
D | PackageManagerService.java | 340 static final boolean DEBUG_BACKUP = false; field in PackageManagerService 3281 if (DEBUG_BACKUP) { 3291 if (DEBUG_BACKUP) { 5113 if (PackageManagerService.DEBUG_BACKUP) { 5750 if (PackageManagerService.DEBUG_BACKUP) {
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerDebugConfig.java | 56 static final boolean DEBUG_BACKUP = DEBUG_ALL || false; field in ActivityManagerDebugConfig
|
D | OomAdjuster.java | 84 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_BACKUP; 2230 if (DEBUG_BACKUP) Slog.v(TAG_BACKUP, "oom BACKUP_APP_ADJ for " + app); in computeOomAdjLSP()
|
D | ActivityManagerService.java | 146 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_BACKUP; 5006 if (DEBUG_BACKUP) { in finishAttachApplicationInner() 13793 if (DEBUG_BACKUP || DEBUG_CLEANUP) Slog.d(TAG_CLEANUP, "App " in cleanUpApplicationRecordLocked() 14307 if (DEBUG_BACKUP) { in bindBackupAgent() 14435 if (DEBUG_BACKUP) Slog.v(TAG_BACKUP, "Agent proc already running: " + proc); in bindBackupAgent() 14443 if (DEBUG_BACKUP) Slog.v(TAG_BACKUP, "Agent proc not running, waiting for attach"); in bindBackupAgent() 14463 if (DEBUG_BACKUP) { in clearPendingBackup() 14493 if (DEBUG_BACKUP) { in backupAgentCreated() 14525 if (DEBUG_BACKUP) { in unbindBackupAgent()
|
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/ |
D | ParsingPackageUtils.java | 158 public static final boolean DEBUG_BACKUP = false; field in ParsingPackageUtils 2036 if (DEBUG_BACKUP) { 2060 if (DEBUG_BACKUP) { 2070 if (DEBUG_BACKUP) {
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 306 private static final boolean DEBUG_BACKUP = false; field in ActivityThread 4794 if (DEBUG_BACKUP) Slog.v(TAG, "handleCreateBackupAgent: " + data); in handleCreateBackupAgent() 4828 if (DEBUG_BACKUP) { in handleCreateBackupAgent() 4834 if (DEBUG_BACKUP) Slog.v(TAG, "Initializing agent class " + classname); in handleCreateBackupAgent() 4901 if (DEBUG_BACKUP) Slog.v(TAG, "handleDestroyBackupAgent: " + data); in handleDestroyBackupAgent()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 166 public static final boolean DEBUG_BACKUP = false; field in PackageParser 3454 if (DEBUG_BACKUP) { in parseBaseApplication() 3484 if (DEBUG_BACKUP) { in parseBaseApplication() 3491 if (DEBUG_BACKUP) { in parseBaseApplication()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 2055 Landroid/app/ActivityThread;->DEBUG_BACKUP:Z 12867 Landroid/content/pm/PackageParser;->DEBUG_BACKUP:Z
|