Lines Matching defs:VERBOSE
70 private static final boolean VERBOSE = LauncherBackupAgentHelper.VERBOSE;
176 if (VERBOSE) Log.v(TAG, "onBackup");
216 if (VERBOSE) Log.v(TAG, "restoreEntity");
316 if (VERBOSE) Log.v(TAG, "favorite " + id + " was too old: " + updateTime);
340 if (VERBOSE) Log.v(TAG, "unpacking favorite " + key.id);
345 if (VERBOSE) Log.v(TAG, "restore not enabled: skipping database mutation");
394 if (VERBOSE) Log.v(TAG, "screen " + id + " was too old: " + updateTime);
418 if (VERBOSE) Log.v(TAG, "unpacking screen " + key.id);
423 if (VERBOSE) Log.v(TAG, "restore not enabled: skipping database mutation");
486 if (VERBOSE) Log.v(TAG, "already saved icon " + backupKey);
493 if (VERBOSE) Log.v(TAG, "saving icon " + backupKey);
501 if (VERBOSE) Log.d(TAG, "deferring icon backup " + backupKey);
534 if (VERBOSE) Log.v(TAG, "unpacking icon " + key.id);
554 if (VERBOSE) {
620 if (VERBOSE) Log.v(TAG, "already saved widget " + backupKey);
627 if (VERBOSE) Log.v(TAG, "saving widget " + backupKey);
635 if (VERBOSE) Log.d(TAG, "deferring widget backup " + backupKey);
662 if (VERBOSE) Log.v(TAG, "unpacking widget " + key.id);
677 if (VERBOSE) Log.v(TAG, "restore not enabled: skipping database mutation");
822 if (VERBOSE) Log.v(TAG, "unpacked favorite " + favorite.itemType + ", " +
876 if (VERBOSE) Log.v(TAG, "unpacked screen " + screen.id + "/" + screen.rank);
899 if (VERBOSE) Log.v(TAG, "unpacked icon " + res.dpi + "/" + res.data.length);
938 if (VERBOSE) Log.v(TAG, "unpacked widget " + widget.provider);
994 if (VERBOSE) Log.v(TAG, "read " + bytesRead + " bytes of journal");
1025 if (VERBOSE) Log.v(TAG, "saving " + geKeyType(key) + " " + backupKey + ": " +
1053 if (VERBOSE) Log.v(TAG, "dropping deleted item " + deleted);
1076 if (VERBOSE) Log.v(TAG, "wrote " + journalBytes.length + " bytes of journal");