Home
last modified time | relevance | path

Searched refs:LogUtil (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DBugleActionBarActivity.java69 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onCreate()
70 LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onCreate"); in onCreate()
77 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onStart()
78 LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onStart"); in onStart()
85 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onRestart()
93 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onResume()
102 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onPause()
103 LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onPause"); in onPause()
110 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onStop()
111 LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onStop"); in onStop()
[all …]
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DNoConfirmationSmsSendService.java33 import com.android.messaging.util.LogUtil;
41 private static final String TAG = LogUtil.BUGLE_TAG;
56 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
62 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
70 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
71 LogUtil.v(TAG, "Called to send SMS but no extras"); in onHandleIntent()
90 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
100 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
101 LogUtil.v(TAG, "Message cannot be empty"); in onHandleIntent()
114 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
[all …]
H A DSyncManager.java34 import com.android.messaging.util.LogUtil;
150 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
172 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in onNewMessageInserted()
176 } else if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in onNewMessageInserted()
189 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in shouldSync()
197 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in shouldSync()
206 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in shouldSync()
212 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in shouldSync()
276 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in complete()
366 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onChange()
[all …]
/aosp12/packages/apps/Messaging/src/com/android/messaging/widget/
H A DBaseWidgetProvider.java27 import com.android.messaging.util.LogUtil;
30 protected static final String TAG = LogUtil.BUGLE_WIDGET_TAG;
55 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onReceive()
71 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onReceive()
98 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getWidgetSize()
99 LogUtil.v(TAG, "BaseWidgetProvider.getWidgetSize"); in getWidgetSize()
113 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getWidgetSize()
135 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getWidgetSize()
163 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onAppWidgetOptionsChanged()
181 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onDeleted()
[all …]
H A DBaseWidgetFactory.java41 import com.android.messaging.util.LogUtil;
69 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in BaseWidgetFactory()
79 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onCreate()
80 LogUtil.v(TAG, "onCreate"); in onCreate()
86 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onDestroy()
87 LogUtil.v(TAG, "onDestroy"); in onDestroy()
99 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onDataSetChanged()
128 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getCount()
134 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getCount()
149 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
[all …]
H A DWidgetConversationProvider.java36 import com.android.messaging.util.LogUtil;
57 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in updateWidget()
58 LogUtil.v(TAG, "updateWidget appWidgetId: " + appWidgetId); in updateWidget()
79 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in rebuildWidget()
101 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in rebuildWidget()
169 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in notifyMessagesChanged()
170 LogUtil.v(TAG, "notifyMessagesChanged"); in notifyMessagesChanged()
184 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in notifyConversationDeleted()
210 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in notifyConversationRenamed()
229 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onReceive()
[all …]
/aosp12/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
H A DImsVideoTech.java28 import com.android.dialer.common.LogUtil;
82 LogUtil.i("ImsVideoCall.isAvailable", "no TX"); in isAvailable()
88 LogUtil.i("ImsVideoCall.isAvailable", "no RX"); in isAvailable()
91 LogUtil.i("ImsVideoCall.isAvailable", "available"); in isAvailable()
142 LogUtil.i( in onCallStateChanged()
169 LogUtil.i( in setSessionModificationState()
178 LogUtil.enterBlock("ImsVideoTech.upgradeToVideo"); in upgradeToVideo()
222 LogUtil.enterBlock("ImsVideoTech.stopTransmission"); in stopTransmission()
235 LogUtil.enterBlock("ImsVideoTech.resumeTransmission"); in resumeTransmission()
259 LogUtil.i("ImsVideoTech.pause", "already paused"); in pause()
[all …]
H A DImsVideoCallCallback.java27 import com.android.dialer.common.LogUtil;
59 LogUtil.i( in onSessionModifyRequestReceived()
69 LogUtil.i( in onSessionModifyRequestReceived()
79 LogUtil.i( in onSessionModifyRequestReceived()
96 LogUtil.i( in onSessionModifyResponseReceived()
131 LogUtil.i( in onSessionModifyResponseReceived()
147 LogUtil.i( in clearFailedResponseState()
173 LogUtil.e( in getSessionModificationStateFromTelecomStatus()
192 LogUtil.i("ImsVideoCallCallback.onCallSessionEvent", "rx_pause"); in onCallSessionEvent()
195 LogUtil.i("ImsVideoCallCallback.onCallSessionEvent", "rx_resume"); in onCallSessionEvent()
[all …]
/aosp12/packages/services/Mms/src/com/android/mms/service/
H A DMmsService.java198 LogUtil.e("Invalid subId " + subId);
351 LogUtil.d("importTextMessage");
359 LogUtil.d("importMultimediaMessage");
445 LogUtil.d("addTextMessageDraft");
477 LogUtil.d("getAutoPersisting");
551 LogUtil.w("Subscription with id: " + subId in sendSettingsIntentForFailedMms()
637 LogUtil.d("onCreate"); in onCreate()
656 LogUtil.d("onDestroy"); in onDestroy()
879 LogUtil.e("addMmsDraft: empty PDU"); in addMmsDraft()
975 LogUtil.e("PDU read is too large"); in readPduFromContentUri()
[all …]
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DLogTelephonyDatabaseAction.java30 import com.android.messaging.util.LogUtil;
34 private static final String TAG = LogUtil.BUGLE_TAG;
78 if (!LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in executeAction()
84 LogUtil.d(TAG, "\n"); in executeAction()
85 LogUtil.d(TAG, "Dump of canoncial_addresses table"); in executeAction()
86 LogUtil.d(TAG, "*********************************"); in executeAction()
98 LogUtil.d(TAG, LogUtil.sanitizePII("id: " + id + " number: " + number)); in executeAction()
105 LogUtil.d(TAG, "\n"); in executeAction()
106 LogUtil.d(TAG, "Dump of threads table"); in executeAction()
107 LogUtil.d(TAG, "*********************"); in executeAction()
[all …]
H A DSyncMessagesAction.java48 import com.android.messaging.util.LogUtil;
61 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG;
151 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in executeAction()
168 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in executeAction()
172 } else if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in executeAction()
177 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in executeAction()
298 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in syncCursorPair()
311 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in syncCursorPair()
339 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in syncCursorPair()
424 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in processBackgroundResponse()
[all …]
H A DProcessPendingMessagesAction.java41 import com.android.messaging.util.LogUtil;
55 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG;
99 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in scheduleProcessPendingMessagesAction()
191 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in unregister()
261 LogUtil.w(TAG, "ProcessPendingMessagesAction: selfId is null"); in queueActions()
305 LogUtil.v(TAG, "ProcessPendingMessagesAction: rescheduling"); in executeAction()
310 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in executeAction()
395 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in findNextMessageToSend()
396 LogUtil.d(TAG, "ProcessPendingMessagesAction: " in findNextMessageToSend()
457 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in findNextMessageToDownload()
[all …]
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DVideoCallPresenter.java257 LogUtil.i( in updateCameraSelection()
484 LogUtil.v( in onStateChange()
527 LogUtil.i( in onStateChange()
569 LogUtil.v( in checkForVideoStateChange()
597 LogUtil.v( in checkForCallStateChange()
633 LogUtil.v( in onPrimaryCallChanged()
680 LogUtil.v( in onDetailsChanged()
735 LogUtil.v( in checkForVideoCallChange()
753 LogUtil.i( in changeVideoCall()
787 LogUtil.i( in adjustVideoMode()
[all …]
H A DLog.java22 import com.android.dialer.common.LogUtil;
30 LogUtil.d(tag, msg); in d()
34 LogUtil.d(getPrefix(obj), msg); in d()
42 LogUtil.v(getPrefix(obj), msg); in v()
50 LogUtil.e(tag, msg, e); in e()
54 LogUtil.e(tag, msg); in e()
58 LogUtil.e(getPrefix(obj), msg, e); in e()
62 LogUtil.e(getPrefix(obj), msg); in e()
66 LogUtil.i(tag, msg); in i()
70 LogUtil.i(getPrefix(obj), msg); in i()
[all …]
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DImageUtils.java607 final boolean logv = LogUtil.isLoggable(LogUtil.BUGLE_IMAGE_TAG, LogUtil.VERBOSE); in canBeCompressed()
642 LogUtil.v(LogUtil.BUGLE_IMAGE_TAG, in canBeCompressed()
656 LogUtil.v(LogUtil.BUGLE_IMAGE_TAG, in canBeCompressed()
676 final boolean logv = LogUtil.isLoggable(LogUtil.BUGLE_IMAGE_TAG, LogUtil.VERBOSE); in recodeImage()
740 LogUtil.v(LogUtil.BUGLE_IMAGE_TAG, in recodeImage()
746 LogUtil.w(LogUtil.BUGLE_IMAGE_TAG, in recodeImage()
759 final boolean logv = LogUtil.isLoggable(LogUtil.BUGLE_IMAGE_TAG, LogUtil.VERBOSE); in updateRecodeParameters()
769 LogUtil.v(LogUtil.BUGLE_IMAGE_TAG, in updateRecodeParameters()
782 LogUtil.v(LogUtil.BUGLE_IMAGE_TAG, in updateRecodeParameters()
795 LogUtil.v(LogUtil.BUGLE_IMAGE_TAG, in updateRecodeParameters()
[all …]
H A DUriUtil.java163 LogUtil.e(LogUtil.BUGLE_TAG, "Error getting content size", e); in getContentSize()
186 LogUtil.e(LogUtil.BUGLE_TAG, "Unable extract duration from media file: " + uri, e); in getMediaDurationMs()
225 LogUtil.e(LogUtil.BUGLE_TAG, "Error while retrieving media ", ex); in persistContentToScratchSpace()
232 LogUtil.e(LogUtil.BUGLE_TAG, "error trying to close the inputStream", e); in persistContentToScratchSpace()
247 LogUtil.e(LogUtil.BUGLE_TAG, "Error creating " + outputDir.getAbsolutePath()); in persistContent()
282 LogUtil.e(LogUtil.BUGLE_TAG, "Error while retrieving media ", ex); in persistContent()
289 LogUtil.e(LogUtil.BUGLE_TAG, "error trying to close the inputStream", e); in persistContent()
305 LogUtil.e(LogUtil.BUGLE_TAG, "Error while copying content ", ex); in copyContent()
312 LogUtil.e(LogUtil.BUGLE_TAG, "error trying to flush the outputStream", e); in copyContent()
363 LogUtil.w(LogUtil.BUGLE_TAG, "Failed to query length of " + contentUri); in getUriContentLength()
[all …]
H A DLoggingTimer.java48 if (LogUtil.isLoggable(mTag, LogUtil.VERBOSE)) { in start()
49 LogUtil.v(mTag, "Timer start for " + mName); in start()
62 LogUtil.save(LogUtil.DEBUG, mTag, logMessage); in stopAndLog()
65 LogUtil.w(mTag, logMessage); in stopAndLog()
66 } else if (LogUtil.isLoggable(mTag, LogUtil.VERBOSE)) { in stopAndLog()
67 LogUtil.v(mTag, logMessage); in stopAndLog()
/aosp12/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
H A DLocationHelper.java28 import com.android.dialer.common.LogUtil;
78 LogUtil.i("LocationHelper.canGetLocation", "no location permissions."); in canGetLocation()
85 LogUtil.i("LocationHelper.canGetLocation", "location service is disabled."); in canGetLocation()
107 LogUtil.i("LocationHelper.checkLocation", "no location"); in checkLocation()
124 LogUtil.i("LocationHelper.checkLocation", "from mock provider"); in checkLocation()
146 LogUtil.enterBlock("LocationHelper.close"); in close()
154 LogUtil.i("LocationHelper.onLocationChanged", "location: " + location); in onLocationChanged()
183 LogUtil.enterBlock("LocationHelperInternal.close"); in close()
188 LogUtil.enterBlock("LocationHelperInternal.requestUpdates"); in requestUpdates()
206 LogUtil.enterBlock("LocationHelperInternal.getLocation"); in getLocation()
[all …]
/aosp12/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
H A DNewVoicemailAdapter.java133 LogUtil.i( in updateHeaderPositions()
190 LogUtil.i( in updateHeaderPositions()
275 LogUtil.i( in onBindViewHolder()
283 LogUtil.i( in onBindViewHolder()
310 LogUtil.i( in onBindViewHolder()
379 LogUtil.i( in onBindAlertViewHolder()
428 LogUtil.i( in printArrayMap()
444 LogUtil.i( in printHashSet()
488 LogUtil.i( in expandViewHolderFirstTimeAndCollapseAllOtherVisibleViewHolders()
624 LogUtil.i( in deleteViewHolder()
[all …]
H A DNewVoicemailFragment.java36 import com.android.dialer.common.LogUtil;
82 LogUtil.enterBlock("NewVoicemailFragment.onStart"); in onStart()
104 LogUtil.enterBlock("NewVoicemailFragment.onPause"); in onPause()
155 LogUtil.enterBlock("NewVoicemailFragment.onCreateView"); in onCreateView()
168 LogUtil.enterBlock("NewVoicemailFragment.onCreateLoader"); in onCreateLoader()
192 LogUtil.i( in onLoadFinished()
270 LogUtil.e( in queryVoicemailStatus()
275 LogUtil.i( in queryVoicemailStatus()
283 LogUtil.i( in queryVoicemailStatus()
290 LogUtil.i( in queryVoicemailStatus()
[all …]
/aosp12/packages/apps/Dialer/java/com/android/dialer/commandline/
H A DCommandLineReceiver.java26 import com.android.dialer.common.LogUtil;
45 LogUtil.e("CommandLineReceiver", "missing tag"); in onReceive()
48 if (!LogUtil.isDebugEnabled() && BuildType.get() != Type.BUGFOOD) { in onReceive()
49 LogUtil.i(outputTag, "DISABLED"); in onReceive()
59 LogUtil.i(outputTag, "unknown command " + intent.getStringExtra(COMMAND)); in onReceive()
66 LogUtil.i(outputTag, "usage:\n" + command.getUsage()); in onReceive()
75 LogUtil.i(outputTag, "EMPTY"); in onReceive()
77 LogUtil.i(outputTag, response); in onReceive()
86 LogUtil.e(outputTag, "error running command future", throwable); in onReceive()
91 LogUtil.e(outputTag, e.getMessage() + "\n\nusage:\n" + command.getUsage()); in onReceive()
[all …]
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DShareIntentActivity.java93 LogUtil.i( in onAttachFragment()
94 LogUtil.BUGLE_TAG, in onAttachFragment()
99 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.DEBUG)) { in onAttachFragment()
100 LogUtil.d(LogUtil.BUGLE_TAG, String.format( in onAttachFragment()
124 LogUtil.e(LogUtil.BUGLE_TAG, "Unsupported shared content type for " + contentUri in onAttachFragment()
137 LogUtil.i(LogUtil.BUGLE_TAG, in onAttachFragment()
155 LogUtil.e(LogUtil.BUGLE_TAG, "Unsupported shared content type for " + uri in onAttachFragment()
169 LogUtil.e(LogUtil.BUGLE_TAG, "No shared URI."); in onAttachFragment()
197 LogUtil.w(LogUtil.BUGLE_TAG, "Can not find contentUri " + contentUri); in getTextStringFromContentUri()
199 LogUtil.w(LogUtil.BUGLE_TAG, "Can not read contentUri", e); in getTextStringFromContentUri()
[all …]
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/
H A DMmsUtils.java476 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in addPicturePart()
494 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in addPicturePart()
515 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in addPicturePart()
545 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in addVCardPart()
561 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in addVideoPart()
578 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in addOtherPart()
678 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getResizedImageAsPart()
896 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in insertSmsMessage()
979 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in insertReceivedMmsMessage()
1934 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in sendNotifyResponseForMmsDownload()
[all …]
/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
H A DVideoSurfaceTextureImpl.java26 import com.android.dialer.common.LogUtil;
71 LogUtil.i( in setSurfaceDimensions()
78 LogUtil.i( in setSurfaceDimensions()
107 LogUtil.i("VideoSurfaceTextureImpl.attachToTextureView", toString()); in attachToTextureView()
131 LogUtil.i("VideoSurfaceTextureImpl.setDoneWithSurface", toString()); in setDoneWithSurface()
148 LogUtil.i( in createSurface()
191 LogUtil.i( in onSurfaceTextureAvailable()
207 LogUtil.i( in onSurfaceTextureAvailable()
221 LogUtil.i( in onSurfaceTextureDestroyed()
230 LogUtil.e("SurfaceTextureListener.onSurfaceTextureDestroyed", "delegate is null"); in onSurfaceTextureDestroyed()
[all …]
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumbergeoutil/impl/
H A DPhoneNumberGeoUtilImpl.java21 import com.android.dialer.common.LogUtil;
39 LogUtil.v("PhoneNumberGeoUtilImpl.getGeoDescription", "" + LogUtil.sanitizePii(number)); in getGeoDescription()
51 LogUtil.v( in getGeoDescription()
53 "parsing '" + LogUtil.sanitizePii(number) + "' for countryIso '" + countryIso + "'..."); in getGeoDescription()
55 LogUtil.v( in getGeoDescription()
57 "- parsed number: " + LogUtil.sanitizePii(pn)); in getGeoDescription()
59 LogUtil.e( in getGeoDescription()
62 + LogUtil.sanitizePii(number) in getGeoDescription()
68 LogUtil.v( in getGeoDescription()

12345678910>>...21