OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_BACKUP
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java
73
private static final boolean
DEBUG_BACKUP
= DEBUG || false;
310
if (
DEBUG_BACKUP
) {
318
if (
DEBUG_BACKUP
) {
324
if (
DEBUG_BACKUP
) {
358
if (
DEBUG_BACKUP
) Log.d(TAG, "onCreate() invoked");
427
if (
DEBUG_BACKUP
) {
533
if (
DEBUG_BACKUP
) Log.d(TAG, "Writing flattened data version " + FULL_BACKUP_VERSION);
536
if (
DEBUG_BACKUP
) Log.d(TAG, systemSettingsData.length + " bytes of settings data");
539
if (
DEBUG_BACKUP
) Log.d(TAG, secureSettingsData.length + " bytes of secure settings data");
542
if (
DEBUG_BACKUP
) Log.d(TAG, globalSettingsData.length + " bytes of global settings data")
[
all
...]
/frameworks/base/core/java/android/app/
ActivityThread.java
160
private static final boolean
DEBUG_BACKUP
= false;
[
all
...]
/frameworks/base/core/java/android/content/pm/
PackageParser.java
105
private static final boolean
DEBUG_BACKUP
= false;
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
249
static final boolean
DEBUG_BACKUP
= localLOGV || false;
[
all
...]
Completed in 382 milliseconds