Home
last modified time | relevance | path

Searched refs:isLoggable (Results 1 – 25 of 262) sorted by relevance

1234567891011

/frameworks/base/core/tests/coretests/src/android/util/
DLogTest.java154 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/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
DLog.java59 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 …]
/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java157 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount()
167 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 …]
DAccountAuthenticatorResponse.java48 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()
DChooseTypeAndAccountActivity.java142 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate()
203 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate()
258 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onDestroy()
311 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onActivityResult()
377 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onActivityResult()
385 if (Log.isLoggable(TAG, Log.VERBOSE)) { in runAddAccountForAuthenticator()
462 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setResultAndFinish()
471 if (Log.isLoggable(TAG, Log.VERBOSE)) { in startChooseAccountTypeActivity()
624 if (Log.isLoggable(TAG, Log.VERBOSE)) { in populateUIAccountList()
DChooseAccountTypeActivity.java55 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate()
119 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setResultAndFinish()
140 if (Log.isLoggable(TAG, Log.WARN)) { in buildTypeToAuthDescriptionMap()
145 if (Log.isLoggable(TAG, Log.WARN)) { in buildTypeToAuthDescriptionMap()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DSettingsInjector.java129 if (Log.isLoggable(TAG, Log.DEBUG)) { in getSettings()
147 if (Log.isLoggable(TAG, Log.DEBUG)) { in getSettings()
217 if (Log.isLoggable(TAG, Log.WARN)) { in parseServiceInfo()
275 if (Log.isLoggable(TAG, Log.DEBUG)) { in parseAttributes()
297 if (Log.isLoggable(TAG, Log.DEBUG)) { in reloadStatusMessages()
363 if (Log.isLoggable(TAG, Log.DEBUG)) { in handleMessage()
387 if (Log.isLoggable(TAG, Log.WARN)) { in handleMessage()
401 if (Log.isLoggable(TAG, Log.VERBOSE)) { in handleMessage()
408 if (Log.isLoggable(TAG, Log.VERBOSE)) { in handleMessage()
424 if (Log.isLoggable(TAG, Log.DEBUG)) { in handleMessage()
[all …]
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarBatteryController.java138 if (Log.isLoggable(TAG, Log.DEBUG)) { in onReceive()
143 if (Log.isLoggable(TAG, Log.DEBUG)) { in onReceive()
158 if (Log.isLoggable(TAG, Log.DEBUG)) { in onReceive()
176 if (Log.isLoggable(TAG, Log.DEBUG)) { in updateBatteryLevel()
204 if (Log.isLoggable(TAG, Log.DEBUG)) { in updateBatteryLevel()
217 if (Log.isLoggable(TAG, Log.DEBUG)) { in updateBatteryIcon()
239 if (Log.isLoggable(TAG, Log.DEBUG)) { in updateBatteryIcon()
DSwitchToGuestTimer.java106 if (Log.isLoggable(TAG, Log.DEBUG)) { in logD()
112 if (Log.isLoggable(TAG, Log.INFO)) { in logI()
/frameworks/base/telecomm/java/android/telecom/
DLog.java55 public static boolean DEBUG = isLoggable(android.util.Log.DEBUG);
56 public static boolean INFO = isLoggable(android.util.Log.INFO);
57 public static boolean VERBOSE = isLoggable(android.util.Log.VERBOSE);
58 public static boolean WARN = isLoggable(android.util.Log.WARN);
59 public static boolean ERROR = isLoggable(android.util.Log.ERROR);
350 DEBUG = isLoggable(android.util.Log.DEBUG); in setTag()
351 INFO = isLoggable(android.util.Log.INFO); in setTag()
352 VERBOSE = isLoggable(android.util.Log.VERBOSE); in setTag()
353 WARN = isLoggable(android.util.Log.WARN); in setTag()
354 ERROR = isLoggable(android.util.Log.ERROR); in setTag()
[all …]
/frameworks/base/core/java/android/app/backup/
DFullBackup.java390 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) { in isFullBackupContentEnabled()
432 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) { in maybeParseBackupSchemeLocked()
437 if (Log.isLoggable(FullBackup.TAG_XML_PARSER, Log.VERBOSE)) { in maybeParseBackupSchemeLocked()
473 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
488 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
514 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
529 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
537 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
550 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
557 if (Log.isLoggable(TAG_XML_PARSER, Log.VERBOSE)) { in parseBackupSchemeFromXmlLocked()
[all …]
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java303 if (Log.isLoggable(TAG, Log.VERBOSE)) {
312 if (Log.isLoggable(TAG, Log.VERBOSE)) {
358 if (Log.isLoggable(TAG, Log.VERBOSE)) Slog.v(TAG, "sending MESSAGE_ACCOUNTS_UPDATED"); in updateRunningAccounts()
387 if (Log.isLoggable(TAG, Log.VERBOSE)) {
506 if (Log.isLoggable(TAG, Log.VERBOSE)) { in verifyJobScheduler()
919 if (Log.isLoggable(TAG, Log.VERBOSE)) { in scheduleSync()
1255 if (Log.isLoggable(TAG, Log.VERBOSE)) Slog.v(TAG, "sending MESSAGE_SYNC_FINISHED"); in sendSyncFinishedOrCanceledMessage()
1264 if (Log.isLoggable(TAG, Log.VERBOSE)) Slog.v(TAG, "sending MESSAGE_CANCEL"); in sendCancelSyncsMessage()
1280 if (Log.isLoggable(TAG, Log.VERBOSE)) { in postMonitorSyncProgressMessage()
1354 if (Log.isLoggable(TAG, Log.VERBOSE)) { in clearBackoffSetting()
[all …]
DSyncJobService.java100 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE); in onStartJob()
110 if (isLoggable) { in onStartJob()
120 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onStopJob()
DSyncStorageEngine.java648 if (Log.isLoggable(TAG, Log.VERBOSE)) { in reportChange()
689 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncAutomatically()
707 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncAutomatically()
779 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncableStateForEndPoint()
783 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncableStateForEndPoint()
813 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setBackoff()
886 if (Log.isLoggable(TAG, Log.VERBOSE)) { in clearAllBackoffsLocked()
918 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setDelayUntilTime()
1032 if (Log.isLoggable(TAG, Log.VERBOSE)) { in removeStaleAccounts()
1045 if (Log.isLoggable(TAG, Log.VERBOSE)) { in removeStaleAccounts()
[all …]
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDebug.java50 Log.isLoggable("SQLiteLog", Log.VERBOSE);
58 Log.isLoggable("SQLiteStatements", Log.VERBOSE);
67 Log.isLoggable("SQLiteTime", Log.VERBOSE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAlertingNotificationManager.java64 if (Log.isLoggable(TAG, Log.VERBOSE)) { in showNotification()
80 if (Log.isLoggable(TAG, Log.VERBOSE)) { in removeNotification()
103 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateNotification()
124 if (Log.isLoggable(TAG, Log.VERBOSE)) { in releaseAllImmediately()
296 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateEntry()
/frameworks/base/core/jni/
Dandroid_util_Log.cpp46 static jboolean isLoggable(const char* tag, jint level) { in isLoggable() function
61 jboolean result = isLoggable(chars, level); in android_util_Log_isLoggable()
68 return isLoggable(tag, levels.verbose); in android_util_Log_isVerboseLogEnabled()
/frameworks/base/telephony/java/com/android/telephony/
DRlog.java96 public static boolean isLoggable(String tag, int level) { in isLoggable() method in Rlog
97 return Log.isLoggable(tag, level); in isLoggable()
109 if (pii == null || TextUtils.isEmpty(val) || isLoggable(tag, Log.VERBOSE)) { in pii()
/frameworks/base/core/java/android/telephony/
DRlog.java103 public static boolean isLoggable(String tag, int level) { in isLoggable() method in Rlog
104 return Log.isLoggable(tag, level); in isLoggable()
116 if (pii == null || TextUtils.isEmpty(val) || isLoggable(tag, Log.VERBOSE)) { in pii()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java462 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccountExplicitlyWithVisibility()
1107 if (Log.isLoggable(TAG, Log.DEBUG)) { in validateAccountsInternal()
1439 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onUnlockUser()
1476 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPassword()
1518 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPreviousName()
1556 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getUserData()
1590 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthenticatorTypes()
1706 if (Log.isLoggable(TAG, Log.VERBOSE)) { in accountAuthenticated()
1901 if (Log.isLoggable(TAG, Log.VERBOSE)) { in hasFeatures()
1956 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult()
[all …]
/frameworks/base/core/java/com/android/internal/logging/
DAndroidHandler.java149 if (!Log.isLoggable(tag, level)) { in publish()
164 if (!Log.isLoggable(tag, priority)) { in publish()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipSessionGroup.java280 if ((session != null) && isLoggable(session)) { in getSipSession()
294 if (isLoggable(newSession)) { in addSipSession()
320 if ((s != null) && isLoggable(s)) { in removeSipSession()
368 boolean isLoggable = isLoggable(session, event); in process()
370 if (isLoggable && processed) { in process()
508 if (isLoggable(this, evt)) log("process: " + this + ": " in process()
738 if (isLoggable(command)) log("process cmd: " + command); in processCommand()
763 if (isLoggable(this, evt)) log(" ~~~~~ " + this + ": " in process()
988 if (isLoggable(this, event)) { in handleAuthentication()
1725 private static boolean isLoggable(SipSessionImpl s) {
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/
DD.java22 public static boolean BUG = Log.isLoggable("volume", Log.DEBUG);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DD.java22 public static boolean BUG = Log.isLoggable("volume", Log.DEBUG);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java82 if (Log.isLoggable(TAG, Log.VERBOSE)) { in HeadsUpManager()
125 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setEntryPinned()
172 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updatePinnedMode()
193 if (Log.isLoggable(TAG, Log.VERBOSE)) { in isSnoozed()

1234567891011