HomeSort by relevance Sort by last modified time
    Searched full:isloggable (Results 76 - 100 of 218) sorted by null

1 2 34 5 6 7 8 9

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccSmsInterfaceManager.java 120 if (Rlog.isLoggable("SMS", Log.DEBUG)) {
136 if (Rlog.isLoggable("SMS", Log.DEBUG)) {
309 if (Rlog.isLoggable("SMS", Log.VERBOSE)) {
351 if (Rlog.isLoggable("SMS", Log.VERBOSE)) {
395 if (Rlog.isLoggable("SMS", Log.VERBOSE)) {
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 187 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "Got account: " + mAccount);
400 if (Log.isLoggable(TAG, Log.VERBOSE)) {
459 if (Log.isLoggable(TAG, Log.VERBOSE)) {
478 if (Log.isLoggable(TAG, Log.VERBOSE)) {
487 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /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 284 if (this.isLoggable(record)) {
317 public boolean isLoggable(LogRecord record) {
321 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)) {
MessageStatusService.java 88 if (Log.isLoggable(LogTag.TAG, Log.DEBUG)) {
SmsSingleRecipientSender.java 122 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);
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DNSResolverTask.java 65 if (logger.isLoggable(Level.FINER)) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLog.java 83 public static boolean isLoggable(String tag, int level) {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterFactory.java 49 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java 150 if (Log.isLoggable(TAG, Log.DEBUG)) {
225 if (Log.isLoggable(TAG, Log.DEBUG)) {
361 if (Log.isLoggable(TAG, Log.DEBUG)) {
387 if (Log.isLoggable(TAG, Log.DEBUG)) {
SimpleDayPickerFragment.java 393 if (Log.isLoggable(TAG, Log.DEBUG)) {
416 if (Log.isLoggable(TAG, Log.DEBUG)) {
437 if (Log.isLoggable(TAG, Log.DEBUG)) {
601 if (Log.isLoggable(TAG, Log.DEBUG)) {
621 // if (Log.isLoggable(TAG, Log.DEBUG)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterBasicRepresentation.java 34 private boolean mLogVerbose = Log.isLoggable(LOGTAG, Log.VERBOSE);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarReceiver.java 82 if (Log.isLoggable(TAG, Log.DEBUG)) {
CalendarCache.java 153 if (Log.isLoggable(TAG, Log.VERBOSE)) {
232 if (Log.isLoggable(TAG, Log.VERBOSE)) {
CalendarProvider2.java 478 if (Log.isLoggable(TAG, Log.DEBUG)) {
520 if (Log.isLoggable(TAG, Log.ERROR)) {
653 if (Log.isLoggable(TAG, Log.ERROR)) {
661 if (Log.isLoggable(TAG, Log.ERROR)) {
690 if (Log.isLoggable(TAG, Log.ERROR)) {
709 if (Log.isLoggable(TAG, Log.VERBOSE)) {
718 if (Log.isLoggable(TAG, Log.ERROR)) {
736 if (Log.isLoggable(TAG, Log.VERBOSE)) {
746 if (Log.isLoggable(TAG, Log.ERROR)) {
769 if (Log.isLoggable(TAG, Log.INFO))
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 343 private boolean isLoggable() {
344 return Log.isLoggable(tag, level);
391 && configuration.isLoggable()
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 187 if (Log.isLoggable(TAG, Log.DEBUG)) {
204 if (Log.isLoggable(TAG, Log.DEBUG)) {
292 if (Log.isLoggable(TAG, Log.DEBUG)) {
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 202 if (Log.isLoggable(TAG, Log.DEBUG))
240 if (Log.isLoggable(TAG, Log.DEBUG))
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 244 if (logger.isLoggable(FINER)) {
255 if (logger.isLoggable(FINER)) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogProvider.java 99 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
109 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {

Completed in 981 milliseconds

1 2 34 5 6 7 8 9