HomeSort by relevance Sort by last modified time
    Searched full:isloggable (Results 51 - 75 of 154) sorted by null

1 23 4 5 6 7

  /system/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 151 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
163 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
FilterFactory.java 49 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
  /frameworks/base/core/java/android/content/
SyncStorageEngine.java 375 if (Log.isLoggable(TAG, Log.VERBOSE)) {
490 if (Log.isLoggable(TAG, Log.VERBOSE)) {
535 if (Log.isLoggable(TAG, Log.VERBOSE)) {
557 if (Log.isLoggable(TAG, Log.VERBOSE)) {
591 if (Log.isLoggable(TAG, Log.VERBOSE)) {
739 if (Log.isLoggable(TAG, Log.VERBOSE)) {
770 if (Log.isLoggable(TAG, Log.VERBOSE)) {
788 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "removing - " + authority);
801 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "no more pending!");
818 if (Log.isLoggable(TAG, Log.VERBOSE))
    [all...]
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 184 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "Got account: " + mAccount);
388 if (Log.isLoggable(TAG, Log.VERBOSE)) {
444 if (Log.isLoggable(TAG, Log.VERBOSE)) {
463 if (Log.isLoggable(TAG, Log.VERBOSE)) {
472 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 221 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
264 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadFromUri %s", uri);
296 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadFromConversation %s", conv);
376 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
802 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
838 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
    [all...]
  /external/emma/core/java12/com/vladium/logging/
Logger.java 66 // TODO: need isLoggable (Class)
130 public final boolean isLoggable (final int level)
136 * A convenience method equivalent to isLoggable(INFO).
144 * A convenience method equivalent to isLoggable(VERBOSE).
152 * A convenience method equivalent to isLoggable(TRACE1).
160 * A convenience method equivalent to isLoggable(TRACE2).
168 * A convenience method equivalent to isLoggable(TRACE3).
  /libcore/luni/src/main/java/java/util/logging/
StreamHandler.java 287 if (this.isLoggable(record)) {
320 public boolean isLoggable(LogRecord record) {
324 if (this.os != null && super.isLoggable(record)) {
Handler.java 228 public boolean isLoggable(LogRecord record) {
235 return this.filter == null || this.filter.isLoggable(record);
  /packages/apps/Mms/src/com/android/mms/transaction/
HttpUtils.java 101 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
162 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
310 if (Log.isLoggable(LogTag.TRANSACTION, Log.DEBUG)) {
MessageStatusReceiver.java 79 if (Log.isLoggable(LogTag.TAG, Log.DEBUG)) {
SmsSingleRecipientSender.java 120 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java 924 * Test isLoggable(Level).
931 assertTrue(mlog.isLoggable(Level.SEVERE));
932 assertTrue(mlog.isLoggable(Level.WARNING));
933 assertTrue(mlog.isLoggable(Level.INFO));
934 assertFalse(mlog.isLoggable(Level.CONFIG));
935 assertFalse(mlog.isLoggable(Level.FINE));
936 assertFalse(mlog.isLoggable(Level.ALL));
937 assertTrue(mlog.isLoggable(Level.OFF));
940 assertTrue(mlog.isLoggable(Level.SEVERE));
941 assertTrue(mlog.isLoggable(Level.CONFIG))
    [all...]
SocketHandlerTest.java 627 assertTrue(h.isLoggable(r));
631 // assertFalse(h.isLoggable(r));
643 public boolean isLoggable(LogRecord record) {
690 public boolean isLoggable(LogRecord r) {
692 return super.isLoggable(r);
  /frameworks/base/core/jni/
android_util_Log.cpp 133 { "isLoggable", "(Ljava/lang/String;I)Z", (void*) android_util_Log_isLoggable },
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java 129 if (Log.isLoggable(TAG, Log.DEBUG)) {
178 if (Log.isLoggable(TAG, Log.DEBUG)) {
328 if (Log.isLoggable(TAG, Log.DEBUG)) {
354 if (Log.isLoggable(TAG, Log.DEBUG)) {
SimpleDayPickerFragment.java 395 if (Log.isLoggable(TAG, Log.DEBUG)) {
418 if (Log.isLoggable(TAG, Log.DEBUG)) {
439 if (Log.isLoggable(TAG, Log.DEBUG)) {
603 if (Log.isLoggable(TAG, Log.DEBUG)) {
623 // if (Log.isLoggable(TAG, Log.DEBUG)) {
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarReceiver.java 86 if (Log.isLoggable(TAG, Log.DEBUG)) {
CalendarCache.java 153 if (Log.isLoggable(TAG, Log.VERBOSE)) {
232 if (Log.isLoggable(TAG, Log.VERBOSE)) {
CalendarProvider2.java 455 if (Log.isLoggable(TAG, Log.DEBUG)) {
496 if (Log.isLoggable(TAG, Log.ERROR)) {
622 if (Log.isLoggable(TAG, Log.ERROR)) {
630 if (Log.isLoggable(TAG, Log.ERROR)) {
659 if (Log.isLoggable(TAG, Log.ERROR)) {
678 if (Log.isLoggable(TAG, Log.VERBOSE)) {
687 if (Log.isLoggable(TAG, Log.ERROR)) {
705 if (Log.isLoggable(TAG, Log.VERBOSE)) {
715 if (Log.isLoggable(TAG, Log.ERROR)) {
738 if (Log.isLoggable(TAG, Log.INFO))
    [all...]
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 343 private boolean isLoggable() {
344 return Log.isLoggable(tag, level);
391 && configuration.isLoggable()
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 202 if (Log.isLoggable(TAG, Log.DEBUG))
240 if (Log.isLoggable(TAG, Log.DEBUG))
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogProvider.java 97 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
107 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
VoicemailContentProvider.java 60 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
69 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
  /frameworks/base/services/java/com/android/server/
DockObserver.java 71 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLoggerTest.java 226 public boolean isLoggable(LogRecord record) {

Completed in 1375 milliseconds

1 23 4 5 6 7