/frameworks/base/core/tests/coretests/src/android/util/ |
D | LogTest.java | 154 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable() 155 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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardTransitionAuditLogger.kt | 22 import com.android.systemui.log.core.LogLevel.VERBOSE 43 logger.log(TAG, VERBOSE, "WakefulnessModel", it) in start() 49 logger.log(TAG, VERBOSE, "Primary bouncer showing", it) in start() 55 logger.log(TAG, VERBOSE, "Alternate bouncer showing", it) in start() 60 keyguardInteractor.isDozing.collect { logger.log(TAG, VERBOSE, "isDozing", it) } in start() 65 logger.log(TAG, VERBOSE, "isAbleToDream", it) in start() 71 logger.log(TAG, VERBOSE, "isOccluded", it) in start() 77 logger.log(TAG, VERBOSE, "Finished transition", it) in start() 83 logger.log(TAG, VERBOSE, "Canceled transition", it) in start() 89 logger.log(TAG, VERBOSE, "Started transition", it) in start() [all …]
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
D | SysTrace.java | 37 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()
|
D | StateWaiter.java | 46 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/ |
D | CloseableLock.java | 41 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/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeLogger.kt | 34 buffer.log(TAG, LogLevel.VERBOSE, msg) in v() 44 LogLevel.VERBOSE, in onQsInterceptMoveQsTrackingEnabled() 62 LogLevel.VERBOSE, in logQsTrackingNotStarted() 83 LogLevel.VERBOSE, in logMotionEvent() 101 LogLevel.VERBOSE, in logShadeWindowDispatch() 121 LogLevel.VERBOSE, in logMotionEventStatusBarState() 151 LogLevel.VERBOSE, in logExpansionChanged() 169 LogLevel.VERBOSE, in logHasVibrated() 181 LogLevel.VERBOSE, in logQsExpandImmediateChanged() 200 LogLevel.VERBOSE, in logQsExpansionChanged() [all …]
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
D | CameraTestThread.java | 31 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/tests/ActivityManagerPerfTests/stub-app/src/com/android/stubs/am/ |
D | TestActivity.java | 31 private static final boolean VERBOSE = InitService.VERBOSE; field in TestActivity 38 if (VERBOSE) { in onCreate() 51 if (VERBOSE) { in onNewIntent() 61 if (VERBOSE) { in onResume() 70 if (VERBOSE) { in onDestroy()
|
D | TestService.java | 33 private static final boolean VERBOSE = InitService.VERBOSE; field in TestService 39 if (VERBOSE) { in onBind() 47 if (VERBOSE) { in onStartCommand() 55 if (VERBOSE) { in onUnbind()
|
D | TestContentProvider.java | 27 private static final boolean VERBOSE = InitService.VERBOSE; field in TestContentProvider 52 if (VERBOSE) { in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | DeviceStateRotationLockSettingControllerLogger.kt | 25 import com.android.systemui.log.core.LogLevel.VERBOSE 41 logBuffer.log(TAG, VERBOSE, { bool1 = listening }, { "setListening: $bool1" }) in logListeningChange() 51 VERBOSE, in logRotationLockStateChanged() 69 VERBOSE, in logSaveNewRotationLockSetting() 81 VERBOSE, in logUpdateDeviceState() 103 VERBOSE, in readPersistedSetting()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/ |
D | CarrierTextManagerLogger.kt | 40 LogLevel.VERBOSE, in logUpdate() 49 LogLevel.VERBOSE, in logUpdateLoopStart() 62 LogLevel.VERBOSE, in logUpdateWfcCheck() 71 LogLevel.VERBOSE, in logUpdateFromStickyBroadcast() 84 LogLevel.VERBOSE, in logCallbackSentFromUpdate()
|
D | KeyguardUpdateMonitorLogger.kt | 40 import com.android.systemui.log.core.LogLevel.VERBOSE 56 fun v(@CompileTimeConstant msg: String) = log(msg, VERBOSE) in d() 265 logBuffer.log(TAG, VERBOSE, { str1 = "$model" }, { str1!! }) in logKeyguardListenerModel() 295 logBuffer.log(TAG, VERBOSE, { str1 = "$callback" }, { "*** register callback for $str1" }) in logRegisterCallback() 362 VERBOSE, in logServiceStateIntent() 375 VERBOSE, in logServiceProvidersUpdated() 401 VERBOSE, in logSimStateFromIntent() 413 logBuffer.log(TAG, VERBOSE, { int1 = subId }, { "reportSimUnlocked(subId=$int1)" }) in logSimUnlocked() 419 VERBOSE, in logStartedListeningForFace() 432 VERBOSE, in logStartedListeningForFaceFromWakeUp() [all …]
|
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
D | ASensorManager.cpp | 98 LOG(VERBOSE) << "ASensorManager::getSensorList"; in getSensorList() 158 LOG(VERBOSE) << "ASensorManager::createEventQueue"; in createEventQueue() 178 LOG(VERBOSE) << "Returning event queue " << queue.get(); in createEventQueue() 183 LOG(VERBOSE) << "ASensorManager::destroyEventQueue(" << queue << ")"; in destroyEventQueue() 309 LOG(VERBOSE) << "ASensorEventQueue_registerSensor"; in ASensorEventQueue_registerSensor() 317 LOG(VERBOSE) << "ASensorEventQueue_enableSensor(queue " << queue << ")"; in ASensorEventQueue_enableSensor() 324 LOG(VERBOSE) << "ASensorEventQueue_disableSensor"; in ASensorEventQueue_disableSensor() 344 LOG(VERBOSE) << "ASensorEventQueue_getEvents"; in ASensorEventQueue_getEvents() 441 LOG(VERBOSE) << "ALooper_forThread"; in ALooper_forThread() 446 LOG(VERBOSE) << "ALooper_prepare"; in ALooper_prepare() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | HeadsUpCoordinatorLogger.kt | 18 this(buffer, Log.isLoggable(TAG, Log.VERBOSE)) 22 buffer.log(TAG, LogLevel.VERBOSE, { in logPostedEntryWillEvaluate() 35 buffer.log(TAG, LogLevel.VERBOSE, { in logPostedEntryWillNotEvaluate() 45 buffer.log(TAG, LogLevel.VERBOSE, { in logEvaluatingGroups() 54 buffer.log(TAG, LogLevel.VERBOSE, { in logEvaluatingGroup()
|
/frameworks/base/core/java/android/accounts/ |
D | AbstractAccountAuthenticator.java | 159 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount() 168 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount() 191 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials() 197 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials() 219 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel() 226 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel() 246 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthToken() 254 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthToken() 275 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateCredentials() 283 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateCredentials() [all …]
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
D | InputBufferManager.cpp | 67 LOG(VERBOSE) << "InputBufferManager::_registerFrameData -- called with " in _registerFrameData() 78 LOG(VERBOSE) << "InputBufferManager::_registerFrameData -- " in _registerFrameData() 115 LOG(VERBOSE) << "InputBufferManager::_unregisterFrameData -- called with " in _unregisterFrameData() 177 LOG(VERBOSE) << "InputBufferManager::_unregisterFrameData -- called with " in _unregisterFrameData() 247 LOG(VERBOSE) << "InputBufferManager::_onBufferDestroyed -- called with " in _onBufferDestroyed() 255 LOG(VERBOSE) << "InputBufferManager::_onBufferDestroyed -- called with " in _onBufferDestroyed() 265 LOG(VERBOSE) << "InputBufferManager::_onBufferDestroyed -- " in _onBufferDestroyed() 355 LOG(VERBOSE) << "InputBufferManager::processNotifications -- " in processNotifications() 421 LOG(VERBOSE) << "InputBufferManager::processNotifications -- " in processNotifications() 433 LOG(VERBOSE) << "InputBufferManager::processNotifications -- " in processNotifications() [all …]
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2ParamUtils.cpp | 73 C2_LOG(VERBOSE) << name.substr(0, word_start) << "|" in camelCaseToDashed() 114 C2_LOG(VERBOSE) << "=> " << name; in camelCaseToDashed() 130 C2_LOG(VERBOSE) << "prefix:" << prefix << ", underscores:" << extraUnderscores; in sanitizeEnumValueNames() 135 C2_LOG(VERBOSE) << s; in sanitizeEnumValueNames() 148 C2_LOG(VERBOSE) << "prefix:" << prefix << ", underscores:" << extraUnderscores; in sanitizeEnumValueNames() 172 C2_LOG(VERBOSE) << s; in sanitizeEnumValueNames()
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
D | BlockingStateCallback.java | 44 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()
|
D | BlockingOfflineSessionCallback.java | 46 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in BlockingOfflineSessionCallback 58 if (VERBOSE) Log.v(TAG, "Offline session state now " + stateToString(state)); in setCurrentState() 196 if (VERBOSE) { in waitForAnyOfStates() 208 if (VERBOSE) { in waitForAnyOfStates()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteDebug.java | 50 Log.isLoggable("SQLiteLog", Log.VERBOSE); 58 Log.isLoggable("SQLiteStatements", Log.VERBOSE); 67 Log.isLoggable("SQLiteTime", Log.VERBOSE); 74 Log.isLoggable("SQLiteSlowQueries", Log.VERBOSE);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | ByteArrayHelpers.java | 29 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/tests/mockingservicestests/src/com/android/server/ |
D | ExtendedMockitoRule.java | 50 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ExtendedMockitoRule 61 if (VERBOSE) { in ExtendedMockitoRule() 75 if (VERBOSE) { in getSessionBuilder() 174 if (VERBOSE) { in tearDown()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
D | MediaTimeoutLogger.kt | 73 LogLevel.VERBOSE, in logPlaybackState() 82 buffer.log(TAG, LogLevel.VERBOSE, { str1 = key }, { "dispatching state update for $key" }) in logStateCallback() 105 LogLevel.VERBOSE, in logTimeoutCancelled() 116 LogLevel.VERBOSE, in logRecommendationTimeoutScheduled()
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkScorerAppManager.java | 51 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in NetworkScorerAppManager 71 if (VERBOSE) Log.v(TAG, "getAllValidScorers()"); in getAllValidScorers() 85 if (VERBOSE) { in getAllValidScorers() 100 if (VERBOSE) Log.v(TAG, serviceInfo.packageName in getAllValidScorers() 142 if (VERBOSE) { in findUseOpenWifiNetworksActivity() 286 if (VERBOSE) Log.v(TAG, currentPackageName + " is the active scorer."); in updateState() 370 if (VERBOSE) { in setNetworkRecommendationsPackage() 382 if (VERBOSE) { in setNetworkRecommendationsEnabledSetting()
|