Home
last modified time | relevance | path

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

123

/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.java35 import com.android.server.telecom.LogUtils.EventTimer;
221 LogUtils.EventTimer timer = new EventTimer(); in startRinging()
257 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, "Dialer handles"); in startRinging()
260 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, "Silent ringing " in startRinging()
281 Log.addEvent(foregroundCall, LogUtils.Events.START_RINGER); in startRinging()
316 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, "Inaudible: " + reason); in startRinging()
333 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_VIBRATION, in startRinging()
367 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_VIBRATION, "already vibrating"); in maybeStartVibration()
404 Log.addEvent(call, LogUtils.Events.SKIP_RINGING, "Dialer handles"); in startCallWaiting()
409 Log.addEvent(call, LogUtils.Events.SKIP_RINGING, "Self-managed"); in startCallWaiting()
[all …]
DCall.java773 Log.addEvent(this, LogUtils.Events.CREATED, callingPackage); in initAnalytics()
790 Log.addEvent(this, LogUtils.Events.DESTROYED); in destroy()
1097 event = LogUtils.Events.SET_ACTIVE; in setState()
1100 event = LogUtils.Events.SET_CONNECTING; in setState()
1103 event = LogUtils.Events.SET_DIALING; in setState()
1106 event = LogUtils.Events.SET_PULLING; in setState()
1109 event = LogUtils.Events.SET_DISCONNECTED; in setState()
1113 event = LogUtils.Events.SET_DISCONNECTING; in setState()
1116 event = LogUtils.Events.SET_HOLD; in setState()
1119 event = LogUtils.Events.SET_SELECT_PHONE_ACCOUNT; in setState()
[all …]
DInCallAdapter.java54 Log.startSession(LogUtils.Sessions.ICA_ANSWER_CALL, mOwnerPackageAbbreviation); in answerCall()
77 Log.startSession(LogUtils.Sessions.ICA_DEFLECT_CALL, mOwnerPackageAbbreviation); in deflectCall()
100 Log.startSession(LogUtils.Sessions.ICA_REJECT_CALL, mOwnerPackageAbbreviation); in rejectCall()
134 Log.startSession(LogUtils.Sessions.ICA_REJECT_CALL, mOwnerPackageAbbreviation); in rejectCallWithReason()
158 Log.startSession(LogUtils.Sessions.ICA_TRANSFER_CALL, mOwnerPackageAbbreviation); in transferCall()
182 Log.startSession(LogUtils.Sessions.ICA_CONSULTATIVE_TRANSFER, in consultativeTransfer()
277 Log.startSession(LogUtils.Sessions.ICA_DISCONNECT_CALL, mOwnerPackageAbbreviation); in disconnectCall()
300 Log.startSession(LogUtils.Sessions.ICA_HOLD_CALL, mOwnerPackageAbbreviation); in holdCall()
322 Log.startSession(LogUtils.Sessions.ICA_UNHOLD_CALL, mOwnerPackageAbbreviation); in unholdCall()
367 Log.startSession(LogUtils.Sessions.ICA_MUTE, mOwnerPackageAbbreviation); 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 …]
DVideoProviderProxy.java159 Log.addEvent(mCall, LogUtils.Events.RECEIVE_VIDEO_REQUEST, in receiveSessionModifyRequest()
172 Log.addEvent(mCall, LogUtils.Events.SEND_VIDEO_RESPONSE, in receiveSessionModifyRequest()
213 Log.addEvent(mCall, LogUtils.Events.RECEIVE_VIDEO_RESPONSE, eventMessage); in receiveSessionModifyResponse()
439 Log.addEvent(mCall, LogUtils.Events.SEND_VIDEO_REQUEST, in onSendSessionModifyRequest()
466 Log.addEvent(mCall, LogUtils.Events.SEND_VIDEO_RESPONSE, in onSendSessionModifyResponse()
DConnectionServiceWrapper.java79 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_HANDLE_CREATE_CONNECTION_COMPLETE, in handleCreateConnectionComplete()
109 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_HANDLE_CREATE_CONNECTION_COMPLETE, in handleCreateConferenceComplete()
139 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_ACTIVE, in setActive()
163 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_RINGING, mPackageAbbreviation); in setRinging()
228 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_DIALING, mPackageAbbreviation); in setDialing()
251 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_PULLING, mPackageAbbreviation); in setPulling()
273 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_DISCONNECTED, in setDisconnected()
298 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_ON_HOLD, mPackageAbbreviation); in setOnHold()
345 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_REMOVE_CALL, mPackageAbbreviation); in removeCall()
419 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_IS_CONFERENCED, in setIsConferenced()
[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.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 …]
DAlarmNotifications.java36 import com.android.deskclock.LogUtils;
117 LogUtils.v("Displaying low priority notification for alarm instance: " + instance.mId); in showLowPriorityNotification()
175 LogUtils.v("Displaying high priority notification for alarm instance: " + instance.mId); in showHighPriorityNotification()
368 LogUtils.v("Displaying snoozed notification for alarm instance: " + instance.mId); in showSnoozeNotification()
418 LogUtils.v("Displaying missed notification for alarm instance: " + instance.mId); in showMissedNotification()
470 LogUtils.v("Displaying alarm notification for alarm instance: " + instance.mId); in showAlarmNotification()
530 LogUtils.v("Clearing notifications for alarm instance: " + instance.mId); in clearNotification()
556 LogUtils.d("No notification to update"); in updateNotification()
DAlarmKlaxon.java26 import com.android.deskclock.LogUtils;
45 LogUtils.v("AlarmKlaxon.stop()"); in stop()
55 LogUtils.v("AlarmKlaxon.start()"); in start()
/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.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()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallScreeningServiceFilter.java37 import com.android.server.telecom.LogUtils;
74 Log.addEvent(mCall, LogUtils.Events.SCREENING_COMPLETED, mPriorStageResult); in allowCall()
103 Log.addEvent(mCall, LogUtils.Events.SCREENING_COMPLETED, result); in disallowCall()
130 Log.addEvent(mCall, LogUtils.Events.SCREENING_COMPLETED, result); in silenceCall()
163 Log.addEvent(mCall, LogUtils.Events.SCREENING_COMPLETED, result); in screenCallFurther()
196 Log.addEvent(mCall, LogUtils.Events.SCREENING_BOUND, componentName); in onServiceConnected()
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()
DDirectToVoicemailFilter.java26 import com.android.server.telecom.LogUtils;
43 Log.addEvent(mCall, LogUtils.Events.DIRECT_TO_VM_INITIATED); in startFilterLookup()
72 Log.addEvent(mCall, LogUtils.Events.DIRECT_TO_VM_FINISHED); in startFilterLookup()
/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()
DImapUtility.java18 import com.android.voicemail.impl.mail.utils.LogUtils;
73 LogUtils.d(TAG, "Invalid UID value", e); in getImapSequenceValues()
117 LogUtils.d(TAG, "Invalid range value", e); in getImapRangeValues()
/packages/apps/DeskClock/src/com/android/deskclock/controller/
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()

123