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

12 3 4 5 6 7

  /frameworks/base/core/java/android/content/
SyncManager.java 159 if (Log.isLoggable(TAG, Log.VERBOSE)) {
165 if (Log.isLoggable(TAG, Log.VERBOSE)) {
249 if (Log.isLoggable(TAG, Log.VERBOSE)) {
402 if (Log.isLoggable(TAG, Log.VERBOSE)) {
444 if (Log.isLoggable(TAG, Log.VERBOSE)) {
505 boolean isLoggable = Log.isLoggable(TAG, Log.VERBOSE);
525 if (isLoggable) {
604 if (isLoggable) {
617 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)) {
128 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 151 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
233 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
273 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
385 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
406 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
422 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
432 if (Log.isLoggable(CalendarProvider2.TAG, Log.DEBUG)) {
445 if (Log.isLoggable(CalendarProvider2.TAG, Log.ERROR)) {
490 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)) {
315 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
327 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 276 if ((session != null) && isLoggable(session)) {
290 if (isLoggable(newSession)) {
316 if ((s != null) && isLoggable(s)) {
358 boolean isLoggable = isLoggable(session, event);
360 if (isLoggable && processed) {
483 if (isLoggable(this, evt)) Log.d(TAG, " ~~~~~ " + this + ": "
691 if (isLoggable(command)) Log.d(TAG, "process cmd: " + command);
715 if (isLoggable(this, evt)) Log.d(TAG, " ~~~~~ " + this + ": "
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 350 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
416 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
431 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
439 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
553 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
744 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
766 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
788 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
809 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
835 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 1880 milliseconds

12 3 4 5 6 7