Home
last modified time | relevance | path

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

1234567

/frameworks/base/core/tests/coretests/src/android/util/
DLogTest.java155 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/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/services/core/java/com/android/server/content/
DSyncManager.java207 if (Log.isLoggable(TAG, Log.VERBOSE)) {
215 if (Log.isLoggable(TAG, Log.VERBOSE)) {
310 if (Log.isLoggable(TAG, Log.VERBOSE)) {
558 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE); in scheduleSync()
559 if (isLoggable) { in scheduleSync()
579 if (isLoggable) { in scheduleSync()
585 if (isLoggable) { in scheduleSync()
594 if (isLoggable) { in scheduleSync()
655 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE); in scheduleSync()
660 if (isLoggable) { in scheduleSync()
[all …]
DSyncQueue.java71 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addPendingOperations()
90 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addPendingOperations()
174 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE); in remove()
176 if (isLoggable) { in remove()
180 if (isLoggable) { in remove()
DSyncStorageEngine.java607 if (Log.isLoggable(TAG, Log.VERBOSE)) { in reportChange()
648 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncAutomatically()
659 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncAutomatically()
738 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncableStateForEndPoint()
742 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setSyncableStateForEndPoint()
771 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setBackoff()
845 if (Log.isLoggable(TAG, Log.VERBOSE)) { in clearAllBackoffsLocked()
890 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setDelayUntilTime()
905 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateOrAddPeriodicSync()
1072 if (Log.isLoggable(TAG, Log.VERBOSE)) { in insertIntoPending()
[all …]
/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java121 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount()
131 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccount()
145 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials()
152 if (Log.isLoggable(TAG, Log.VERBOSE)) { in confirmCredentials()
168 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel()
176 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthTokenLabel()
190 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthToken()
199 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthToken()
214 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateCredentials()
223 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateCredentials()
[all …]
DAccountAuthenticatorResponse.java46 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()
DChooseTypeAndAccountActivity.java136 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate()
185 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onCreate()
256 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onDestroy()
300 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onActivityResult()
364 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onActivityResult()
372 if (Log.isLoggable(TAG, Log.VERBOSE)) { in runAddAccountForAuthenticator()
422 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setResultAndFinish()
430 if (Log.isLoggable(TAG, Log.VERBOSE)) { in startChooseAccountTypeActivity()
577 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/telecomm/java/android/telecom/
DLog.java35 public static final boolean DEBUG = isLoggable(android.util.Log.DEBUG);
36 public static final boolean INFO = isLoggable(android.util.Log.INFO);
37 public static final boolean VERBOSE = isLoggable(android.util.Log.VERBOSE);
38 public static final boolean WARN = isLoggable(android.util.Log.WARN);
39 public static final boolean ERROR = isLoggable(android.util.Log.ERROR);
43 public static boolean isLoggable(int level) { in isLoggable() method in Log
44 return FORCE_LOGGING || android.util.Log.isLoggable(TAG, level); in isLoggable()
/frameworks/ex/common/java/com/android/common/contacts/
DDataUsageStatUpdater.java106 if (Log.isLoggable(TAG, Log.DEBUG)) { in updateWithAddress()
156 if (Log.isLoggable(TAG, Log.DEBUG)) { in updateWithPhoneNumber()
207 if (Log.isLoggable(TAG, Log.DEBUG)) { in update()
218 if (Log.isLoggable(TAG, Log.DEBUG)) { in update()
226 if (Log.isLoggable(TAG, Log.DEBUG)) { in update()
241 if (Log.isLoggable(TAG, Log.DEBUG)) { in update()
252 if (Log.isLoggable(TAG, Log.DEBUG)) { in update()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDebug.java40 Log.isLoggable("SQLiteLog", Log.VERBOSE);
48 Log.isLoggable("SQLiteStatements", Log.VERBOSE);
57 Log.isLoggable("SQLiteTime", Log.VERBOSE);
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java501 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPassword()
541 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getPreviousName()
592 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getUserData()
612 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthenticatorTypes()
651 if (Log.isLoggable(TAG, Log.VERBOSE)) { in addAccountExplicitly()
857 if (Log.isLoggable(TAG, Log.VERBOSE)) { in hasFeatures()
907 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult()
917 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onResult()
935 if (Log.isLoggable(TAG, Log.VERBOSE)) { in renameAccount()
1047 if (Log.isLoggable(TAG, Log.VERBOSE)) { in removeAccount()
[all …]
/frameworks/base/core/jni/
Dandroid_util_Log.cpp60 static jboolean isLoggable(const char* tag, jint level) { in isLoggable() function
93 result = isLoggable(chars, level); in android_util_Log_isLoggable()
101 return isLoggable(tag, levels.verbose); in android_util_Log_isVerboseLogEnabled()
/frameworks/base/services/core/java/com/android/server/
DNetworkScoreService.java104 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateScores()
108 } else if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateScores()
182 if (Log.isLoggable(TAG, Log.VERBOSE)) { in clearInternal()
217 if (Log.isLoggable(TAG, Log.VERBOSE)) { in dump()
/frameworks/support/v4/java/android/support/v4/app/
DNotificationManagerCompat.java362 if (Log.isLoggable(TAG, Log.DEBUG)) { in onServiceConnected()
372 if (Log.isLoggable(TAG, Log.DEBUG)) { in onServiceDisconnected()
408 if (Log.isLoggable(TAG, Log.DEBUG)) { in updateListenerMap()
420 if (Log.isLoggable(TAG, Log.DEBUG)) { in updateListenerMap()
476 if (Log.isLoggable(TAG, Log.DEBUG)) { in scheduleListenerRetry()
488 if (Log.isLoggable(TAG, Log.DEBUG)) { in processListenerQueue()
507 if (Log.isLoggable(TAG, Log.DEBUG)) { in processListenerQueue()
513 if (Log.isLoggable(TAG, Log.DEBUG)) { in processListenerQueue()
/frameworks/base/core/java/com/android/internal/logging/
DAndroidHandler.java128 if (!Log.isLoggable(tag, level)) { in publish()
143 if (!Log.isLoggable(tag, priority)) { in publish()
/frameworks/base/telephony/java/android/telephony/
DRlog.java84 public static boolean isLoggable(String tag, int level) { in isLoggable() method in Rlog
85 return Log.isLoggable(tag, level); in isLoggable()
/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/core/java/android/app/job/
DJobService.java172 if (Log.isLoggable(TAG, Log.DEBUG)) { in ackStartMessage()
188 if (Log.isLoggable(TAG, Log.DEBUG)) { in ackStopMessage()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DAsyncRunner.java143 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); in AsyncRunner()
155 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE); in AsyncRunner()
/frameworks/volley/src/com/android/volley/
DVolleyLog.java30 public static boolean DEBUG = Log.isLoggable(TAG, Log.VERBOSE);
45 DEBUG = Log.isLoggable(TAG, Log.VERBOSE); in setTag()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccSmsInterfaceManager.java107 if (Rlog.isLoggable("SMS", Log.DEBUG)) {
147 if (Rlog.isLoggable("SMS", Log.DEBUG)) { in markMessagesAsRead()
163 if (Rlog.isLoggable("SMS", Log.DEBUG)) { in markMessagesAsRead()
350 if (Rlog.isLoggable("SMS", Log.VERBOSE)) { in sendData()
393 if (Rlog.isLoggable("SMS", Log.VERBOSE)) { in sendText()
419 if (Rlog.isLoggable("SMS", Log.VERBOSE)) { in injectSmsPdu()
474 if (Rlog.isLoggable("SMS", Log.VERBOSE)) { in sendMultipartText()
890 if (Rlog.isLoggable("SMS", Log.VERBOSE)) { in sendStoredText()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
DSysTrace.java37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DInputStreamBuffer.java235 if (Log.isLoggable(TAG, Log.DEBUG)) { in advanceTo()
306 if (Log.isLoggable(TAG, Log.DEBUG)) { in fill()

1234567