/aosp14/frameworks/base/core/tests/coretests/src/android/util/ |
H A 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()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
H A D | KeyguardTransitionAuditLogger.kt | 22 import com.android.systemui.log.core.LogLevel.VERBOSE 43 logger.log(TAG, VERBOSE, "WakefulnessModel", it) 49 logger.log(TAG, VERBOSE, "Primary bouncer showing", it) 55 logger.log(TAG, VERBOSE, "Alternate bouncer showing", it) 60 keyguardInteractor.isDozing.collect { logger.log(TAG, VERBOSE, "isDozing", it) } 65 logger.log(TAG, VERBOSE, "isAbleToDream", it) 71 logger.log(TAG, VERBOSE, "isOccluded", it) 77 logger.log(TAG, VERBOSE, "Finished transition", it) 83 logger.log(TAG, VERBOSE, "Canceled transition", it) 89 logger.log(TAG, VERBOSE, "Started transition", it) [all …]
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/utils/ |
H A 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()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | ShadeLogger.kt | 44 LogLevel.VERBOSE, 62 LogLevel.VERBOSE, 151 LogLevel.VERBOSE, 169 LogLevel.VERBOSE, 181 LogLevel.VERBOSE, 200 LogLevel.VERBOSE, 256 LogLevel.VERBOSE, 272 LogLevel.VERBOSE, 288 LogLevel.VERBOSE, 311 LogLevel.VERBOSE, [all …]
|
/aosp14/system/core/libsuspend/ |
H A D | autosuspend_wakeup_count.cpp | 72 LOG(VERBOSE) << "read wakeup_count"; in suspend_thread_func() 86 LOG(VERBOSE) << "wait"; in suspend_thread_func() 93 LOG(VERBOSE) << "write " << wakeup_count << " to wakeup_count"; in suspend_thread_func() 95 LOG(VERBOSE) << "write " << sleep_state << " to " << sys_power_state; in suspend_thread_func() 106 LOG(VERBOSE) << "release sem"; in suspend_thread_func() 159 LOG(VERBOSE) << "autosuspend_init success"; in autosuspend_init() 172 LOG(VERBOSE) << "autosuspend_wakeup_count_enable"; in autosuspend_wakeup_count_enable() 185 LOG(VERBOSE) << "autosuspend_wakeup_count_enable done"; in autosuspend_wakeup_count_enable() 191 LOG(VERBOSE) << "autosuspend_wakeup_count_disable"; in autosuspend_wakeup_count_disable() 203 LOG(VERBOSE) << "autosuspend_wakeup_count_disable done"; in autosuspend_wakeup_count_disable() [all …]
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
H A 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()
|
/aosp14/frameworks/base/tests/ActivityManagerPerfTests/stub-app/src/com/android/stubs/am/ |
H A 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()
|
H A 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()
|
H A D | TestContentProvider.java | 27 private static final boolean VERBOSE = InitService.VERBOSE; field in TestContentProvider 52 if (VERBOSE) { in onCreate()
|
/aosp14/system/core/fastboot/ |
H A D | super_flash_helper.cpp | 31 LOG(VERBOSE) << "device does not support optimized super flashing"; in Open() 53 LOG(VERBOSE) << "could not find partition image: " << image_name; in AddPartition() 59 LOG(VERBOSE) << "cannot optimize dynamic partitions with sparse images"; in AddPartition() 78 LOG(VERBOSE) << "device does not support optimized super flashing"; in GetSparseLayout() 90 LOG(VERBOSE) << "super image is too big to flash"; in GetSparseLayout() 116 LOG(VERBOSE) << "unrecognized extent type in super image layout"; in GetSparseLayout() 120 LOG(VERBOSE) << "sparse failure building super image layout"; in GetSparseLayout()
|
H A D | task.cpp | 113 LOG(VERBOSE) << "Cannot optimize flashing super on non-AB device"; in Initialize() 117 LOG(VERBOSE) << "Cannot optimize flashing super for all slots"; in Initialize() 125 LOG(VERBOSE) << "could not open super_empty.img"; in Initialize() 138 LOG(VERBOSE) << "Cannot optimize super flashing: could not determine super partition"; in Initialize() 143 LOG(VERBOSE) << "Could not parse " << super_name << " size: " << partition_size_str; in Initialize() 177 LOG(VERBOSE) << "Cannot optimize flashing super on non-AB device"; in InitializeFromTasks() 181 LOG(VERBOSE) << "Cannot optimize flashing super for all slots"; in InitializeFromTasks() 189 LOG(VERBOSE) << "could not open super_empty.img"; in InitializeFromTasks() 201 LOG(VERBOSE) << "Cannot optimize super flashing: could not determine super partition"; in InitializeFromTasks() 206 LOG(VERBOSE) << "Could not parse " << super_name << " size: " << partition_size_str; in InitializeFromTasks()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | DeviceStateRotationLockSettingControllerLogger.kt | 25 import com.android.systemui.log.core.LogLevel.VERBOSE 41 logBuffer.log(TAG, VERBOSE, { bool1 = listening }, { "setListening: $bool1" }) 51 VERBOSE, 69 VERBOSE, 81 VERBOSE, 103 VERBOSE,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/ |
H A D | CarrierTextManagerLogger.kt | 40 LogLevel.VERBOSE, 49 LogLevel.VERBOSE, 62 LogLevel.VERBOSE, 71 LogLevel.VERBOSE, 84 LogLevel.VERBOSE,
|
H A D | KeyguardUpdateMonitorLogger.kt | 40 import com.android.systemui.log.core.LogLevel.VERBOSE 362 VERBOSE, 375 VERBOSE, 401 VERBOSE, 419 VERBOSE, 432 VERBOSE, 444 VERBOSE, 588 VERBOSE, 597 VERBOSE, 606 VERBOSE, [all …]
|
/aosp14/frameworks/base/core/java/android/accounts/ |
H A D | AbstractAccountAuthenticator.java | 159 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount() 191 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials() 219 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel() 246 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthToken() 275 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateCredentials() 396 if (Log.isLoggable(TAG, Log.VERBOSE)) { in startAddAccountSession() 430 if (Log.isLoggable(TAG, Log.VERBOSE)) { in startUpdateCredentialsSession() 470 if (Log.isLoggable(TAG, Log.VERBOSE)) { in finishSession() 515 if (Log.isLoggable(TAG, Log.VERBOSE)) { in handleException() 520 if (Log.isLoggable(TAG, Log.VERBOSE)) { in handleException() [all …]
|
H A D | AccountAuthenticatorResponse.java | 48 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult() 61 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onRequestContinued() 72 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onError()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | HeadsUpCoordinatorLogger.kt | 18 this(buffer, Log.isLoggable(TAG, Log.VERBOSE)) 22 buffer.log(TAG, LogLevel.VERBOSE, { 35 buffer.log(TAG, LogLevel.VERBOSE, { 45 buffer.log(TAG, LogLevel.VERBOSE, { 54 buffer.log(TAG, LogLevel.VERBOSE, {
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A 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()
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A 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()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/ |
H A 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()
|
/aosp14/frameworks/base/core/java/android/database/sqlite/ |
H A 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);
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
H A D | MediaTimeoutLogger.kt | 73 LogLevel.VERBOSE, 82 buffer.log(TAG, LogLevel.VERBOSE, { str1 = key }, { "dispatching state update for $key" }) 105 LogLevel.VERBOSE, 116 LogLevel.VERBOSE,
|
/aosp14/system/core/libnetutils/ |
H A D | packet.c | 178 #if VERBOSE in receive_packet() 182 #if VERBOSE in receive_packet() 186 #if VERBOSE in receive_packet() 190 #if VERBOSE in receive_packet() 194 #if VERBOSE in receive_packet() 227 #if VERBOSE in receive_packet()
|
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/transport/ |
H A D | TransportUtils.java | 70 @IntDef({Priority.VERBOSE, Priority.DEBUG, Priority.INFO, Priority.WARN, Priority.WTF}) 73 int VERBOSE = Log.VERBOSE; field
|
/aosp14/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/ |
H A D | ContentSuggestionsManagerService.java | 67 private static final boolean VERBOSE = false; // TODO: make dynamic field in ContentSuggestionsManagerService 143 if (VERBOSE) { in provideContextBitmap() 183 if (VERBOSE) { in provideContextImage() 202 if (VERBOSE) { in suggestContentSelections() 221 if (VERBOSE) { in classifyContentSelections() 238 if (VERBOSE) { in notifyInteraction()
|