Home
last modified time | relevance | path

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

12345

/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.java130 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount()
140 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount()
157 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials()
164 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials()
183 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel()
191 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel()
208 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthToken()
217 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthToken()
235 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateCredentials()
244 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.java135 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate()
184 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate()
239 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onDestroy()
283 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onActivityResult()
347 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onActivityResult()
355 if (Log.isLoggable(TAG, Log.VERBOSE)) { in runAddAccountForAuthenticator()
416 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setResultAndFinish()
424 if (Log.isLoggable(TAG, Log.VERBOSE)) { in startChooseAccountTypeActivity()
572 if (Log.isLoggable(TAG, Log.VERBOSE)) { in populateUIAccountList()
/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/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/core/java/android/app/backup/
DFullBackup.java276 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) { in isFullBackupContentEnabled()
316 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) { in maybeParseBackupSchemeLocked()
321 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) { in maybeParseBackupSchemeLocked()
357 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
373 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
389 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
402 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
409 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
458 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseCurrentTagForDomain()
501 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in extractCanonicalFile()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java53 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);; field in ValidateNotificationPeople
104 if (VERBOSE) Slog.i(TAG, "mEvictionCount: " + mEvictionCount); in initialize()
117 if (VERBOSE) Slog.i(TAG, "disabled"); in process()
121 if (VERBOSE) Slog.i(TAG, "skipping empty notification"); in process()
125 if (VERBOSE) Slog.i(TAG, "skipping global notification"); in process()
130 if (VERBOSE) Slog.i(TAG, "skipping notification that lacks a context"); in process()
231 if (VERBOSE) Slog.i(TAG, "Validating: " + key + " for " + context.getUserId()); in validatePeople()
255 if (VERBOSE) Slog.i(TAG, "final affinity: " + affinity); in validatePeople()
433 if (VERBOSE) Slog.i(TAG, "Executing: validation for: " + mKey); in work()
477 if (VERBOSE) Slog.i(TAG, "final affinity: " + operand.getContactAffinity()); in applyChangesLocked()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDebug.java40 Log.isLoggable("SQLiteLog", Log.VERBOSE);
48 Log.isLoggable("SQLiteStatements", Log.VERBOSE);
57 Log.isLoggable("SQLiteTime", Log.VERBOSE);
/frameworks/support/percent/src/android/support/percent/
DPercentLayoutHelper.java141 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPercentLayoutInfo()
149 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPercentLayoutInfo()
157 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPercentLayoutInfo()
169 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPercentLayoutInfo()
178 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPercentLayoutInfo()
187 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPercentLayoutInfo()
196 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPercentLayoutInfo()
205 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPercentLayoutInfo()
214 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPercentLayoutInfo()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java632 if (Log.isLoggable(TAG, Log.VERBOSE)) { in reportChange()
673 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncAutomatically()
684 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncAutomatically()
769 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncableStateForEndPoint()
773 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncableStateForEndPoint()
802 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setBackoff()
876 if (Log.isLoggable(TAG, Log.VERBOSE)) { in clearAllBackoffsLocked()
921 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setDelayUntilTime()
936 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateOrAddPeriodicSync()
1104 if (Log.isLoggable(TAG, Log.VERBOSE)) { in insertIntoPending()
[all …]
DSyncManager.java242 if (Log.isLoggable(TAG, Log.VERBOSE)) {
250 if (Log.isLoggable(TAG, Log.VERBOSE)) {
360 if (Log.isLoggable(TAG, Log.VERBOSE)) {
646 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE); in scheduleSync()
743 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE); in scheduleSync()
930 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_SYNC_ALARM"); in sendSyncAlarmMessage()
935 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_CHECK_ALARMS"); in sendCheckAlarmsMessage()
942 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_SYNC_FINISHED"); in sendSyncFinishedOrCanceledMessage()
950 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "sending MESSAGE_CANCEL"); in sendCancelSyncsMessage()
963 if (Log.isLoggable(TAG, Log.VERBOSE)) { in postSyncExpiryMessage()
[all …]
/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/base/services/core/java/com/android/server/
DNetworkScoreService.java119 if (Log.isLoggable(TAG, Log.VERBOSE)) { in registerPackageReceiverIfNeeded()
138 if (Log.isLoggable(TAG, Log.VERBOSE)) { in registerPackageReceiverIfNeeded()
170 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateScores()
174 } else if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateScores()
258 if (Log.isLoggable(TAG, Log.VERBOSE)) { in clearInternal()
293 if (Log.isLoggable(TAG, Log.VERBOSE)) { in dump()
/frameworks/base/telecomm/java/android/telecom/
DLog.java37 public static final boolean VERBOSE = isLoggable(android.util.Log.VERBOSE); field in Log
72 if (VERBOSE) { in v()
78 if (VERBOSE) { in v()
133 if (pii == null || VERBOSE) { in pii()
/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/media/java/android/media/
DMediaHTTPConnection.java44 private static final boolean VERBOSE = false; field in MediaHTTPConnection
73 if (VERBOSE) { in connect()
334 if (VERBOSE) { in readAt()
349 if (VERBOSE) { in readAt()
354 if (VERBOSE) { in readAt()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java532 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPassword()
578 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPreviousName()
631 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getUserData()
658 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthenticatorTypes()
712 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccountExplicitly()
804 if (Log.isLoggable(TAG, Log.VERBOSE)) { in accountAuthenticated()
997 if (Log.isLoggable(TAG, Log.VERBOSE)) { in hasFeatures()
1051 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult()
1061 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult()
1080 if (Log.isLoggable(TAG, Log.VERBOSE)) { in renameAccount()
[all …]
/frameworks/base/core/java/android/util/
DLog.java59 public static final int VERBOSE = 2; field in Log
118 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg); in v()
129 return println_native(LOG_ID_MAIN, VERBOSE, tag, msg + '\n' + getStackTraceString(tr)); in v()

12345