Searched defs:VERBOSE (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherBackupAgentHelper.java30 static final boolean VERBOSE = true; field in class:LauncherBackupAgentHelper
65 if (VERBOSE) Log.v(TAG, "restore is " + (restoreEnabled ? "enabled" : "disabled"));
H A DLauncherPreferencesBackupHelper.java27 private static final boolean VERBOSE = LauncherBackupAgentHelper.VERBOSE; field in class:LauncherPreferencesBackupHelper
40 if (VERBOSE) Log.v(TAG, "restoring preferences");
H A DLauncherBackupHelper.java70 private static final boolean VERBOSE = LauncherBackupAgentHelper.VERBOSE; field in class:LauncherBackupHelper
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) Lo
[all...]
/packages/apps/InCallUI/src/com/android/incallui/
H A DLog.java28 public static final boolean VERBOSE = android.util.Log.isLoggable(TAG, field in class:Log
29 android.util.Log.VERBOSE);
51 if (VERBOSE) {
57 if (VERBOSE) {
/packages/apps/Mms/src/com/android/mms/
H A DLogTag.java46 public static final boolean VERBOSE = false; field in class:LogTag
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DLogUtils.java40 public static final int VERBOSE = Log.VERBOSE; field in class:LogUtils
64 * production releases. This should be set to DEBUG for production releases, and VERBOSE for
88 return MAX_ENABLED_LOG_LEVEL > VERBOSE;
176 * Send a {@link #VERBOSE} log message.
186 if (isLoggable(tag, VERBOSE)) {
193 * Send a {@link #VERBOSE} log message.
204 if (isLoggable(tag, VERBOSE)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DConstants.java245 public static final boolean VERBOSE = false; field in class:Constants
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java73 * To enable PBAP DEBUG/VERBOSE logging - run below cmd in adb shell, and
75 * "setprop log.tag.BluetoothPbapService DEBUG"; enable both VERBOSE and
76 * DEBUG log: "setprop log.tag.BluetoothPbapService VERBOSE"
81 public static final boolean VERBOSE = false; field in class:BluetoothPbapService
196 if (VERBOSE) Log.v(TAG, "Pbap Service onCreate");
203 if (VERBOSE) Log.v(TAG, "Starting PBAP service");
237 if (VERBOSE) Log.v(TAG, "action: " + action);
240 if (VERBOSE) Log.v(TAG, "state: " + state);
277 if (VERBOSE) Log.v(TAG, "setTrust() result=" + result);
307 if (VERBOSE) Lo
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java61 * To enable MAP DEBUG/VERBOSE logging - run below cmd in adb shell, and
63 * "setprop log.tag.BluetoothMapService DEBUG"; enable both VERBOSE and
64 * DEBUG log: "setprop log.tag.BluetoothMapService VERBOSE"
69 public static final boolean VERBOSE = false; field in class:BluetoothMapService
197 if (VERBOSE) Log.v(TAG, "wait 300 ms");
213 if (VERBOSE) Log.v(TAG, "Succeed to create listening socket ");
283 if (VERBOSE) Log.v(TAG, "MAP Service closeService out");
317 if (VERBOSE) {
434 if (VERBOSE) Log.v(TAG, "Accept exception: " + ex.toString());
448 if (VERBOSE) Lo
[all...]

Completed in 5645 milliseconds