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

12 3 4 5 6 7

  /frameworks/base/core/java/android/content/
SyncManager.java 165 if (Log.isLoggable(TAG, Log.VERBOSE)) {
171 if (Log.isLoggable(TAG, Log.VERBOSE)) {
255 if (Log.isLoggable(TAG, Log.VERBOSE)) {
408 if (Log.isLoggable(TAG, Log.VERBOSE)) {
451 if (Log.isLoggable(TAG, Log.VERBOSE)) {
512 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE);
532 if (isLoggable) {
611 if (isLoggable) {
624 if (isLoggable) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 103 if (Log.isLoggable(TAG, Log.ERROR)) {
120 if(Log.isLoggable(TAG, Log.DEBUG)) {
150 if(Log.isLoggable(TAG, Log.DEBUG)) {
228 if (Log.isLoggable(TAG, Log.DEBUG)) {
238 if (Log.isLoggable(TAG, Log.DEBUG)) {
  /frameworks/base/core/java/android/accounts/
ChooseTypeAndAccountActivity.java 117 if (Log.isLoggable(TAG, Log.VERBOSE)) {
236 if (Log.isLoggable(TAG, Log.VERBOSE)) {
257 if (Log.isLoggable(TAG, Log.VERBOSE)) {
314 if (Log.isLoggable(TAG, Log.VERBOSE)) {
322 if (Log.isLoggable(TAG, Log.VERBOSE)) {
371 if (Log.isLoggable(TAG, Log.WARN)) {
376 if (Log.isLoggable(TAG, Log.WARN)) {
395 if (Log.isLoggable(TAG, Log.VERBOSE)) {
403 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...]
ChooseAccountActivity.java 106 if (Log.isLoggable(TAG, Log.WARN)) {
111 if (Log.isLoggable(TAG, Log.WARN)) {
  /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/model/
ImageModel.java 182 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
233 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
250 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
279 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
VideoModel.java 91 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
140 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
160 if (LOCAL_LOGV || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
  /packages/apps/Settings/src/com/android/settings/accounts/
ChooseAccountActivity.java 136 if (Log.isLoggable(TAG, Log.VERBOSE)) {
155 if (Log.isLoggable(TAG, Log.VERBOSE)) {
179 if (Log.isLoggable(TAG, Log.VERBOSE)) {
237 if (Log.isLoggable(TAG, Log.VERBOSE)) {
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 110 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
166 // if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
190 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
198 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
260 Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
300 if (LogTag.DEBUG_SEND || Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
314 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
345 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
357 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) {
401 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND)
    [all...]
RetryScheduler.java 77 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
164 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
264 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
TransactionSettings.java 71 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
130 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
  /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);
  /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)) {
  /libcore/luni/src/main/java/java/util/logging/
MemoryHandler.java 187 if (!isLoggable(record)) {
223 public boolean isLoggable(LogRecord record) {
224 return super.isLoggable(record);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 229 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) {
265 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) {
277 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) {
284 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
298 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) {
391 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) {
418 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) {
422 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) {
537 if (Log.isLoggable(TAG, Log.VERBOSE)) {
596 if (Log.isLoggable(TAG, Log.VERBOSE))
    [all...]
CalendarAlarmManager.java 141 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
223 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
263 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
375 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
396 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
412 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
422 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
435 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) {
480 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 231 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
289 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
313 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
325 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
IntentPool.java 72 if (Log.isLoggable(TAG, Log.DEBUG)) {
  /system/media/mca/filterfw/java/android/filterfw/core/
FilterPort.java 41 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
OneShotScheduler.java 43 mLogVerbose = Log.isLoggable(TAG, Log.VERBOSE);
  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java 278 if ((session != null) && isLoggable(session)) {
292 if (isLoggable(newSession)) {
318 if ((s != null) && isLoggable(s)) {
360 boolean isLoggable = isLoggable(session, event);
362 if (isLoggable && processed) {
496 if (isLoggable(this, evt)) Log.d(TAG, " ~~~~~ " + this + ": "
704 if (isLoggable(command)) Log.d(TAG, "process cmd: " + command);
728 if (isLoggable(this, evt)) Log.d(TAG, " ~~~~~ " + this + ": "
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 351 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
417 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
432 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
440 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
554 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
747 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
769 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
791 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
812 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
838 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE))
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
LogTest.java 81 method = "isLoggable",
141 assertTrue(Log.isLoggable(TAG, Log.INFO));
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 74 if (Log.isLoggable(TAG, Log.DEBUG)) {
94 if (Log.isLoggable(TAG, Log.DEBUG)) {

Completed in 319 milliseconds

12 3 4 5 6 7