/frameworks/base/core/tests/coretests/src/android/util/ |
D | LogTest.java | 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() 164 canLog = Log.isLoggable(LOG_TAG, Log.VERBOSE); in testIsLoggable()
|
/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/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/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/core/java/android/accounts/ |
D | AbstractAccountAuthenticator.java | 160 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 …]
|
D | AccountAuthenticatorResponse.java | 46 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()
|
D | ChooseTypeAndAccountActivity.java | 135 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/support/percent/src/android/support/percent/ |
D | PercentLayoutHelper.java | 79 private static final boolean VERBOSE = false; field in PercentLayoutHelper 154 if (VERBOSE) { in getPercentLayoutInfo() 162 if (VERBOSE) { in getPercentLayoutInfo() 170 if (VERBOSE) { in getPercentLayoutInfo() 182 if (VERBOSE) { in getPercentLayoutInfo() 191 if (VERBOSE) { in getPercentLayoutInfo() 200 if (VERBOSE) { in getPercentLayoutInfo() 209 if (VERBOSE) { in getPercentLayoutInfo() 218 if (VERBOSE) { in getPercentLayoutInfo() 227 if (VERBOSE) { in getPercentLayoutInfo() [all …]
|
/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 | BlockingCameraManager.java | 42 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/core/java/android/app/backup/ |
D | FullBackup.java | 349 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) { in isFullBackupContentEnabled() 389 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) { in maybeParseBackupSchemeLocked() 394 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) { in maybeParseBackupSchemeLocked() 430 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked() 446 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked() 462 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked() 475 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked() 482 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked() 494 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked() 501 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked() [all …]
|
/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/core/java/com/android/server/notification/ |
D | ValidateNotificationPeople.java | 56 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);; field in ValidateNotificationPeople 107 if (VERBOSE) Slog.i(TAG, "mEvictionCount: " + mEvictionCount); in initialize() 120 if (VERBOSE) Slog.i(TAG, "disabled"); in process() 124 if (VERBOSE) Slog.i(TAG, "skipping empty notification"); in process() 128 if (VERBOSE) Slog.i(TAG, "skipping global notification"); in process() 133 if (VERBOSE) Slog.i(TAG, "skipping notification that lacks a context"); in process() 235 if (VERBOSE) Slog.i(TAG, "Validating: " + key + " for " + context.getUserId()); in validatePeople() 262 if (VERBOSE) Slog.i(TAG, "final affinity: " + affinity); in validatePeople() 441 if (VERBOSE) Slog.i(TAG, "Executing: validation for: " + mKey); in work() 488 if (VERBOSE) Slog.i(TAG, "final affinity: " + operand.getContactAffinity()); in applyChangesLocked()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteDebug.java | 40 Log.isLoggable("SQLiteLog", Log.VERBOSE); 48 Log.isLoggable("SQLiteStatements", Log.VERBOSE); 57 Log.isLoggable("SQLiteTime", Log.VERBOSE);
|
/frameworks/av/media/libstagefright/rtsp/ |
D | AH263Assembler.cpp | 81 #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/multidex/library/test/src/android/util/ |
D | Log.java | 31 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/compile/libbcc/tests/debuginfo/ |
D | build_test_apk.sh | 20 VERBOSE=no 49 if [ "$VERBOSE" = "yes" ] ; then 70 VERBOSE=yes
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncStorageEngine.java | 552 if (Log.isLoggable(TAG, Log.VERBOSE)) { in reportChange() 593 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncAutomatically() 604 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncAutomatically() 669 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncableStateForEndPoint() 673 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncableStateForEndPoint() 702 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setBackoff() 775 if (Log.isLoggable(TAG, Log.VERBOSE)) { in clearAllBackoffsLocked() 807 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setDelayUntilTime() 910 if (Log.isLoggable(TAG, Log.VERBOSE)) { in doDatabaseCleanup() 920 if (Log.isLoggable(TAG, Log.VERBOSE)) { in doDatabaseCleanup() [all …]
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Log.java | 42 public static final boolean VERBOSE = isLoggable(android.util.Log.VERBOSE); field in Log 98 if (VERBOSE) { in v() 104 if (VERBOSE) { in v() 159 if (pii == null || VERBOSE) { in pii()
|
/frameworks/base/media/java/android/media/ |
D | MediaHTTPConnection.java | 44 private static final boolean VERBOSE = false; field in MediaHTTPConnection 73 if (VERBOSE) { in connect() 339 if (VERBOSE) { in readAt() 354 if (VERBOSE) { in readAt() 359 if (VERBOSE) { in readAt()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | Camera2Focuser.java | 51 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/accounts/ |
D | AccountManagerService.java | 868 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onUnlockUser() 905 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPassword() 946 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPreviousName() 999 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getUserData() 1035 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthenticatorTypes() 1089 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccountExplicitly() 1182 if (Log.isLoggable(TAG, Log.VERBOSE)) { in accountAuthenticated() 1400 if (Log.isLoggable(TAG, Log.VERBOSE)) { in hasFeatures() 1455 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult() 1465 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult() [all …]
|
/frameworks/base/telephony/java/android/telephony/ |
D | Rlog.java | 39 return Log.println_native(Log.LOG_ID_RADIO, Log.VERBOSE, tag, msg); in v() 43 return Log.println_native(Log.LOG_ID_RADIO, Log.VERBOSE, tag, in v() 104 if (pii == null || TextUtils.isEmpty(val) || isLoggable(tag, Log.VERBOSE)) { in pii()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | Camera2CaptureRequestTest.java | 56 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in Camera2CaptureRequestTest 190 if (VERBOSE) { in autoAeMultipleCapturesThenTestLock() 277 if (VERBOSE) { in aeManualControlTest() 416 if (VERBOSE) { in validateFrameDurationForCapture()
|