Searched refs:VERBOSE (Results 1 - 25 of 120) sorted by relevance

12345

/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DSysTrace.java37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in class:SysTrace
49 if (VERBOSE) {
66 if (VERBOSE) {
84 if (VERBOSE) {
103 if (VERBOSE) {
117 if (VERBOSE) {
H A DStateWaiter.java46 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in class:StateWaiter
130 if (VERBOSE) {
139 if (VERBOSE) {
195 if (VERBOSE) Log.v(TAG, "setCurrentState - state now " + getStateName(state));
/frameworks/base/core/tests/coretests/src/android/util/
H A DLogTest.java49 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
56 // Set the log level to be VERBOSE for this tag.
57 SystemProperties.set(PROPERTY_TAG, "VERBOSE");
59 // Test to make sure all log levels >= VERBOSE are loggable.
60 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.VERBOSE));
71 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
82 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
93 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
104 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
115 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCameraTestThread.java31 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in class:CameraTestThread
50 if (VERBOSE) Log.v(TAG, "start loopRun");
58 if (VERBOSE) Log.v(TAG, "createLooperThread: finished");
62 if (VERBOSE) Log.v(TAG, "start waiting for looper");
78 if (VERBOSE) Log.v(TAG, "Terminate looper thread");
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DCloseableLock.java41 private static final boolean VERBOSE = false; field in class:CloseableLock
113 if (VERBOSE) {
144 if (VERBOSE) {
176 if (VERBOSE) {
196 if (VERBOSE) {
211 if (VERBOSE) {
244 if (VERBOSE) {
269 if (VERBOSE) {
284 if (VERBOSE) {
337 if (VERBOSE) {
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountAuthenticatorResponse.java46 if (Log.isLoggable(TAG, Log.VERBOSE)) {
59 if (Log.isLoggable(TAG, Log.VERBOSE)) {
70 if (Log.isLoggable(TAG, Log.VERBOSE)) {
H A DAbstractAccountAuthenticator.java160 if (Log.isLoggable(TAG, Log.VERBOSE)) {
170 if (Log.isLoggable(TAG, Log.VERBOSE)) {
187 if (Log.isLoggable(TAG, Log.VERBOSE)) {
194 if (Log.isLoggable(TAG, Log.VERBOSE)) {
213 if (Log.isLoggable(TAG, Log.VERBOSE)) {
221 if (Log.isLoggable(TAG, Log.VERBOSE)) {
238 if (Log.isLoggable(TAG, Log.VERBOSE)) {
247 if (Log.isLoggable(TAG, Log.VERBOSE)) {
265 if (Log.isLoggable(TAG, Log.VERBOSE)) {
274 if (Log.isLoggable(TAG, Log.VERBOSE)) {
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDebug.java37 * Enable using "adb shell setprop log.tag.SQLiteLog VERBOSE".
40 Log.isLoggable("SQLiteLog", Log.VERBOSE);
45 * Enable using "adb shell setprop log.tag.SQLiteStatements VERBOSE".
48 Log.isLoggable("SQLiteStatements", Log.VERBOSE);
54 * Enable using "adb shell setprop log.tag.SQLiteTime VERBOSE".
57 Log.isLoggable("SQLiteTime", Log.VERBOSE);
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLog_Delegate.java25 case Log.VERBOSE:
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DByteArrayHelpers.java29 private static boolean VERBOSE = false; field in class:ByteArrayHelpers
164 if (VERBOSE) Log.v(TAG, "toByteArray - input: " + Arrays.toString(numbers));
174 if (VERBOSE) Log.v(TAG, "toByteArray - number " + i + ", class " + klass);
194 if (VERBOSE) Log.v(TAG, "toByteArray - end of loop");
208 if (VERBOSE) Log.v(TAG, "toByteArray - output: " + Arrays.toString(bytes));
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingCameraManager.java42 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in class:BlockingCameraManager
208 if (VERBOSE) {
230 if (VERBOSE) {
253 if (VERBOSE) {
H A DBlockingStateCallback.java44 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in class:BlockingStateCallback
56 if (VERBOSE) Log.v(TAG, "Camera device state now " + stateToString(state));
179 if (VERBOSE) {
191 if (VERBOSE) {
H A DBlockingCaptureCallback.java84 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in class:BlockingCaptureCallback
/frameworks/multidex/library/test/src/android/util/
H A DLog.java31 public static final int VERBOSE = 2; field in class:Log
62 * Send a {@link #VERBOSE} log message.
68 return println(LOG_ID_MAIN, VERBOSE, tag, msg);
72 * Send a {@link #VERBOSE} log message and log the exception.
79 return println(LOG_ID_MAIN, VERBOSE, tag, msg + '\n' + getStackTraceString(tr));
/frameworks/av/media/libstagefright/rtsp/
H A DAH263Assembler.cpp81 #if VERBOSE
82 LOG(VERBOSE) << "Not the sequence number I expected";
155 #if VERBOSE
156 LOG(VERBOSE) << "Access unit complete (" << mPackets.size() << " packets)";
/frameworks/support/percent/src/android/support/percent/
H A DPercentLayoutHelper.java79 private static final boolean VERBOSE = false; field in class:PercentLayoutHelper
154 if (VERBOSE) {
162 if (VERBOSE) {
170 if (VERBOSE) {
182 if (VERBOSE) {
191 if (VERBOSE) {
200 if (VERBOSE) {
209 if (VERBOSE) {
218 if (VERBOSE) {
227 if (VERBOSE) {
[all...]
/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java349 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) {
389 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) {
394 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) {
430 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) {
446 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) {
462 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) {
475 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) {
482 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) {
494 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) {
501 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) {
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DRlog.java39 return Log.println_native(Log.LOG_ID_RADIO, Log.VERBOSE, tag, msg);
43 return Log.println_native(Log.LOG_ID_RADIO, Log.VERBOSE, tag,
104 if (pii == null || TextUtils.isEmpty(val) || isLoggable(tag, Log.VERBOSE)) {
/frameworks/compile/libbcc/tests/debuginfo/
H A Dbuild_test_apk.sh20 VERBOSE=no
49 if [ "$VERBOSE" = "yes" ] ; then
70 VERBOSE=yes
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncJobService.java66 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE);
87 if (Log.isLoggable(TAG, Log.VERBOSE)) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java56 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);; field in class:ValidateNotificationPeople
107 if (VERBOSE) Slog.i(TAG, "mEvictionCount: " + mEvictionCount);
120 if (VERBOSE) Slog.i(TAG, "disabled");
124 if (VERBOSE) Slog.i(TAG, "skipping empty notification");
128 if (VERBOSE) Slog.i(TAG, "skipping global notification");
133 if (VERBOSE) Slog.i(TAG, "skipping notification that lacks a context");
235 if (VERBOSE) Slog.i(TAG, "Validating: " + key + " for " + context.getUserId());
262 if (VERBOSE) Slog.i(TAG, "final affinity: " + affinity);
441 if (VERBOSE) Slo
[all...]
/frameworks/base/core/java/android/util/
H A DTimingLogger.java71 * least the Log.VERBOSE level for that tag at creation time then
83 * least the Log.VERBOSE level for that tag at creation time then
98 * Log.isLoggable is not enabled to at least the Log.VERBOSE
103 mDisabled = !Log.isLoggable(mTag, Log.VERBOSE);
117 * Log.isLoggable was not enabled to at least the Log.VERBOSE for
131 * not enabled to at least the Log.VERBOSE for the specified tag at
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DOneShotScheduler.java42 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCamera2Focuser.java51 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in class:Camera2Focuser
357 if (VERBOSE) {
383 if (VERBOSE) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DNormFilter.java33 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);

Completed in 744 milliseconds

12345