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

/packages/apps/Email/src/com/android/mail/utils/
H A DLogUtils.java43 public static final int VERBOSE = Log.VERBOSE; field in class:LogUtils
69 private static final int MAX_ENABLED_LOG_LEVEL = VERBOSE;
86 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/Mms/src/com/android/mms/
H A DLogTag.java46 public static final boolean VERBOSE = false; field in class:LogTag
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DConstants.java234 public static final boolean VERBOSE = false; field in class:Constants
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java69 * To enable PBAP DEBUG/VERBOSE logging - run below cmd in adb shell, and
71 * "setprop log.tag.BluetoothPbapService DEBUG"; enable both VERBOSE and
72 * DEBUG log: "setprop log.tag.BluetoothPbapService VERBOSE"
77 public static final boolean VERBOSE = false; field in class:BluetoothPbapService
193 if (VERBOSE) Log.v(TAG, "Pbap Service onCreate");
200 if (VERBOSE) Log.v(TAG, "Starting PBAP service");
212 if (VERBOSE) Log.v(TAG, "Pbap Service onStartCommand");
235 if (VERBOSE) Log.v(TAG, "action: " + action);
267 if (VERBOSE) Log.v(TAG, "setTrust() result=" + result);
297 if (VERBOSE) Lo
[all...]

Completed in 91 milliseconds