Home
last modified time | relevance | path

Searched refs:VERBOSE (Results 1 – 25 of 140) sorted by relevance

123456

/frameworks/base/core/tests/coretests/src/android/util/
DLogTest.java155 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
156 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
157 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
158 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
159 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
160 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
161 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
162 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
163 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
164 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
DSysTrace.java37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in SysTrace
49 if (VERBOSE) { in traceCounter()
66 if (VERBOSE) { in beginSection()
84 if (VERBOSE) { in endSection()
103 if (VERBOSE) { in beginSectionAsync()
117 if (VERBOSE) { in endSectionAsync()
DStateWaiter.java46 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in StateWaiter
130 if (VERBOSE) { in waitForAnyOfStates()
139 if (VERBOSE) { in waitForAnyOfStates()
195 if (VERBOSE) Log.v(TAG, "setCurrentState - state now " + getStateName(state)); in queueStateTransition()
/frameworks/base/core/java/android/hardware/camera2/utils/
DCloseableLock.java41 private static final boolean VERBOSE = false; field in CloseableLock
113 if (VERBOSE) { in close()
144 if (VERBOSE) { in close()
176 if (VERBOSE) { in acquireLock()
196 if (VERBOSE) { in acquireLock()
211 if (VERBOSE) { in acquireLock()
244 if (VERBOSE) { in acquireExclusiveLock()
269 if (VERBOSE) { in acquireExclusiveLock()
284 if (VERBOSE) { in acquireExclusiveLock()
337 if (VERBOSE) { in releaseLock()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DCameraTestThread.java31 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in CameraTestThread
50 if (VERBOSE) Log.v(TAG, "start loopRun"); in start()
58 if (VERBOSE) Log.v(TAG, "createLooperThread: finished"); in start()
62 if (VERBOSE) Log.v(TAG, "start waiting for looper"); in start()
78 if (VERBOSE) Log.v(TAG, "Terminate looper thread"); in close()
/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java160 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount()
170 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount()
187 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials()
194 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials()
213 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel()
221 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel()
238 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthToken()
247 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthToken()
265 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateCredentials()
274 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateCredentials()
[all …]
DAccountAuthenticatorResponse.java46 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult()
59 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onRequestContinued()
70 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onError()
DChooseTypeAndAccountActivity.java141 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate()
202 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate()
257 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onDestroy()
310 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onActivityResult()
376 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onActivityResult()
384 if (Log.isLoggable(TAG, Log.VERBOSE)) { in runAddAccountForAuthenticator()
461 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setResultAndFinish()
470 if (Log.isLoggable(TAG, Log.VERBOSE)) { in startChooseAccountTypeActivity()
623 if (Log.isLoggable(TAG, Log.VERBOSE)) { in populateUIAccountList()
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DASensorManager.cpp91 LOG(VERBOSE) << "ASensorManager::getSensorList"; in getSensorList()
156 LOG(VERBOSE) << "ASensorManager::createEventQueue"; in createEventQueue()
181 LOG(VERBOSE) << "Returning event queue " << queue.get(); in createEventQueue()
186 LOG(VERBOSE) << "ASensorManager::destroyEventQueue(" << queue << ")"; in destroyEventQueue()
306 LOG(VERBOSE) << "ASensorEventQueue_registerSensor"; in ASensorEventQueue_registerSensor()
314 LOG(VERBOSE) << "ASensorEventQueue_enableSensor(queue " << queue << ")"; in ASensorEventQueue_enableSensor()
321 LOG(VERBOSE) << "ASensorEventQueue_disableSensor"; in ASensorEventQueue_disableSensor()
341 LOG(VERBOSE) << "ASensorEventQueue_getEvents"; in ASensorEventQueue_getEvents()
428 LOG(VERBOSE) << "ALooper_forThread"; in ALooper_forThread()
433 LOG(VERBOSE) << "ALooper_prepare"; in ALooper_prepare()
[all …]
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingStateCallback.java44 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in BlockingStateCallback
56 if (VERBOSE) Log.v(TAG, "Camera device state now " + stateToString(state)); in setCurrentState()
179 if (VERBOSE) { in waitForAnyOfStates()
191 if (VERBOSE) { in waitForAnyOfStates()
DBlockingCameraManager.java42 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in BlockingCameraManager
208 if (VERBOSE) { in onOpened()
230 if (VERBOSE) { in onDisconnected()
253 if (VERBOSE) { in onError()
/frameworks/support/percent/src/android/support/percent/
DPercentLayoutHelper.java127 private static final boolean VERBOSE = false; field in PercentLayoutHelper
202 if (VERBOSE) { in getPercentLayoutInfo()
210 if (VERBOSE) { in getPercentLayoutInfo()
218 if (VERBOSE) { in getPercentLayoutInfo()
230 if (VERBOSE) { in getPercentLayoutInfo()
239 if (VERBOSE) { in getPercentLayoutInfo()
248 if (VERBOSE) { in getPercentLayoutInfo()
257 if (VERBOSE) { in getPercentLayoutInfo()
266 if (VERBOSE) { in getPercentLayoutInfo()
275 if (VERBOSE) { in getPercentLayoutInfo()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DByteArrayHelpers.java29 private static boolean VERBOSE = false; field in ByteArrayHelpers
164 if (VERBOSE) Log.v(TAG, "toByteArray - input: " + Arrays.toString(numbers)); in toByteArray()
174 if (VERBOSE) Log.v(TAG, "toByteArray - number " + i + ", class " + klass); in toByteArray()
194 if (VERBOSE) Log.v(TAG, "toByteArray - end of loop"); in toByteArray()
208 if (VERBOSE) Log.v(TAG, "toByteArray - output: " + Arrays.toString(bytes)); in toByteArray()
/frameworks/base/services/core/java/com/android/server/
DNetworkScorerAppManager.java50 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in NetworkScorerAppManager
70 if (VERBOSE) Log.v(TAG, "getAllValidScorers()"); in getAllValidScorers()
84 if (VERBOSE) { in getAllValidScorers()
99 if (VERBOSE) Log.v(TAG, serviceInfo.packageName in getAllValidScorers()
141 if (VERBOSE) { in findUseOpenWifiNetworksActivity()
290 if (VERBOSE) Log.v(TAG, currentPackageName + " is the active scorer."); in updateState()
374 if (VERBOSE) { in setNetworkRecommendationsPackage()
386 if (VERBOSE) { in setNetworkRecommendationsEnabledSetting()
/frameworks/base/core/java/android/app/backup/
DFullBackup.java350 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) { in isFullBackupContentEnabled()
390 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) { in maybeParseBackupSchemeLocked()
395 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) { in maybeParseBackupSchemeLocked()
431 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
447 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
463 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
476 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
483 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
495 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
502 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java59 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);; field in ValidateNotificationPeople
110 if (VERBOSE) Slog.i(TAG, "mEvictionCount: " + mEvictionCount); in initialize()
123 if (VERBOSE) Slog.i(TAG, "disabled"); in process()
127 if (VERBOSE) Slog.i(TAG, "skipping empty notification"); in process()
131 if (VERBOSE) Slog.i(TAG, "skipping global notification"); in process()
136 if (VERBOSE) Slog.i(TAG, "skipping notification that lacks a context"); in process()
240 if (VERBOSE) Slog.i(TAG, "Validating: " + key + " for " + context.getUserId()); in validatePeople()
267 if (VERBOSE) Slog.i(TAG, "final affinity: " + affinity); in validatePeople()
446 if (VERBOSE) Slog.i(TAG, "Executing: validation for: " + mKey); in work()
490 if (VERBOSE) Slog.i(TAG, "final affinity: " + operand.getContactAffinity()); in applyChangesLocked()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDebug.java41 Log.isLoggable("SQLiteLog", Log.VERBOSE);
49 Log.isLoggable("SQLiteStatements", Log.VERBOSE);
58 Log.isLoggable("SQLiteTime", Log.VERBOSE);
/frameworks/av/media/libstagefright/rtsp/
DAH263Assembler.cpp81 #if VERBOSE in addPacket()
82 LOG(VERBOSE) << "Not the sequence number I expected"; in addPacket()
155 #if VERBOSE in submitAccessUnit()
156 LOG(VERBOSE) << "Access unit complete (" << mPackets.size() << " packets)"; in submitAccessUnit()
/frameworks/compile/libbcc/tests/debuginfo/
Dbuild_test_apk.sh20 VERBOSE=no
49 if [ "$VERBOSE" = "yes" ] ; then
70 VERBOSE=yes
/frameworks/multidex/library/test/src/android/util/
DLog.java31 public static final int VERBOSE = 2; field in Log
68 return println(LOG_ID_MAIN, VERBOSE, tag, msg); in v()
79 return println(LOG_ID_MAIN, VERBOSE, tag, msg + '\n' + getStackTraceString(tr)); in v()
/frameworks/base/telecomm/java/android/telecom/
DLog.java54 public static boolean VERBOSE = isLoggable(android.util.Log.VERBOSE); field in Log
114 } else if (VERBOSE) { in v()
123 } else if (VERBOSE) { in v()
365 VERBOSE = isLoggable(android.util.Log.VERBOSE); in setTag()
390 if (pii == null || VERBOSE) { in piiHandle()
432 if (pii == null || VERBOSE) { in pii()
/frameworks/base/media/java/android/media/
DMediaHTTPConnection.java44 private static final boolean VERBOSE = false; field in MediaHTTPConnection
74 if (VERBOSE) { in connect()
340 if (VERBOSE) { in readAt()
355 if (VERBOSE) { in readAt()
360 if (VERBOSE) { in readAt()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCamera2Focuser.java51 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in Camera2Focuser
357 if (VERBOSE) { in createCaptureListener()
383 if (VERBOSE) { in createCaptureListener()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java598 if (Log.isLoggable(TAG, Log.VERBOSE)) { in reportChange()
639 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncAutomatically()
650 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncAutomatically()
715 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncableStateForEndPoint()
719 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncableStateForEndPoint()
748 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setBackoff()
821 if (Log.isLoggable(TAG, Log.VERBOSE)) { in clearAllBackoffsLocked()
853 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setDelayUntilTime()
962 if (Log.isLoggable(TAG, Log.VERBOSE)) { in doDatabaseCleanup()
972 if (Log.isLoggable(TAG, Log.VERBOSE)) { in doDatabaseCleanup()
[all …]
/frameworks/base/core/java/android/net/
DNetworkRecommendationProvider.java53 private static final boolean VERBOSE = Build.IS_DEBUGGABLE && Log.isLoggable(TAG, Log.VERBOSE); field in NetworkRecommendationProvider

123456