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

1 2 3 4 5 6 7 8 9

  /libcore/luni/src/main/java/java/util/logging/
Filter.java 34 boolean isLoggable(LogRecord record);
MemoryHandler.java 187 if (!isLoggable(record)) {
223 public boolean isLoggable(LogRecord record) {
224 return 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...]
  /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...]
  /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/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/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...]
  /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)) {
AbstractAccountAuthenticator.java 121 if (Log.isLoggable(TAG, Log.VERBOSE)) {
131 if (Log.isLoggable(TAG, Log.VERBOSE)) {
145 if (Log.isLoggable(TAG, Log.VERBOSE)) {
152 if (Log.isLoggable(TAG, Log.VERBOSE)) {
168 if (Log.isLoggable(TAG, Log.VERBOSE)) {
176 if (Log.isLoggable(TAG, Log.VERBOSE)) {
190 if (Log.isLoggable(TAG, Log.VERBOSE)) {
199 if (Log.isLoggable(TAG, Log.VERBOSE)) {
214 if (Log.isLoggable(TAG, Log.VERBOSE)) {
223 if (Log.isLoggable(TAG, Log.VERBOSE))
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 40 Log.isLoggable("SQLiteLog", Log.VERBOSE);
48 Log.isLoggable("SQLiteStatements", Log.VERBOSE);
57 Log.isLoggable("SQLiteTime", Log.VERBOSE);
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsSystemEventReceiver.java 50 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
59 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
70 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
91 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
102 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
TransactionService.java 160 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
194 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
208 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
213 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
227 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
270 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
277 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
289 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
293 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
336 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE))
    [all...]
  /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));
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
NativeObjectManager.java 86 if (logger.isLoggable(Level.FINEST))
101 if (logger.isLoggable(Level.FINEST))
135 if (logger.isLoggable(Level.FINEST))
  /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/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/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)) {
RecordReaper.java 52 if (logger.isLoggable(Level.FINEST)) {
  /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)) {
  /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)) {
  /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)) {
  /cts/tests/tests/util/src/android/util/cts/
LogTest.java 50 assertTrue(Log.isLoggable(TAG, Log.INFO));

Completed in 1280 milliseconds

1 2 3 4 5 6 7 8 9