HomeSort by relevance Sort by last modified time
    Searched refs:isLoggable (Results 76 - 100 of 226) sorted by null

1 2 34 5 6 7 8 910

  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListItem.java 166 if (Log.isLoggable(LogTag.CONTACT, Log.DEBUG)) {
206 if (Log.isLoggable(LogTag.CONTACT, Log.DEBUG)) {
239 if (Log.isLoggable(LogTag.CONTACT, Log.DEBUG)) {
ComposeMessageActivity.java     [all...]
  /packages/apps/Mms/src/com/android/mms/util/
PduLoaderManager.java 142 if (Log.isLoggable(TAG, Log.DEBUG)) {
202 if (Log.isLoggable(TAG, Log.DEBUG)) {
217 if (Log.isLoggable(LogTag.PDU_CACHE, Log.DEBUG)) {
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 230 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) {
266 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) {
278 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) {
285 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
299 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) {
392 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) {
419 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) {
423 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) {
538 if (Log.isLoggable(TAG, Log.VERBOSE)) {
597 if (Log.isLoggable(TAG, Log.VERBOSE))
    [all...]
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...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ConsoleHandlerTest.java 365 assertTrue(h.isLoggable(r1));
369 // assertFalse(h.isLoggable(r));
370 assertTrue(h.isLoggable(r2));
425 public boolean isLoggable(LogRecord record) {
508 public boolean isLoggable(LogRecord r) {
510 return super.isLoggable(r);
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/services/java/com/android/server/accounts/
AccountManagerService.java 466 if (Log.isLoggable(TAG, Log.VERBOSE)) {
505 if (Log.isLoggable(TAG, Log.VERBOSE)) {
524 if (Log.isLoggable(TAG, Log.VERBOSE)) {
550 if (Log.isLoggable(TAG, Log.VERBOSE)) {
748 if (Log.isLoggable(TAG, Log.VERBOSE)) {
    [all...]
  /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)) {
  /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)) {
  /external/jmdns/src/javax/jmdns/impl/
NetworkTopologyDiscoveryImpl.java 66 if (logger.isLoggable(Level.FINEST)) {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterFactory.java 49 private static boolean mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
SyncRunner.java 48 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
  /packages/apps/Calendar/src/com/android/calendar/month/
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);
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 280 if ((session != null) && isLoggable(session)) {
294 if (isLoggable(newSession)) {
320 if ((s != null) && isLoggable(s)) {
368 boolean isLoggable = isLoggable(session, event);
370 if (isLoggable && processed) {
508 if (isLoggable(this, evt)) log("process: " + this + ": "
738 if (isLoggable(command)) log("process cmd: " + command);
763 if (isLoggable(this, evt)) log(" ~~~~~ " + this + ": "
    [all...]
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 202 if (Log.isLoggable(TAG, Log.DEBUG))
240 if (Log.isLoggable(TAG, Log.DEBUG))
  /frameworks/base/core/java/android/accounts/
ChooseAccountActivity.java 106 if (Log.isLoggable(TAG, Log.WARN)) {
111 if (Log.isLoggable(TAG, Log.WARN)) {
  /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)) {
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 343 private boolean isLoggable() {
344 return Log.isLoggable(tag, level);
391 && configuration.isLoggable()
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLog.java 83 public static boolean isLoggable(String tag, int level) {
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCursor.java 146 if (Log.isLoggable(TAG, Log.DEBUG)) {
  /frameworks/base/core/java/android/util/
Log.java 212 public static native boolean isLoggable(String tag, int level);

Completed in 988 milliseconds

1 2 34 5 6 7 8 910