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

123456

/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/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DASensorManager.cpp91 LOG(VERBOSE) << "ASensorManager::getSensorList";
156 LOG(VERBOSE) << "ASensorManager::createEventQueue";
181 LOG(VERBOSE) << "Returning event queue " << queue.get();
186 LOG(VERBOSE) << "ASensorManager::destroyEventQueue(" << queue << ")";
306 LOG(VERBOSE) << "ASensorEventQueue_registerSensor";
314 LOG(VERBOSE) << "ASensorEventQueue_enableSensor(queue " << queue << ")";
321 LOG(VERBOSE) << "ASensorEventQueue_disableSensor";
341 LOG(VERBOSE) << "ASensorEventQueue_getEvents";
428 LOG(VERBOSE) << "ALooper_forThread";
433 LOG(VERBOSE) << "ALooper_prepar
[all...]
H A DASensorEventQueue.cpp96 LOG(VERBOSE) << "ASensorEventQueue::getEvents() returned " << copy << " events.";
106 LOG(VERBOSE) << "ASensorEventQueue::onEvent";
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLog_Delegate.java25 case Log.VERBOSE:
/frameworks/base/core/java/android/net/
H A DNetworkRecommendationProvider.java52 private static final boolean VERBOSE = Build.IS_DEBUGGABLE && Log.isLoggable(TAG, Log.VERBOSE); field in class:NetworkRecommendationProvider
/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.java127 private static final boolean VERBOSE = false; field in class:PercentLayoutHelper
202 if (VERBOSE) {
210 if (VERBOSE) {
218 if (VERBOSE) {
230 if (VERBOSE) {
239 if (VERBOSE) {
248 if (VERBOSE) {
257 if (VERBOSE) {
266 if (VERBOSE) {
275 if (VERBOSE) {
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DNetworkScorerAppManager.java49 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in class:NetworkScorerAppManager
69 if (VERBOSE) Log.v(TAG, "getAllValidScorers()");
83 if (VERBOSE) {
98 if (VERBOSE) Log.v(TAG, serviceInfo.packageName
140 if (VERBOSE) {
268 if (VERBOSE) Log.v(TAG, currentPackageName + " is the active scorer.");
/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java350 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) {
390 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) {
395 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) {
431 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) {
447 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) {
463 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) {
476 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) {
483 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) {
495 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) {
502 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) {
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DRlog.java42 return Log.println_native(Log.LOG_ID_RADIO, Log.VERBOSE, tag, msg);
46 return Log.println_native(Log.LOG_ID_RADIO, Log.VERBOSE, tag,
107 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/telecomm/java/android/telecom/
H A DLog.java54 public static boolean VERBOSE = isLoggable(android.util.Log.VERBOSE); field in class:Log
114 } else if (VERBOSE) {
123 } else if (VERBOSE) {
347 VERBOSE = isLoggable(android.util.Log.VERBOSE);
372 if (pii == null || VERBOSE) {
414 if (pii == null || VERBOSE) {

Completed in 489 milliseconds

123456