/aosp12/packages/apps/Camera2/src/com/android/camera/debug/ |
H A D | Log.java | 65 if (isLoggable(tag, android.util.Log.DEBUG)) { in d() 71 if (isLoggable(tag, android.util.Log.DEBUG)) { in d() 77 if (isLoggable(tag, android.util.Log.DEBUG)) { in d() 83 if (isLoggable(tag, android.util.Log.DEBUG)) { in d() 89 if (isLoggable(tag, android.util.Log.ERROR)) { in e() 95 if (isLoggable(tag, android.util.Log.ERROR)) { in e() 101 if (isLoggable(tag, android.util.Log.DEBUG)) { in e() 113 if (isLoggable(tag, android.util.Log.INFO)) { in i() 119 if (isLoggable(tag, android.util.Log.INFO)) { in i() 131 if (isLoggable(tag, android.util.Log.INFO)) { in i() [all …]
|
/aosp12/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()
|
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/ |
H A D | Log.java | 59 if (isLoggable(tag, android.util.Log.DEBUG)) { in d() 65 if (isLoggable(tag, android.util.Log.DEBUG)) { in d() 71 if (isLoggable(tag, android.util.Log.ERROR)) { in e() 77 if (isLoggable(tag, android.util.Log.ERROR)) { in e() 83 if (isLoggable(tag, android.util.Log.INFO)) { in i() 89 if (isLoggable(tag, android.util.Log.INFO)) { in i() 95 if (isLoggable(tag, android.util.Log.VERBOSE)) { in v() 101 if (isLoggable(tag, android.util.Log.VERBOSE)) { in v() 107 if (isLoggable(tag, android.util.Log.WARN)) { in w() 113 if (isLoggable(tag, android.util.Log.WARN)) { in w() [all …]
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/ |
H A D | LogUtils.java | 75 return Log.isLoggable(tag, Log.DEBUG) || Log.isLoggable(TAG, Log.DEBUG); in isDebugLoggingEnabled() 144 return Log.isLoggable(tag, level) || Log.isLoggable(TAG, level); in isLoggable() 157 if (isLoggable(tag, VERBOSE)) { in v() 188 if (isLoggable(tag, DEBUG)) { in d() 204 if (isLoggable(tag, DEBUG)) { in d() 219 if (isLoggable(tag, INFO)) { in i() 235 if (isLoggable(tag, INFO)) { in i() 250 if (isLoggable(tag, WARN)) { in w() 266 if (isLoggable(tag, WARN)) { in w() 281 if (isLoggable(tag, ERROR)) { in e() [all …]
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/utils/ |
H A D | Log.java | 61 if (isLoggable(android.util.Log.VERBOSE)) { in v() 77 if (isLoggable(android.util.Log.VERBOSE)) { in v() 92 if (isLoggable(android.util.Log.DEBUG)) { in d() 108 if (isLoggable(android.util.Log.DEBUG)) { in d() 123 if (isLoggable(android.util.Log.INFO)) { in i() 139 if (isLoggable(android.util.Log.INFO)) { in i() 154 if (isLoggable(android.util.Log.WARN)) { in w() 170 if (isLoggable(android.util.Log.WARN)) { in w() 185 if (isLoggable(android.util.Log.ERROR)) { in e() 201 if (isLoggable(android.util.Log.ERROR)) { in e() [all …]
|
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/util/ |
H A D | Log.java | 36 public static boolean isLoggable(@Nullable String tag, int level) { in isLoggable() method in Log 37 return android.util.Log.isLoggable(tag, level); in isLoggable() 42 if (!isLoggable(tag, VERBOSE)) return 0; in v() 53 if (!isLoggable(tag, DEBUG)) return 0; in d() 64 if (!isLoggable(tag, INFO)) return 0; in i() 70 if (!isLoggable(tag, WARN)) return 0; in w() 76 if (!isLoggable(tag, ERROR)) return 0; in e() 82 if (!isLoggable(tag, ERROR)) return 0; in e()
|
/aosp12/frameworks/base/core/java/android/accounts/ |
H A D | AbstractAccountAuthenticator.java | 158 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount() 188 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials() 214 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel() 239 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthToken() 266 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateCredentials() 375 if (Log.isLoggable(TAG, Log.VERBOSE)) { in startAddAccountSession() 407 if (Log.isLoggable(TAG, Log.VERBOSE)) { in startUpdateCredentialsSession() 445 if (Log.isLoggable(TAG, Log.VERBOSE)) { in finishSession() 489 if (Log.isLoggable(TAG, Log.VERBOSE)) { in handleException() 494 if (Log.isLoggable(TAG, Log.VERBOSE)) { in handleException() [all …]
|
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/log/ |
H A D | L.java | 38 if (Log.isLoggable(tag, Log.VERBOSE) || TYPE_LIST.contains(Build.TYPE)) { in v() 49 if (Log.isLoggable(tag, Log.DEBUG) || TYPE_LIST.contains(Build.TYPE)) { in d() 60 if (Log.isLoggable(tag, Log.INFO) || TYPE_LIST.contains(Build.TYPE)) { in i() 71 if (Log.isLoggable(tag, Log.WARN) || TYPE_LIST.contains(Build.TYPE)) { in w() 82 if (Log.isLoggable(tag, Log.ERROR) || TYPE_LIST.contains(Build.TYPE)) { in e() 93 if (Log.isLoggable(tag, Log.ERROR) || TYPE_LIST.contains(Build.TYPE)) { in e()
|
/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
H A D | L.java | 32 if (Log.isLoggable(TAG, Log.VERBOSE) || Build.IS_DEBUGGABLE) { in v() 39 if (Log.isLoggable(TAG, Log.DEBUG) || Build.IS_DEBUGGABLE) { in d() 46 if (Log.isLoggable(TAG, Log.INFO) || Build.IS_DEBUGGABLE) { in i() 53 if (Log.isLoggable(TAG, Log.WARN) || Build.IS_DEBUGGABLE) { in w() 60 if (Log.isLoggable(TAG, Log.ERROR) || Build.IS_DEBUGGABLE) { in e()
|
/aosp12/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | Slogf.java | 60 public static boolean isLoggable(String tag, int level) { in isLoggable() method in Slogf 61 return Log.isLoggable(tag, level); in isLoggable() 159 if (!isLoggable(tag, Log.VERBOSE)) return; in v() 174 if (!isLoggable(tag, Log.DEBUG)) return; in d() 189 if (!isLoggable(tag, Log.INFO)) return; in i() 204 if (!isLoggable(tag, Log.WARN)) return; in w() 219 if (!isLoggable(tag, Log.WARN)) return; in w() 233 if (!isLoggable(tag, Log.ERROR)) return; in e() 248 if (!isLoggable(tag, Log.ERROR)) return; in e()
|
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/ |
H A D | SafeLog.java | 33 if (Log.isLoggable(tag, Log.VERBOSE)) { in logv() 40 if (Log.isLoggable(tag, Log.INFO)) { in logi() 47 if (Log.isLoggable(tag, Log.DEBUG)) { in logd() 54 if (Log.isLoggable(tag, Log.WARN)) { in logw() 67 if (Log.isLoggable(tag, Log.ERROR)) { in loge()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | NoConfirmationSmsSendService.java | 56 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent() 62 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent() 70 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent() 90 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent() 100 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent() 114 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent() 121 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
|
H A D | SyncManager.java | 150 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { 172 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in onNewMessageInserted() 176 } else if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in onNewMessageInserted() 189 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in shouldSync() 197 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in shouldSync() 206 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in shouldSync() 212 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in shouldSync() 276 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in complete() 366 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onChange() 400 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in clear()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/widget/ |
H A D | BaseWidgetProvider.java | 55 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onReceive() 71 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onReceive() 98 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getWidgetSize() 113 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getWidgetSize() 135 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getWidgetSize() 163 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onAppWidgetOptionsChanged() 181 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onDeleted()
|
H A D | BaseWidgetFactory.java | 69 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in BaseWidgetFactory() 79 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onCreate() 86 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onDestroy() 99 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onDataSetChanged() 128 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getCount() 134 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getCount() 149 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { 208 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/ |
H A D | TestAuthenticator.java | 64 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in addAccount() 86 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in getAuthToken() 100 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in confirmCredentials() 108 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in editProperties() 117 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in getAuthTokenLabel() 129 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in hasFeatures() 140 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) { in updateCredentials()
|
/aosp12/packages/services/Car/tests/SampleCustomInputService/src/com/android/car/custominput/sample/ |
H A D | CustomInputEventListener.java | 129 if (Log.isLoggable(TAG, Log.DEBUG)) { in getDisplayIdForDisplayType() 155 if (Log.isLoggable(TAG, Log.DEBUG)) { in launchMap() 169 if (Log.isLoggable(TAG, Log.DEBUG)) { in acceptIncomingCall() 176 if (Log.isLoggable(TAG, Log.DEBUG)) { in rejectIncomingCall() 193 if (Log.isLoggable(TAG, Log.DEBUG)) { in increaseVolume() 200 if (Log.isLoggable(TAG, Log.DEBUG)) { in increaseVolume() 219 if (Log.isLoggable(TAG, Log.DEBUG)) { in decreaseVolume() 226 if (Log.isLoggable(TAG, Log.DEBUG)) { in decreaseVolume() 235 if (Log.isLoggable(TAG, Log.DEBUG)) { in launchHome()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/ |
H A D | SettingsInjector.java | 129 if (Log.isLoggable(TAG, Log.DEBUG)) { in getSettings() 151 if (Log.isLoggable(TAG, Log.DEBUG)) { in getSettings() 227 if (Log.isLoggable(TAG, Log.WARN)) { in parseServiceInfo() 284 if (Log.isLoggable(TAG, Log.DEBUG)) { in parseAttributes() 306 if (Log.isLoggable(TAG, Log.DEBUG)) { in reloadStatusMessages() 361 if (Log.isLoggable(TAG, Log.DEBUG)) { in handleMessage() 399 if (Log.isLoggable(TAG, Log.VERBOSE)) { in handleMessage() 406 if (Log.isLoggable(TAG, Log.VERBOSE)) { in handleMessage() 422 if (Log.isLoggable(TAG, Log.DEBUG)) { in handleMessage() 456 if (Log.isLoggable(TAG, Log.DEBUG)) { in handleMessage() [all …]
|
/aosp12/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/tts/ |
H A D | TextToSpeechHelper.java | 123 if (Log.isLoggable(TAG, Log.DEBUG)) { in maybeInitAndKeepAlive() 136 if (Log.isLoggable(TAG, Log.DEBUG)) { in handleInitCompleted() 217 if (Log.isLoggable(TAG, Log.DEBUG)) { in playInternal() 249 if (Log.isLoggable(TAG, Log.DEBUG)) { in shutdownEngine() 288 if (Log.isLoggable(TAG, Log.DEBUG)) { 297 if (Log.isLoggable(TAG, Log.DEBUG)) { 306 if (Log.isLoggable(TAG, Log.DEBUG)) { 315 if (Log.isLoggable(TAG, Log.DEBUG)) { 323 if (Log.isLoggable(TAG, Log.DEBUG)) { 331 if (Log.isLoggable(TAG, Log.DEBUG)) {
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/bluetooth/ |
H A D | CarBatteryController.java | 141 if (Log.isLoggable(TAG, Log.DEBUG)) { in onReceive() 146 if (Log.isLoggable(TAG, Log.DEBUG)) { in onReceive() 161 if (Log.isLoggable(TAG, Log.DEBUG)) { in onReceive() 179 if (Log.isLoggable(TAG, Log.DEBUG)) { in updateBatteryLevel() 207 if (Log.isLoggable(TAG, Log.DEBUG)) { in updateBatteryLevel() 220 if (Log.isLoggable(TAG, Log.DEBUG)) { in updateBatteryIcon() 242 if (Log.isLoggable(TAG, Log.DEBUG)) { in updateBatteryIcon()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/ |
H A D | LogUtils.kt | 66 get() = DEBUG || Log.isLoggable(logTag, Log.VERBOSE) 69 get() = DEBUG || Log.isLoggable(logTag, Log.DEBUG) 72 get() = DEBUG || Log.isLoggable(logTag, Log.INFO) 75 get() = DEBUG || Log.isLoggable(logTag, Log.WARN) 78 get() = DEBUG || Log.isLoggable(logTag, Log.ERROR) 81 get() = DEBUG || Log.isLoggable(logTag, Log.ASSERT)
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | Log.java | 28 public static final boolean DEBUG = isLoggable(android.util.Log.DEBUG); 29 public static final boolean INFO = isLoggable(android.util.Log.INFO); 30 public static final boolean VERBOSE = isLoggable(android.util.Log.VERBOSE); 31 public static final boolean WARN = isLoggable(android.util.Log.WARN); 32 public static final boolean ERROR = isLoggable(android.util.Log.ERROR); 36 public static boolean isLoggable(int level) { in isLoggable() method in Log 37 return FORCE_LOGGING || android.util.Log.isLoggable(TAG, level); in isLoggable()
|
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/util/ |
H A D | L.java | 35 if (Log.isLoggable(TAG, Log.VERBOSE)) { in v() 46 if (Log.isLoggable(TAG, Log.DEBUG)) { in d() 57 if (Log.isLoggable(TAG, Log.INFO)) { in i() 68 if (Log.isLoggable(TAG, Log.WARN)) { in w()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | Log.java | 59 public static boolean DEBUG = isLoggable(android.util.Log.DEBUG); 60 public static boolean INFO = isLoggable(android.util.Log.INFO); 61 public static boolean VERBOSE = isLoggable(android.util.Log.VERBOSE); 62 public static boolean WARN = isLoggable(android.util.Log.WARN); 63 public static boolean ERROR = isLoggable(android.util.Log.ERROR); 364 DEBUG = isLoggable(android.util.Log.DEBUG); in setTag() 365 INFO = isLoggable(android.util.Log.INFO); in setTag() 366 VERBOSE = isLoggable(android.util.Log.VERBOSE); in setTag() 367 WARN = isLoggable(android.util.Log.WARN); in setTag() 368 ERROR = isLoggable(android.util.Log.ERROR); in setTag() [all …]
|
/aosp12/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/ |
H A D | Player.java | 172 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPlay() 186 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPause() 332 if (Log.isLoggable(TAG, Log.DEBUG)) { in startPlayback() 368 if (Log.isLoggable(TAG, Log.DEBUG)) { in resumePlayback() 415 if (Log.isLoggable(TAG, Log.DEBUG)) { in pausePlayback() 438 if (Log.isLoggable(TAG, Log.DEBUG)) { in stopPlayback() 455 if (Log.isLoggable(TAG, Log.DEBUG)) { in advance() 473 if (Log.isLoggable(TAG, Log.DEBUG)) { in retreat() 501 if (Log.isLoggable(TAG, Log.DEBUG)) { in play() 547 if (Log.isLoggable(TAG, Log.DEBUG)) { in shuffle() [all …]
|