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

1234

/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");
H A DAverageFilter.java31 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
H A DFloatArrayToSizeFilter.java33 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
H A DFloatArrayToStrFilter.java34 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
H A DAvgBrightnessFilter.java34 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
H A DContrastRatioFilter.java34 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
H A DIfElseFilter.java33 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
/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.java121 if (Log.isLoggable(TAG, Log.VERBOSE)) {
131 if (Log.isLoggable(TAG, Log.VERBOSE)) {
145 if (Log.isLoggable(TAG, Log.VERBOSE)) {
152 if (Log.isLoggable(TAG, Log.VERBOSE)) {
168 if (Log.isLoggable(TAG, Log.VERBOSE)) {
176 if (Log.isLoggable(TAG, Log.VERBOSE)) {
190 if (Log.isLoggable(TAG, Log.VERBOSE)) {
199 if (Log.isLoggable(TAG, Log.VERBOSE)) {
214 if (Log.isLoggable(TAG, Log.VERBOSE)) {
223 if (Log.isLoggable(TAG, Log.VERBOSE)) {
[all...]
H A DChooseTypeAndAccountActivity.java136 if (Log.isLoggable(TAG, Log.VERBOSE)) {
185 if (Log.isLoggable(TAG, Log.VERBOSE)) {
256 if (Log.isLoggable(TAG, Log.VERBOSE)) {
300 if (Log.isLoggable(TAG, Log.VERBOSE)) {
364 if (Log.isLoggable(TAG, Log.VERBOSE)) {
372 if (Log.isLoggable(TAG, Log.VERBOSE)) {
422 if (Log.isLoggable(TAG, Log.VERBOSE)) {
430 if (Log.isLoggable(TAG, Log.VERBOSE)) {
577 if (Log.isLoggable(TAG, Log.VERBOSE)) {
/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/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingStateListener.java44 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in class:BlockingStateListener
56 if (VERBOSE) Log.v(TAG, "Camera device state now " + stateToString(state));
217 if (VERBOSE) {
229 if (VERBOSE) {
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) {
/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/compile/libbcc/tests/debuginfo/
H A Dbuild_test_apk.sh20 VERBOSE=no
49 if [ "$VERBOSE" = "yes" ] ; then
70 VERBOSE=yes
/frameworks/base/telephony/java/android/telephony/
H A DRlog.java37 return Log.println_native(Log.LOG_ID_RADIO, Log.VERBOSE, tag, msg);
41 return Log.println_native(Log.LOG_ID_RADIO, Log.VERBOSE, tag,
/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
H A DSlog.java33 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag, msg);
37 return Log.println_native(Log.LOG_ID_SYSTEM, Log.VERBOSE, tag,
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DOneShotScheduler.java43 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
H A DAsyncRunner.java151 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
163 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
H A DFilterPort.java41 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DNormFilter.java33 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
/frameworks/volley/src/com/android/volley/
H A DVolleyLog.java30 public static boolean DEBUG = Log.isLoggable(TAG, Log.VERBOSE);
45 DEBUG = Log.isLoggable(TAG, Log.VERBOSE);

Completed in 505 milliseconds

1234