Searched refs:isLoggable (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/util/
H A DLogTest.java49 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
50 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.DEBUG));
51 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.INFO));
52 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.WARN));
53 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ERROR));
54 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ASSERT));
60 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.VERBOSE));
61 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.DEBUG));
62 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.INFO));
63 Assert.assertTrue(Log.isLoggable(LOG_TA
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDebug.java33 Log.isLoggable("SQLiteStatements", Log.VERBOSE);
40 Log.isLoggable("SQLiteTime", Log.VERBOSE);
46 Log.isLoggable("SQLiteCompiledSql", Log.VERBOSE);
53 Log.isLoggable("SQLiteCursorClosing", Log.VERBOSE);
59 Log.isLoggable("SQLiteLockTime", Log.VERBOSE);
65 Log.isLoggable("SQLiteLockStackTrace", Log.VERBOSE);
H A DSQLiteQueryBuilder.java327 if (Log.isLoggable(TAG, Log.DEBUG)) {
H A DSQLiteDatabase.java441 !Log.isLoggable(TAG, Log.VERBOSE) &&
1588 if (Config.LOGD && Log.isLoggable(TAG, Log.VERBOSE)) {
1729 if (Config.LOGD && Log.isLoggable(TAG, Log.VERBOSE)) {
/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java122 if (Log.isLoggable(TAG, Log.VERBOSE)) {
132 if (Log.isLoggable(TAG, Log.VERBOSE)) {
140 if (Log.isLoggable(TAG, Log.VERBOSE)) {
145 if (Log.isLoggable(TAG, Log.VERBOSE)) {
155 if (Log.isLoggable(TAG, Log.VERBOSE)) {
162 if (Log.isLoggable(TAG, Log.VERBOSE)) {
171 if (Log.isLoggable(TAG, Log.VERBOSE)) {
176 if (Log.isLoggable(TAG, Log.VERBOSE)) {
187 if (Log.isLoggable(TAG, Log.VERBOSE)) {
195 if (Log.isLoggable(TA
[all...]
H A DAccountAuthenticatorResponse.java46 if (Log.isLoggable(TAG, Log.VERBOSE)) {
59 if (Log.isLoggable(TAG, Log.VERBOSE)) {
70 if (Log.isLoggable(TAG, Log.VERBOSE)) {
H A DAccountManagerService.java505 if (Log.isLoggable(TAG, Log.VERBOSE)) {
812 if (Log.isLoggable(TAG, Log.VERBOSE)) {
859 if (Log.isLoggable(TAG, Log.VERBOSE)) {
1198 if (Log.isLoggable(TAG, Log.VERBOSE)) {
1237 if (Log.isLoggable(TAG, Log.VERBOSE)) {
1401 if (Log.isLoggable(TAG, Log.VERBOSE)) {
1485 if (Log.isLoggable(TAG, Log.VERBOSE)) {
1498 if (Log.isLoggable(TAG, Log.VERBOSE)) {
1503 if (Log.isLoggable(TAG, Log.VERBOSE)) {
1509 if (Log.isLoggable(TA
[all...]
/frameworks/base/core/java/android/content/
H A DSyncQueue.java181 if (Log.isLoggable(TAG, Log.VERBOSE)) {
185 if (Log.isLoggable(TAG, Log.VERBOSE)) {
193 if (Log.isLoggable(TAG, Log.VERBOSE)) {
203 if (Log.isLoggable(TAG, Log.VERBOSE)) {
208 if (Log.isLoggable(TAG, Log.VERBOSE)) {
215 if (Log.isLoggable(TAG, Log.VERBOSE)) {
225 if (Log.isLoggable(TAG, Log.VERBOSE)) {
H A DSyncManager.java167 if (Log.isLoggable(TAG, Log.VERBOSE)) {
173 if (Log.isLoggable(TAG, Log.VERBOSE)) {
249 if (Log.isLoggable(TAG, Log.VERBOSE)) {
278 if (Log.isLoggable(TAG, Log.VERBOSE)) {
420 if (Log.isLoggable(TAG, Log.VERBOSE)) {
462 if (Log.isLoggable(TAG, Log.VERBOSE)) {
523 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE);
543 if (isLoggable) {
614 if (isLoggable) {
[all...]
H A DSyncStorageEngine.java375 if (Log.isLoggable(TAG, Log.VERBOSE)) {
490 if (Log.isLoggable(TAG, Log.VERBOSE)) {
535 if (Log.isLoggable(TAG, Log.VERBOSE)) {
555 if (Log.isLoggable(TAG, Log.VERBOSE)) {
589 if (Log.isLoggable(TAG, Log.VERBOSE)) {
748 if (Log.isLoggable(TAG, Log.VERBOSE)) {
779 if (Log.isLoggable(TAG, Log.VERBOSE)) {
797 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "removing - " + authority);
810 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "no more pending!");
827 if (Log.isLoggable(TA
[all...]
H A DContentService.java124 if (Log.isLoggable(TAG, Log.VERBOSE)) {
142 if (Log.isLoggable(TAG, Log.VERBOSE)) {
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java81 if (Log.isLoggable("SMS", Log.VERBOSE)) {
118 if (Log.isLoggable("SMS", Log.VERBOSE)) {
156 if (Log.isLoggable("SMS", Log.VERBOSE)) {
H A DConnection.java297 if (Log.isLoggable(LOG_TAG, Log.DEBUG)) {
H A DCallerInfo.java40 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE);
/frameworks/base/core/java/com/android/internal/logging/
H A DAndroidHandler.java127 if (!Log.isLoggable(tag, level)) {
142 if (!Log.isLoggable(tag, priority)) {
/frameworks/base/core/java/android/util/
H A DTimingLogger.java47 * The Log tag to use for checking Log.isLoggable and for
55 /** Used to track whether Log.isLoggable was enabled at reset time. */
66 * the specific tag. If the Log.isLoggable is not enabled to at
78 * the specific tag. If the Log.isLoggable is not enabled to at
94 * Log.isLoggable is not enabled to at least the Log.VERBOSE
99 mDisabled = !Log.isLoggable(mTag, Log.VERBOSE);
113 * Log.isLoggable was not enabled to at least the Log.VERBOSE for
126 * Dumps the timings to the log using Log.d(). If Log.isLoggable was
H A DLog.java211 public static native boolean isLoggable(String tag, int level); method in class:Log
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java155 if (Log.isLoggable(TAG, Log.VERBOSE)) {
274 if (Log.isLoggable(TAG, Log.VERBOSE)) {
282 if (Log.isLoggable(TAG, Log.VERBOSE)) {
297 if (Log.isLoggable(TAG, Log.VERBOSE)) {
307 if (Log.isLoggable(TAG, Log.VERBOSE)) {
313 if (Log.isLoggable(TAG, Log.VERBOSE)) {
328 if (Log.isLoggable(TAG, Log.VERBOSE)) {
346 if (Log.isLoggable(TAG, Log.VERBOSE)) {
351 if (Log.isLoggable(TAG, Log.VERBOSE)) {
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java242 if ((session != null) && isLoggable(session)) {
256 if (isLoggable(newSession)) {
282 if ((s != null) && isLoggable(s)) {
324 boolean isLoggable = isLoggable(session, event);
326 if (isLoggable && processed) {
358 if (isLoggable(this, evt)) Log.d(TAG, " ~~~~~ " + this + ": "
590 if (isLoggable(command)) Log.d(TAG, "process cmd: " + command);
614 if (isLoggable(this, evt)) Log.d(TAG, " ~~~~~ " + this + ": "
869 if (isLoggable(thi
1353 private static boolean isLoggable(SipSessionImpl s) { method in class:SipSessionGroup
1363 private static boolean isLoggable(EventObject evt) { method in class:SipSessionGroup
1367 private static boolean isLoggable(SipSessionImpl s, EventObject evt) { method in class:SipSessionGroup
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DDatabaseSessionCache.java142 // if (Log.isLoggable(TAG, Log.DEBUG)) {
217 if (Log.isLoggable(TAG, Log.DEBUG)) {
266 if (Log.isLoggable(TAG, Log.DEBUG)) {
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClient.java334 private boolean isLoggable() { method in class:AndroidHttpClient.LoggingConfiguration
335 return Log.isLoggable(tag, level);
382 && configuration.isLoggable()
/frameworks/base/core/java/android/database/
H A DCursorToBulkCursorAdaptor.java85 if (Log.isLoggable(TAG, Log.VERBOSE) || Config.LOGV) {
/frameworks/base/services/java/com/android/server/
H A DDockObserver.java71 if (Log.isLoggable(TAG, Log.VERBOSE)) {
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java548 if (Log.isLoggable(LOGGABLE_TAG, Log.VERBOSE)) {
629 if (Log.isLoggable(LOGGABLE_TAG, Log.VERBOSE)) {
675 if (Log.isLoggable(LOGGABLE_TAG, Log.VERBOSE)) {
/frameworks/base/services/java/com/android/server/usb/
H A DUsbService.java148 if (Log.isLoggable(TAG, Log.VERBOSE)) {

Completed in 331 milliseconds

12