/packages/services/Telecomm/src/com/android/server/telecom/ |
D | Analytics.java | 64 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 …]
|
D | Ringer.java | 37 import com.android.server.telecom.LogUtils.EventTimer; 243 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, "RingerAttributes error"); in startRinging() 249 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, "Dialer handles"); in startRinging() 252 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, "Silent ringing " in startRinging() 269 Log.addEvent(foregroundCall, LogUtils.Events.START_RINGER); in startRinging() 300 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, "Inaudible: " in startRinging() 320 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_VIBRATION, in startRinging() 354 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_VIBRATION, "already vibrating"); in maybeStartVibration() 391 Log.addEvent(call, LogUtils.Events.SKIP_RINGING, "Dialer handles"); in startCallWaiting() 396 Log.addEvent(call, LogUtils.Events.SKIP_RINGING, "Self-managed"); in startCallWaiting() [all …]
|
D | Call.java | 852 Log.addEvent(this, LogUtils.Events.CREATED, callingPackage); in initAnalytics() 869 Log.addEvent(this, LogUtils.Events.DESTROYED); in destroy() 1133 Log.addEvent(this, LogUtils.Events.OVERRIDE_DISCONNECT_MESSAGE, message); in handleOverrideDisconnectMessage() 1201 event = LogUtils.Events.SET_ACTIVE; in setState() 1204 event = LogUtils.Events.SET_CONNECTING; in setState() 1207 event = LogUtils.Events.SET_DIALING; in setState() 1210 event = LogUtils.Events.SET_PULLING; in setState() 1213 event = LogUtils.Events.SET_DISCONNECTED; in setState() 1217 event = LogUtils.Events.SET_DISCONNECTING; in setState() 1220 event = LogUtils.Events.SET_HOLD; in setState() [all …]
|
D | InCallAdapter.java | 54 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 …]
|
D | CallAudioRouteStateMachine.java | 169 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 …]
|
D | VideoProviderProxy.java | 160 Log.addEvent(mCall, LogUtils.Events.RECEIVE_VIDEO_REQUEST, in receiveSessionModifyRequest() 173 Log.addEvent(mCall, LogUtils.Events.SEND_VIDEO_RESPONSE, in receiveSessionModifyRequest() 214 Log.addEvent(mCall, LogUtils.Events.RECEIVE_VIDEO_RESPONSE, eventMessage); in receiveSessionModifyResponse() 446 Log.addEvent(mCall, LogUtils.Events.SEND_VIDEO_REQUEST, in onSendSessionModifyRequest() 473 Log.addEvent(mCall, LogUtils.Events.SEND_VIDEO_RESPONSE, in onSendSessionModifyResponse()
|
D | CallsManager.java | 1383 Log.addEvent(fromCall, LogUtils.Events.START_HANDOVER, in processIncomingCallIntent() 1385 Log.addEvent(call, LogUtils.Events.START_HANDOVER, in processIncomingCallIntent() 2132 Log.addEvent(call, LogUtils.Events.REDIRECTION_USER_CONFIRMATION); 2139 Log.addEvent(call, LogUtils.Events.REDIRECTION_USER_CONFIRMED); 2279 LogUtils.Events.REDIRECTION_USER_CANCELLED); 2764 Log.addEvent(activeCall, LogUtils.Events.SWAP, "To " + call.getId()); 2765 Log.addEvent(call, LogUtils.Events.SWAP, "From " + activeCall.getId()); 3142 Log.addEvent(call, LogUtils.Events.SET_DISCONNECTED_ORIG, disconnectCause); 3325 Log.addEvent(onHoldCall, LogUtils.Events.INFO, 3333 Log.addEvent(callToHangup, LogUtils.Events.INFO, [all …]
|
D | ConnectionServiceWrapper.java | 81 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_HANDLE_CREATE_CONNECTION_COMPLETE, in handleCreateConnectionComplete() 112 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_HANDLE_CREATE_CONNECTION_COMPLETE, in handleCreateConferenceComplete() 142 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_ACTIVE, in setActive() 166 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_RINGING, mPackageAbbreviation); in setRinging() 231 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_DIALING, mPackageAbbreviation); in setDialing() 254 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_PULLING, mPackageAbbreviation); in setPulling() 276 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_DISCONNECTED, in setDisconnected() 301 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_ON_HOLD, mPackageAbbreviation); in setOnHold() 348 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_REMOVE_CALL, mPackageAbbreviation); in removeCall() 422 Log.startSession(sessionInfo, LogUtils.Sessions.CSW_SET_IS_CONFERENCED, in setIsConferenced() [all …]
|
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/ |
D | ImapHelper.java | 52 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/ |
D | AlarmStateManager.kt | 45 import com.android.deskclock.LogUtils in <lambda>() 115 LogUtils.i("Scheduling state change %d to instance %d at %s (%d)", newState, in <lambda>() 135 LogUtils.v("Canceling instance " + instance.mId + " timers") in <lambda>() 255 LogUtils.i("Updated next alarm time to: '$time'") in <lambda>() 261 LogUtils.e("Unable to update next alarm to: '$time'", se) in <lambda>() 281 LogUtils.i("Setting upcoming AlarmClockInfo for alarm: " + nextAlarm.mId) in <lambda>() 293 LogUtils.i("Canceling upcoming AlarmClockInfo") in <lambda>() 309 LogUtils.e("Parent has been deleted with instance: $instance") in <lambda>() 315 LogUtils.i("Deleting parent alarm: " + alarm.id) in <lambda>() 318 LogUtils.i("Disabling parent alarm: " + alarm.id) in <lambda>() [all …]
|
D | AlarmService.kt | 31 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 …]
|
D | AlarmKlaxon.kt | 26 import com.android.deskclock.LogUtils 45 LogUtils.v("AlarmKlaxon.stop()") in stop() 56 LogUtils.v("AlarmKlaxon.start()") in start()
|
D | AlarmNotifications.kt | 37 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/ |
D | MailTransport.java | 26 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/ |
D | ClockDatabaseHelper.kt | 29 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()
|
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/ |
D | CallRedirectionProcessor.java | 40 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/ |
D | TimerKlaxon.kt | 27 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/ |
D | ImapTempFileLiteral.java | 20 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()
|
D | ImapUtility.java | 18 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/services/Telecomm/src/com/android/server/telecom/callfiltering/ |
D | CallScreeningServiceFilter.java | 38 import com.android.server.telecom.LogUtils; 104 Log.addEvent(mCall, LogUtils.Events.SCREENING_COMPLETED, result); in allowCall() 132 Log.addEvent(mCall, LogUtils.Events.SCREENING_COMPLETED, result); in disallowCall() 162 Log.addEvent(mCall, LogUtils.Events.SCREENING_COMPLETED, result); in silenceCall() 197 Log.addEvent(mCall, LogUtils.Events.SCREENING_COMPLETED, result); in screenCallFurther() 230 Log.addEvent(mCall, LogUtils.Events.SCREENING_BOUND, componentName); in onServiceConnected()
|
D | IncomingCallFilterGraph.java | 27 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()
|
D | DirectToVoicemailFilter.java | 26 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/DeskClock/src/com/android/deskclock/controller/ |
D | ShortcutController.kt | 34 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()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
D | ImapConnection.java | 32 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()
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | log_utils.h | 25 class LogUtils { 34 DISALLOW_COPY_AND_ASSIGN(LogUtils);
|