HomeSort by relevance Sort by last modified time
    Searched refs:isLoggable (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /libcore/luni/src/main/java/java/util/logging/
Filter.java 34 boolean isLoggable(LogRecord record);
MemoryHandler.java 202 if (!isLoggable(record)) {
239 public boolean isLoggable(LogRecord record) {
240 return super.isLoggable(record);
StreamHandler.java 298 if (this.isLoggable(record)) {
331 public boolean isLoggable(LogRecord record) {
335 if (null != this.os && super.isLoggable(record)) {
  /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...]
  /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);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java 34 if (Log.isLoggable(TAG, Log.VERBOSE)) {
42 if (Log.isLoggable(TAG, Log.VERBOSE)) {
49 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 155 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
181 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
194 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
199 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
213 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
256 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
263 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
276 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
280 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
323 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)) {
  /frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java 122 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(TAG, Log.VERBOSE))
    [all...]
AccountAuthenticatorResponse.java 46 if (Log.isLoggable(TAG, Log.VERBOSE)) {
59 if (Log.isLoggable(TAG, Log.VERBOSE)) {
70 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /packages/apps/Mms/src/com/android/mms/util/
DraftCache.java 50 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
68 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
82 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
100 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
111 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
154 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
158 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
178 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
185 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) {
  /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));
  /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/telephony/java/com/android/internal/telephony/
IccSmsInterfaceManager.java 81 if (Log.isLoggable("SMS", Log.VERBOSE)) {
118 if (Log.isLoggable("SMS", Log.VERBOSE)) {
156 if (Log.isLoggable("SMS", Log.VERBOSE)) {
  /frameworks/base/core/java/android/content/
SyncManager.java 167 if (Log.isLoggable(TAG, Log.VERBOSE)) {
173 if (Log.isLoggable(TAG, Log.VERBOSE)) {
249 if (Log.isLoggable(TAG, Log.VERBOSE)) {
413 if (Log.isLoggable(TAG, Log.VERBOSE)) {
455 if (Log.isLoggable(TAG, Log.VERBOSE)) {
516 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE);
536 if (isLoggable) {
607 if (isLoggable) {
614 if (isLoggable) {
    [all...]
  /frameworks/base/core/java/com/android/internal/logging/
AndroidHandler.java 127 if (!Log.isLoggable(tag, level)) {
142 if (!Log.isLoggable(tag, priority)) {
  /packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java 61 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
89 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
113 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
150 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
165 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
Conversation.java 308 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
374 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
486 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
625 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
647 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
669 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
690 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
795 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
830 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
854 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE))
    [all...]
WorkingMessage.java 210 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
256 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadFromUri %s", uri);
288 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadFromConversation %s", conv);
349 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
717 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
755 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
951 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("updateState: %s%s = %s",
    [all...]
  /frameworks/base/core/java/android/util/
TimingLogger.java 47 * 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
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 149 || (Config.LOGD && LOCAL_LOGV && Log.isLoggable(TAG, Log.VERBOSE));
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 231 if(Log.isLoggable(TAG, Log.DEBUG)) {
247 if (Log.isLoggable(TAG, Log.ERROR)) {
332 if (Log.isLoggable(TAG, Log.DEBUG)) {
443 if (Log.isLoggable(TAG, Log.ERROR)) {
451 if (Log.isLoggable(TAG, Log.ERROR)) {
494 if (Log.isLoggable(TAG, Log.VERBOSE)) {
520 if (Log.isLoggable(TAG, Log.ERROR)) {
539 if (Log.isLoggable(TAG, Log.VERBOSE)) {
548 if (Log.isLoggable(TAG, Log.ERROR)) {
566 if (Log.isLoggable(TAG, Log.VERBOSE))
    [all...]
CalendarCache.java 153 if (Log.isLoggable(TAG, Log.VERBOSE)) {
226 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 155 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)) {
  /packages/apps/Mms/src/com/android/mms/model/
VideoModel.java 79 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
101 if (LOCAL_LOGV || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {

Completed in 325 milliseconds

1 2 3 4