Home
last modified time | relevance | path

Searched refs:LogUtils (Results 1 – 25 of 95) sorted by relevance

1234

/packages/services/Telecomm/src/com/android/server/telecom/
DAnalytics.java64 put(LogUtils.Events.SET_SELECT_PHONE_ACCOUNT,
66 put(LogUtils.Events.REQUEST_HOLD, AnalyticsEvent.REQUEST_HOLD);
67 put(LogUtils.Events.REQUEST_UNHOLD, AnalyticsEvent.REQUEST_UNHOLD);
68 put(LogUtils.Events.SWAP, AnalyticsEvent.SWAP);
69 put(LogUtils.Events.SKIP_RINGING, AnalyticsEvent.SKIP_RINGING);
70 put(LogUtils.Events.CONFERENCE_WITH, AnalyticsEvent.CONFERENCE_WITH);
71 put(LogUtils.Events.SPLIT_FROM_CONFERENCE, AnalyticsEvent.SPLIT_CONFERENCE);
72 put(LogUtils.Events.SET_PARENT, AnalyticsEvent.SET_PARENT);
73 put(LogUtils.Events.MUTE, AnalyticsEvent.MUTE);
74 put(LogUtils.Events.UNMUTE, AnalyticsEvent.UNMUTE);
[all …]
DRinger.java37 import com.android.server.telecom.LogUtils.EventTimer;
247 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, "RingerAttributes error"); in startRinging()
253 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, "Dialer handles"); in startRinging()
256 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, "Silent ringing " in startRinging()
273 Log.addEvent(foregroundCall, LogUtils.Events.START_RINGER); in startRinging()
322 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, "Inaudible: " in startRinging()
343 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_VIBRATION, in startRinging()
378 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_VIBRATION, "already vibrating"); in maybeStartVibration()
415 Log.addEvent(call, LogUtils.Events.SKIP_RINGING, "Dialer handles"); in startCallWaiting()
420 Log.addEvent(call, LogUtils.Events.SKIP_RINGING, "Self-managed"); in startCallWaiting()
[all …]
DCall.java771 Log.addEvent(this, LogUtils.Events.CREATED, callingPackage); in initAnalytics()
788 Log.addEvent(this, LogUtils.Events.DESTROYED); in destroy()
1054 event = LogUtils.Events.SET_ACTIVE; in setState()
1057 event = LogUtils.Events.SET_CONNECTING; in setState()
1060 event = LogUtils.Events.SET_DIALING; in setState()
1063 event = LogUtils.Events.SET_PULLING; in setState()
1066 event = LogUtils.Events.SET_DISCONNECTED; in setState()
1070 event = LogUtils.Events.SET_DISCONNECTING; in setState()
1073 event = LogUtils.Events.SET_HOLD; in setState()
1076 event = LogUtils.Events.SET_SELECT_PHONE_ACCOUNT; in setState()
[all …]
DInCallAdapter.java52 Log.startSession(LogUtils.Sessions.ICA_ANSWER_CALL, mOwnerPackageName); in answerCall()
75 Log.startSession(LogUtils.Sessions.ICA_DEFLECT_CALL, mOwnerPackageName); in deflectCall()
98 Log.startSession(LogUtils.Sessions.ICA_REJECT_CALL, mOwnerPackageName); in rejectCall()
132 Log.startSession(LogUtils.Sessions.ICA_REJECT_CALL, mOwnerPackageName); in rejectCallWithReason()
156 Log.startSession(LogUtils.Sessions.ICA_TRANSFER_CALL, mOwnerPackageName); in transferCall()
180 Log.startSession(LogUtils.Sessions.ICA_CONSULTATIVE_TRANSFER, mOwnerPackageName); in consultativeTransfer()
274 Log.startSession(LogUtils.Sessions.ICA_DISCONNECT_CALL, mOwnerPackageName); in disconnectCall()
297 Log.startSession(LogUtils.Sessions.ICA_HOLD_CALL, mOwnerPackageName); in holdCall()
319 Log.startSession(LogUtils.Sessions.ICA_UNHOLD_CALL, mOwnerPackageName); in unholdCall()
364 Log.startSession(LogUtils.Sessions.ICA_MUTE, mOwnerPackageName); in mute()
[all …]
DCallAudioRouteStateMachine.java169 put(CallAudioState.ROUTE_BLUETOOTH, LogUtils.Events.AUDIO_ROUTE_BT);
170 put(CallAudioState.ROUTE_EARPIECE, LogUtils.Events.AUDIO_ROUTE_EARPIECE);
171 put(CallAudioState.ROUTE_SPEAKER, LogUtils.Events.AUDIO_ROUTE_SPEAKER);
172 put(CallAudioState.ROUTE_WIRED_HEADSET, LogUtils.Events.AUDIO_ROUTE_HEADSET);
248 Log.addEvent(mCallsManager.getForegroundCall(), LogUtils.Events.AUDIO_ROUTE, in enter()
252 AUDIO_ROUTE_TO_LOG_EVENT.get(getRouteCode(), LogUtils.Events.AUDIO_ROUTE)); in enter()
258 Log.addEvent(mCallsManager.getForegroundCall(), LogUtils.Events.AUDIO_ROUTE, in exit()
273 Log.addEvent(mCallsManager.getForegroundCall(), LogUtils.Events.AUDIO_ROUTE, in processMessage()
279 Log.addEvent(mCallsManager.getForegroundCall(), LogUtils.Events.AUDIO_ROUTE, in processMessage()
287 Log.addEvent(mCallsManager.getForegroundCall(), LogUtils.Events.AUDIO_ROUTE, in processMessage()
[all …]
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java52 import com.android.voicemail.impl.mail.utils.LogUtils;
132 LogUtils.w(TAG, "Could not parse port number"); in ImapHelper()
193 LogUtils.e(TAG, e, "Messaging exception"); in setFlags()
227 LogUtils.e(TAG, e, "Messaging Exception"); in fetchAllVoicemails()
278 LogUtils.w(TAG, "More than one from addresses found. Using the first one."); in getNumber()
298 LogUtils.d(TAG, "Fetching message structure for " + message.getUid()); in fetchMessageStructure()
340 LogUtils.d(TAG, "Fetching message body for " + message.getUid()); in fetchVoicemailPayload()
379 LogUtils.e(TAG, e, "Messaging Exception"); in fetchTranscription()
409 LogUtils.e(TAG, ioe.toString()); in changeVoicemailTuiLanguage()
435 LogUtils.d(TAG, "change PIN failed: " + message); in getChangePinResultFromImapResponse()
[all …]
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmStateManager.kt45 import com.android.deskclock.LogUtils in <lambda>()
116 LogUtils.i("Scheduling state change %d to instance %d at %s (%d)", newState, in <lambda>()
136 LogUtils.v("Canceling instance " + instance.mId + " timers") in <lambda>()
256 LogUtils.i("Updated next alarm time to: '$time'") in <lambda>()
262 LogUtils.e("Unable to update next alarm to: '$time'", se) in <lambda>()
282 LogUtils.i("Setting upcoming AlarmClockInfo for alarm: " + nextAlarm.mId) in <lambda>()
294 LogUtils.i("Canceling upcoming AlarmClockInfo") in <lambda>()
310 LogUtils.e("Parent has been deleted with instance: $instance") in <lambda>()
316 LogUtils.i("Deleting parent alarm: " + alarm.id) in <lambda>()
319 LogUtils.i("Disabling parent alarm: " + alarm.id) in <lambda>()
[all …]
DAlarmStateManager.java40 import com.android.deskclock.LogUtils;
213 LogUtils.i("Updated next alarm time to: \'" + time + '\''); in updateNextAlarmInSystemSettings()
219 LogUtils.e("Unable to update next alarm to: \'" + time + '\'', se); in updateNextAlarmInSystemSettings()
239 LogUtils.i("Setting upcoming AlarmClockInfo for alarm: " + nextAlarm.mId); in updateNextAlarmInAlarmManager()
250 LogUtils.i("Canceling upcoming AlarmClockInfo"); in updateNextAlarmInAlarmManager()
266 LogUtils.e("Parent has been deleted with instance: " + instance.toString()); in updateParentAlarm()
272 LogUtils.i("Deleting parent alarm: " + alarm.id); in updateParentAlarm()
275 LogUtils.i("Disabling parent alarm: " + alarm.id); in updateParentAlarm()
289 LogUtils.i("Creating new instance for repeating alarm " + alarm.id + " at " + in updateParentAlarm()
356 LogUtils.i("Setting silent state to instance " + instance.mId); in setSilentState()
[all …]
DAlarmService.java30 import com.android.deskclock.LogUtils;
108 LogUtils.v("AlarmService.start with instance: " + instance.mId); in startAlarm()
125 LogUtils.v("There is no current alarm to stop"); in stopCurrentAlarm()
130 LogUtils.v("AlarmService.stop with instance: %s", instanceId); in stopCurrentAlarm()
146 LogUtils.i("AlarmService received intent %s", action);
148 LogUtils.i("No valid firing alarm");
153 LogUtils.i("AlarmActivity bound; AlarmService no-op");
188 LogUtils.v("AlarmService.onStartCommand() with %s", intent); in onStartCommand()
204 LogUtils.e("No instance found to start alarm: %d", instanceId); in onStartCommand()
213 LogUtils.e("Alarm already started for instance: %d", instanceId); in onStartCommand()
[all …]
DAlarmService.kt31 import com.android.deskclock.LogUtils
71 LogUtils.v("AlarmService.start with instance: " + instance.mId) in startAlarm()
88 LogUtils.v("There is no current alarm to stop") in stopCurrentAlarm()
93 LogUtils.v("AlarmService.stop with instance: %s", instanceId) in stopCurrentAlarm()
108 LogUtils.i("AlarmService received intent %s", action) in onReceive()
111 LogUtils.i("No valid firing alarm") in onReceive()
116 LogUtils.i("AlarmActivity bound; AlarmService no-op") in onReceive()
149 LogUtils.v("AlarmService.onStartCommand() with %s", intent) in onStartCommand()
165 LogUtils.e("No instance found to start alarm: %d", instanceId) in onStartCommand()
171 LogUtils.e("Alarm already started for instance: %d", instanceId) in onStartCommand()
[all …]
DAlarmNotifications.java41 import com.android.deskclock.LogUtils;
94 LogUtils.v("Displaying upcoming alarm notification for alarm instance: " + instance.mId + in showUpcomingNotification()
272 LogUtils.v("Displaying snoozed notification for alarm instance: " + instance.mId); in showSnoozeNotification()
316 LogUtils.v("Displaying missed notification for alarm instance: " + instance.mId); in showMissedNotification()
362 LogUtils.v("Displaying alarm notification for alarm instance: " + instance.mId); in showAlarmNotification()
423 LogUtils.v("Clearing notifications for alarm instance: " + instance.mId); in clearNotification()
449 LogUtils.d("No notification to update"); in updateNotification()
DAlarmNotifications.kt37 import com.android.deskclock.LogUtils
117 LogUtils.v("Displaying low priority notification for alarm instance: " + instance.mId) in showLowPriorityNotification()
179 LogUtils.v("Displaying high priority notification for alarm instance: " + instance.mId) in showHighPriorityNotification()
385 LogUtils.v("Displaying snoozed notification for alarm instance: " + instance.mId) in showSnoozeNotification()
439 LogUtils.v("Displaying missed notification for alarm instance: " + instance.mId) in showMissedNotification()
495 LogUtils.v("Displaying alarm notification for alarm instance: " + instance.mId) in showAlarmNotification()
557 LogUtils.v("Clearing notifications for alarm instance: " + instance.mId) in clearNotification()
579 else -> LogUtils.d("No notification to update") in updateNotification()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DMailTransport.java26 import com.android.voicemail.impl.mail.utils.LogUtils;
104 LogUtils.d(TAG, "*** IMAP open " + host + ":" + String.valueOf(port)); in open()
122 LogUtils.d(TAG, ioe.toString()); in open()
150 LogUtils.d(TAG, ioe.toString()); in open()
187 LogUtils.v(TAG, "createSocket: network not specified"); in createSocket()
192 LogUtils.v(TAG, "createSocket: network specified"); in createSocket()
196 LogUtils.d(TAG, ioe.toString()); in createSocket()
206 LogUtils.d(TAG, "open: converting to TLS socket"); in reopenTls()
220 LogUtils.d(TAG, e.toString()); in reopenTls()
223 LogUtils.d(TAG, ioe.toString()); in reopenTls()
[all …]
/packages/apps/DeskClock/src/com/android/deskclock/provider/
DClockDatabaseHelper.kt29 import com.android.deskclock.LogUtils
49 LogUtils.i("Inserting default alarms") in onCreate()
65 LogUtils.v("Upgrading alarms database from version %d to %d", in onUpgrade()
81 LogUtils.i("Copying old alarms to new table") in onUpgrade()
125 LogUtils.i("Dropping old alarm table") in onUpgrade()
164 LogUtils.v("Added alarm rowId = " + rowId) in fixAlarmInsert()
216 LogUtils.i("Alarms Table created") in createAlarmsTable()
235 LogUtils.i("Instance table created") in createInstanceTable()
DClockDatabaseHelper.java28 import com.android.deskclock.LogUtils;
84 LogUtils.i("Alarms Table created"); in createAlarmsTable()
103 LogUtils.i("Instance table created"); in createInstanceTable()
116 LogUtils.i("Inserting default alarms"); in onCreate()
133 LogUtils.v("Upgrading alarms database from version %d to %d", oldVersion, currentVersion); in onUpgrade()
148 LogUtils.i("Copying old alarms to new table"); in onUpgrade()
190 LogUtils.i("Dropping old alarm table"); in onUpgrade()
228 LogUtils.v("Added alarm rowId = " + rowId); in fixAlarmInsert()
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessor.java40 import com.android.server.telecom.LogUtils;
101 ? LogUtils.Events.REDIRECTION_SENT_USER in onServiceBound()
102 : LogUtils.Events.REDIRECTION_SENT_CARRIER, mComponentName); in onServiceBound()
134 ? LogUtils.Events.REDIRECTION_BOUND_USER in onServiceConnected()
135 : LogUtils.Events.REDIRECTION_BOUND_CARRIER, componentName); in onServiceConnected()
312 Log.addEvent(mCall, LogUtils.Events.REDIRECTION_COMPLETED_USER); in onCallRedirectionComplete()
323 Log.addEvent(mCall, LogUtils.Events.REDIRECTION_COMPLETED_CARRIER); in onCallRedirectionComplete()
395 ? LogUtils.Events.REDIRECTION_TIMED_OUT_USER in processTimeoutForCallRedirection()
396 : LogUtils.Events.REDIRECTION_TIMED_OUT_CARRIER); in processTimeoutForCallRedirection()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerKlaxon.java27 import com.android.deskclock.LogUtils;
46 LogUtils.i("TimerKlaxon.stop()"); in stop()
56 LogUtils.i("TimerKlaxon.start()"); in start()
61 LogUtils.i("Playing silent ringtone for timer"); in start()
DTimerKlaxon.kt27 import com.android.deskclock.LogUtils
43 LogUtils.i("TimerKlaxon.stop()") in stop()
54 LogUtils.i("TimerKlaxon.start()") in start()
59 LogUtils.i("Playing silent ringtone for timer") in start()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapTempFileLiteral.java20 import com.android.voicemail.impl.mail.utils.LogUtils;
75 LogUtils.w(TAG, "ImapTempFileLiteral: Temp file not found"); in getAsStream()
93 LogUtils.w(TAG, "ImapTempFileLiteral: Error while reading temp file", e); in getString()
106 LogUtils.w(TAG, "Failed to remove temp file: " + re.getMessage()); in destroy()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DIncomingCallFilter.java27 import com.android.server.telecom.LogUtils;
81 Log.addEvent(mCall, LogUtils.Events.FILTERING_INITIATED); in performFiltering()
91 Log.addEvent(mCall, LogUtils.Events.FILTERING_TIMED_OUT); in performFiltering()
109 Log.addEvent(mCall, LogUtils.Events.FILTERING_COMPLETED, mResult); in onCallFilteringComplete()
DIncomingCallFilterGraph.java27 import com.android.server.telecom.LogUtils;
77 Log.addEvent(mCall, LogUtils.Events.FILTERING_COMPLETED, result); in whenDone()
106 Log.addEvent(mCall, LogUtils.Events.FILTERING_INITIATED); in performFiltering()
124 Log.addEvent(mCall, LogUtils.Events.FILTERING_TIMED_OUT); in performFiltering()
/packages/apps/DeskClock/src/com/android/deskclock/controller/
DShortcutController.kt34 import com.android.deskclock.LogUtils
59 LogUtils.i("Skipping shortcut update because user is locked.") in updateShortcuts()
69 LogUtils.wtf(e) in updateShortcuts()
159 LogUtils.i("Skipping stopwatch shortcut update because user is locked.") in stopwatchUpdated()
165 LogUtils.wtf(e) in stopwatchUpdated()
DShortcutController.java34 import com.android.deskclock.LogUtils;
68 LogUtils.i("Skipping shortcut update because user is locked."); in updateShortcuts()
79 LogUtils.wtf(e); in updateShortcuts()
167 LogUtils.i("Skipping stopwatch shortcut update because user is locked."); in stopwatchUpdated()
174 LogUtils.wtf(e); in stopwatchUpdated()
/packages/apps/DeskClock/src/com/android/deskclock/events/
DLogEventTracker.java21 import com.android.deskclock.LogUtils;
25 private static final LogUtils.Logger LOGGER = new LogUtils.Logger("Events");
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java32 import com.android.voicemail.impl.mail.utils.LogUtils;
127 LogUtils.d(TAG, "SSLException ", e); in open()
131 LogUtils.d(TAG, "IOException", ioe); in open()
190 LogUtils.d(TAG, "ImapException", ie); in doLogin()
303 LogUtils.d(TAG, "Capabilities: " + capabilities.toString()); in queryCapability()

1234