HomeSort by relevance Sort by last modified time
    Searched full:isloggable (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /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...]
  /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)) {
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 158 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
185 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
198 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
203 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
217 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
260 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
267 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
280 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
284 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
327 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE))
    [all...]
MmsSystemEventReceiver.java 49 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
58 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
69 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
89 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
100 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
  /packages/apps/Mms/src/com/android/mms/util/
DraftCache.java 53 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
71 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
85 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
104 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
115 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
158 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
162 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
182 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
189 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)) {
AccountManagerService.java 304 if (Log.isLoggable(TAG, Log.VERBOSE)) {
342 if (Log.isLoggable(TAG, Log.VERBOSE)) {
360 if (Log.isLoggable(TAG, Log.VERBOSE)) {
384 if (Log.isLoggable(TAG, Log.VERBOSE)) {
458 if (Log.isLoggable(TAG, Log.VERBOSE)) {
505 if (Log.isLoggable(TAG, Log.VERBOSE)) {
515 if (Log.isLoggable(TAG, Log.VERBOSE)) {
530 if (Log.isLoggable(TAG, Log.VERBOSE)) {
585 if (Log.isLoggable(TAG, Log.VERBOSE)) {
613 if (Log.isLoggable(TAG, Log.VERBOSE))
    [all...]
ChooseAccountTypeActivity.java 55 if (Log.isLoggable(TAG, Log.VERBOSE)) {
119 if (Log.isLoggable(TAG, Log.VERBOSE)) {
140 if (Log.isLoggable(TAG, Log.WARN)) {
145 if (Log.isLoggable(TAG, Log.WARN)) {
  /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) {
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 33 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);
DatabaseConnectionPool.java 53 if (Log.isLoggable(TAG, Log.DEBUG)) {
62 if (Log.isLoggable(TAG, Log.DEBUG)) {
82 if (Log.isLoggable(TAG, Log.DEBUG)) {
145 if (Log.isLoggable(TAG, Log.DEBUG)) {
158 if (Log.isLoggable(TAG, Log.DEBUG)) {
166 if (Log.isLoggable(TAG, Log.DEBUG)) {
176 if (Log.isLoggable(TAG, Log.DEBUG)) {
284 if (Log.isLoggable(TAG, Log.DEBUG)) {
296 if (Log.isLoggable(TAG, Log.DEBUG)) {
310 if (Log.isLoggable(TAG, Log.DEBUG))
    [all...]
  /packages/apps/Settings/src/com/android/settings/accounts/
AddAccountSettings.java 79 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "account added: " + bundle);
81 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount was canceled");
83 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
85 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
100 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "restored");
140 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "saved");
  /packages/apps/Contacts/src/com/android/contacts/
ContactsApplication.java 105 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
114 if (Log.isLoggable(Constants.STRICT_MODE_TAG, Log.DEBUG)) {
119 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)) {
  /libcore/luni/src/main/java/java/util/logging/
Filter.java 34 boolean isLoggable(LogRecord record);
  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 85 if (logger.isLoggable(level)) {
213 return (getLogger().isLoggable(Level.FINE));
221 return (getLogger().isLoggable(Level.SEVERE));
229 return (getLogger().isLoggable(Level.SEVERE));
237 return (getLogger().isLoggable(Level.INFO));
245 return (getLogger().isLoggable(Level.FINEST));
253 return (getLogger().isLoggable(Level.WARNING));
  /frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java 106 if (Log.isLoggable(TAG, Log.DEBUG)) {
156 if (Log.isLoggable(TAG, Log.DEBUG)) {
207 if (Log.isLoggable(TAG, Log.DEBUG)) {
218 if (Log.isLoggable(TAG, Log.DEBUG)) {
226 if (Log.isLoggable(TAG, Log.DEBUG)) {
241 if (Log.isLoggable(TAG, Log.DEBUG)) {
252 if (Log.isLoggable(TAG, Log.DEBUG)) {
  /packages/apps/VideoEditor/src/com/android/videoeditor/
KenBurnsActivity.java 194 if (Log.isLoggable(TAG, Log.DEBUG)) {
214 if (Log.isLoggable(TAG, Log.DEBUG)) {
243 if (Log.isLoggable(TAG, Log.DEBUG)) {
250 if (Log.isLoggable(TAG, Log.DEBUG)) {
438 if (Log.isLoggable(TAG, Log.DEBUG)) {
456 if (Log.isLoggable(TAG, Log.DEBUG)) {
489 if (Log.isLoggable(TAG, Log.DEBUG)) {
501 if (Log.isLoggable(TAG, Log.DEBUG)) {
516 if (Log.isLoggable(TAG, Log.DEBUG)) {
528 if (Log.isLoggable(TAG, Log.DEBUG))
    [all...]

Completed in 2505 milliseconds

1 2 3 4 5 6 7