/frameworks/base/core/tests/coretests/src/android/util/ |
LogTest.java | 49 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_TAG, Log.WARN)) [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
LogTest.java | 143 assertFalse(Log.isLoggable("FOO", Log.VERBOSE)); 144 assertFalse(Log.isLoggable("FOO", Log.DEBUG)); 146 assertTrue(Log.isLoggable("FOO", Log.INFO)); 147 assertTrue(Log.isLoggable("FOO", Log.WARN)); 148 assertTrue(Log.isLoggable("FOO", Log.ERROR)); 149 assertTrue(Log.isLoggable("FOO", Log.ASSERT)); 157 assertTrue(Log.isLoggable("FOO", Log.VERBOSE)); 158 assertTrue(Log.isLoggable("FOO", Log.DEBUG)); 159 assertTrue(Log.isLoggable("FOO", Log.INFO)); 160 assertTrue(Log.isLoggable("FOO", Log.WARN)) [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
AuthenticationService.java | 36 if (Log.isLoggable(TAG, Log.VERBOSE)) { 44 if (Log.isLoggable(TAG, Log.VERBOSE)) { 51 if (Log.isLoggable(TAG, Log.VERBOSE)) {
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/log/ |
Logger.java | 32 return delegate.isLoggable(Level.FINER); 42 return delegate.isLoggable(Level.FINE); 52 return delegate.isLoggable(Level.WARNING);
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
TransactionService.java | 166 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 200 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 216 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 221 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 236 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 257 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 266 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 276 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 281 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 292 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) [all...] |
MmsSystemEventReceiver.java | 48 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 57 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 75 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
|
/packages/apps/Mms/src/com/android/mms/util/ |
DraftCache.java | 56 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 74 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 91 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 109 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 125 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 175 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 179 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 203 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 212 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
FilterTest.java | 32 f.isLoggable(null); 40 public boolean isLoggable(LogRecord record) {
|
HandlerTest.java | 287 assertTrue(h.isLoggable(r)); 290 assertTrue(h.isLoggable(r)); 293 assertFalse(h.isLoggable(r)); 297 assertFalse(h.isLoggable(r)); 307 assertFalse(h.isLoggable(r)); 310 assertFalse(h.isLoggable(r)); 314 assertFalse(h.isLoggable(r)); 319 * @tests java.util.logging.Handler#isLoggable(LogRecord) 324 h.isLoggable(null); 356 public boolean isLoggable(LogRecord record) [all...] |
StreamHandlerTest.java | 376 * Test isLoggable(), use no filter, having output stream 381 assertFalse(h.isLoggable(r)); 384 assertFalse(h.isLoggable(r)); 387 assertFalse(h.isLoggable(r)); 391 assertFalse(h.isLoggable(r)); 395 * Test isLoggable(), use no filter, having output stream 401 assertTrue(h.isLoggable(r)); 404 assertFalse(h.isLoggable(r)); 407 assertTrue(h.isLoggable(r)); 411 assertFalse(h.isLoggable(r)) [all...] |
MemoryHandlerTest.java | 113 assertFalse(handler.isLoggable(new LogRecord(Level.SEVERE, "test"))); 128 assertTrue(handler.isLoggable(new LogRecord(Level.SEVERE, "test"))); 133 handler.isLoggable(null); 139 assertFalse(handler.isLoggable(record)); 142 assertTrue(handler.isLoggable(record)); 145 assertTrue(handler.isLoggable(record)); 148 assertFalse(handler.isLoggable(record)); 152 assertTrue(handler.isLoggable(record)); 301 assertTrue(handler.isLoggable(lr)); 360 public boolean isLoggable(LogRecord record) [all...] |
/frameworks/base/core/java/android/util/ |
TimingLogger.java | 51 * The Log tag to use for checking Log.isLoggable and for 59 /** Used to track whether Log.isLoggable was enabled at reset time. */ 70 * the specific tag. If the Log.isLoggable is not enabled to at 82 * the specific tag. If the Log.isLoggable is not enabled to at 98 * Log.isLoggable is not enabled to at least the Log.VERBOSE 103 mDisabled = !Log.isLoggable(mTag, Log.VERBOSE); 117 * Log.isLoggable was not enabled to at least the Log.VERBOSE for 130 * Dumps the timings to the log using Log.d(). If Log.isLoggable was
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarProviderIntentService.java | 33 if (Log.isLoggable(TAG, Log.DEBUG)) { 38 if (Log.isLoggable(TAG, Log.DEBUG)) {
|
/frameworks/base/core/java/android/accounts/ |
AccountAuthenticatorResponse.java | 46 if (Log.isLoggable(TAG, Log.VERBOSE)) { 59 if (Log.isLoggable(TAG, Log.VERBOSE)) { 70 if (Log.isLoggable(TAG, Log.VERBOSE)) {
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldMemoryHandlerTest.java | 70 assertTrue(handler.isLoggable(new LogRecord(Level.INFO, "1"))); 71 assertTrue(handler.isLoggable(new LogRecord(Level.WARNING, "2"))); 72 assertTrue(handler.isLoggable(new LogRecord(Level.SEVERE, "3"))); 85 public boolean isLoggable(LogRecord record) {
|
/packages/apps/Mms/src/com/android/mms/widget/ |
MmsWidgetService.java | 54 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { 84 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { 97 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { 105 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { 119 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { 164 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { 184 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { 208 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { 298 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { 336 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) [all...] |
/packages/apps/Settings/src/com/android/settings/accounts/ |
AddAccountSettings.java | 102 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "account added: " + bundle); 104 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount was canceled"); 106 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e); 108 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e); 125 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "restored"); 182 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "saved");
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/ |
LogUtils.java | 90 return Log.isLoggable(tag, Log.DEBUG); 96 public static boolean isLoggable(String tag, int level) { 100 return Log.isLoggable(tag, level); 114 if (isLoggable(tag, VERBOSE)) { 132 if (isLoggable(tag, VERBOSE)) { 149 if (isLoggable(tag, DEBUG)) { 167 if (isLoggable(tag, DEBUG)) { 184 if (isLoggable(tag, INFO)) { 202 if (isLoggable(tag, INFO)) { 219 if (isLoggable(tag, WARN)) [all...] |
/packages/apps/Email/src/com/android/mail/utils/ |
LogUtils.java | 99 return Log.isLoggable(LOG_TAG, Log.DEBUG); 168 public static boolean isLoggable(String tag, int level) { 172 return Log.isLoggable(tag, level); 186 if (isLoggable(tag, VERBOSE)) { 204 if (isLoggable(tag, VERBOSE)) { 221 if (isLoggable(tag, DEBUG)) { 239 if (isLoggable(tag, DEBUG)) { 256 if (isLoggable(tag, INFO)) { 274 if (isLoggable(tag, INFO)) { 291 if (isLoggable(tag, WARN)) [all...] |
/external/jmdns/src/javax/jmdns/impl/tasks/ |
Responder.java | 75 if (logger.isLoggable(Level.FINEST)) { 87 if (logger.isLoggable(Level.FINEST)) { 107 if (logger.isLoggable(Level.FINER)) { 124 if (logger.isLoggable(Level.FINER)) { 132 if (logger.isLoggable(Level.FINER)) {
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactsApplication.java | 112 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) { 119 if (Log.isLoggable(STRICT_MODE_TAG, Log.DEBUG)) { 128 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
|
/packages/apps/Contacts/src/com/android/contacts/socialwidget/ |
SocialWidgetSettings.java | 53 if (Log.isLoggable(TAG, Log.DEBUG)) { 68 if (Log.isLoggable(TAG, Log.DEBUG)) { 75 if (Log.isLoggable(TAG, Log.DEBUG)) {
|
/packages/apps/Mms/src/com/android/mms/data/ |
RecipientIdCache.java | 68 if (LogTag.VERBOSE || Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { 96 if (LogTag.VERBOSE || Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { 120 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { 159 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 181 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 263 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
FastScrollingIndexCache.java | 206 if (Log.isLoggable(TAG, Log.VERBOSE)) { 218 if (Log.isLoggable(TAG, Log.VERBOSE)) { 241 if (Log.isLoggable(TAG, Log.VERBOSE)) { 253 if (Log.isLoggable(TAG, Log.VERBOSE)) { 280 if (Log.isLoggable(TAG, Log.VERBOSE)) { 303 if (Log.isLoggable(TAG, Log.VERBOSE)) {
|
/external/jmdns/src/javax/jmdns/impl/ |
SocketListener.java | 51 if (logger.isLoggable(Level.FINEST)) { 72 if (logger.isLoggable(Level.FINEST)) {
|