Home
last modified time | relevance | path

Searched refs:VERBOSE (Results 1 – 25 of 86) sorted by relevance

1234

/packages/apps/Mms/src/com/android/mms/transaction/
DTransactionService.java160 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onCreate()
194 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent()
208 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent()
213 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent()
227 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent()
270 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent()
277 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onNewIntent()
289 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in stopSelfIfIdle()
293 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in stopSelfIfIdle()
336 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in launchTransaction()
[all …]
DMmsSystemEventReceiver.java50 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in wakeUpService()
59 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onReceive()
70 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in onReceive()
91 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in registerForConnectionStateChanges()
102 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in unRegisterForConnectionStateChanges()
DSmsReceiverService.java192 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in handleMessage()
200 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in handleMessage()
261 LogTag.VERBOSE || in sendFirstQueuedMessage()
262 Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in sendFirstQueuedMessage()
302 if (LogTag.DEBUG_SEND || Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in handleSmsSent()
316 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in handleSmsSent()
347 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { in messageFailedToSend()
359 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { in handleSmsReceived()
405 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { in moveOutboxMessagesToFailedBox()
641 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE) || LogTag.DEBUG_SEND) { in registerForServiceStateChanges()
[all …]
DTransactionSettings.java64 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in TransactionSettings()
78 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in TransactionSettings()
137 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in TransactionSettings()
DRetryScheduler.java77 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in update()
176 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in scheduleRetry()
272 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in getRetrieveStatus()
297 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in setRetryAlarm()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java77 public static final boolean VERBOSE = false; field in BluetoothPbapService
193 if (VERBOSE) Log.v(TAG, "Pbap Service onCreate"); in onCreate()
200 if (VERBOSE) Log.v(TAG, "Starting PBAP service"); in onCreate()
212 if (VERBOSE) Log.v(TAG, "Pbap Service onStartCommand"); in onStartCommand()
235 if (VERBOSE) Log.v(TAG, "action: " + action); in parseIntent()
267 if (VERBOSE) Log.v(TAG, "setTrust() result=" + result); in parseIntent()
297 if (VERBOSE) Log.v(TAG, "Pbap Service onDestroy"); in onDestroy()
310 if (VERBOSE) Log.v(TAG, "Pbap Service onBind"); in onBind()
315 if (VERBOSE) Log.v(TAG, "Pbap Service startRfcommSocketListener"); in startRfcommSocketListener()
331 if (VERBOSE) Log.v(TAG, "Pbap Service initSocket"); in initSocket()
[all …]
DBluetoothPbapReceiver.java45 private static final boolean V = BluetoothPbapService.VERBOSE;
/packages/apps/Mms/src/com/android/mms/data/
DRecipientIdCache.java68 if (LogTag.VERBOSE || Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { in fill()
96 if (LogTag.VERBOSE || Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { in fill()
120 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { in getAddresses()
159 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in updateNumbers()
181 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in updateCanonicalAddressInDb()
263 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in insertCanonicalAddressInDb()
DWorkingMessage.java222 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in load()
266 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadFromUri %s", uri); in loadFromUri()
290 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadDraft %s", conv); in loadDraft()
422 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in setAttachment()
867 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in saveDraft()
904 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in discard()
1127 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("updateState: %s%s = %s", in updateState()
1144 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in send()
1179 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in send()
1288 if (LogTag.VERBOSE || Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { in sendSmsWorker()
[all …]
DConversation.java320 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in markAsRead()
367 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in blockMarkAsRead()
433 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in clearThreadId()
448 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in setRecipients()
456 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in setRecipients()
586 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in getOrCreateThreadId()
612 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in getOrCreateThreadId()
870 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { in fillFromCursor()
892 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { in get()
914 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) { in get()
[all …]
/packages/apps/Settings/src/com/android/settings/accounts/
DAddAccountSettings.java79 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "account added: " + bundle);
81 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount was canceled");
83 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
85 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
100 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "restored"); in onCreate()
140 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "saved"); in onSaveInstanceState()
DChooseAccountActivity.java136 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onAuthDescriptionsUpdated()
155 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onAuthDescriptionsUpdated()
179 if (Log.isLoggable(TAG, Log.VERBOSE)) { in getAuthoritiesForAccountType()
237 if (Log.isLoggable(TAG, Log.VERBOSE)) { in onPreferenceTreeClick()
DAccountSyncSettings.java181 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "Got account: " + mAccount); in onActivityCreated()
388 if (Log.isLoggable(TAG, Log.VERBOSE)) { in setFeedsState()
447 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateAccountCheckboxes()
466 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateAccountCheckboxes()
475 if (Log.isLoggable(TAG, Log.VERBOSE)) { in updateAccountCheckboxes()
/packages/apps/Mms/src/com/android/mms/widget/
DMmsWidgetService.java71 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onGetViewFactory()
101 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in MmsFactory()
114 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onCreate()
122 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onDestroy()
136 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onDataSetChanged()
181 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in getCount()
201 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
226 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
316 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in getViewMoreConversationsView()
351 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onLoadComplete()
[all …]
DMmsWidgetProvider.java55 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in onReceive()
81 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in updateWidget()
125 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) { in notifyDatasetChanged()
/packages/apps/Email/src/com/android/mail/utils/
DLogUtils.java43 public static final int VERBOSE = Log.VERBOSE; field in LogUtils
69 private static final int MAX_ENABLED_LOG_LEVEL = VERBOSE;
86 return MAX_ENABLED_LOG_LEVEL > VERBOSE; in buildPreventsDebugLogging()
186 if (isLoggable(tag, VERBOSE)) { in v()
204 if (isLoggable(tag, VERBOSE)) { in v()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DFastScrollingIndexCache.java197 if (Log.isLoggable(TAG, Log.VERBOSE)) { in get()
209 if (Log.isLoggable(TAG, Log.VERBOSE)) { in get()
232 if (Log.isLoggable(TAG, Log.VERBOSE)) { in put()
244 if (Log.isLoggable(TAG, Log.VERBOSE)) { in invalidate()
271 if (Log.isLoggable(TAG, Log.VERBOSE)) { in ensureLoaded()
294 if (Log.isLoggable(TAG, Log.VERBOSE)) { in ensureLoaded()
/packages/apps/Mms/src/com/android/mms/ui/
DUriImage.java267 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in getResizedImageData()
314 if (Log.isLoggable(LogTag.APP, Log.VERBOSE) in getResizedImageData()
334 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in getResizedImageData()
342 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in getResizedImageData()
361 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in getResizedImageData()
373 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in getResizedImageData()
386 if (Log.isLoggable(LogTag.APP, Log.VERBOSE) && resultTooBig) { in getResizedImageData()
DComposeMessageActivity.java1355 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in haveSomethingToCopyToSDCard()
1830 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in showSubjectEditor()
1935 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in initialize()
1989 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in onNewIntent()
2013 if (LogTag.VERBOSE || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in onNewIntent()
2043 if (LogTag.VERBOSE) { in onRestart()
2050 if (LogTag.VERBOSE) { in onRestart()
2055 if (LogTag.VERBOSE) { in onRestart()
2082 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in onStart()
2143 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in onResume()
[all …]
/packages/apps/Mms/src/com/android/mms/model/
DVideoModel.java90 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in initFromFile()
139 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in initFromContentUri()
159 if (LOCAL_LOGV || Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in handleEvent()
DImageModel.java203 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in resizeMedia()
220 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in resizeMedia()
249 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in resizeMedia()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarCache.java153 if (Log.isLoggable(TAG, Log.VERBOSE)) { in writeData()
232 if (Log.isLoggable(TAG, Log.VERBOSE)) { in readDataLocked()
/packages/apps/Mms/src/com/android/mms/util/
DDraftCache.java125 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in rebuildCache()
179 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { in setDraftState()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DConstants.java173 public static final boolean LOGV = LOCAL_LOGV && Log.isLoggable(TAG, Log.VERBOSE);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiver.java31 private static final boolean V = Constants.VERBOSE;

1234