Home
last modified time | relevance | path

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

12345

/packages/services/Telecomm/src/com/android/server/telecom/
DAnalytics.java75 entry(LogUtils.Events.SET_SELECT_PHONE_ACCOUNT,
77 entry(LogUtils.Events.REQUEST_HOLD, AnalyticsEvent.REQUEST_HOLD),
78 entry(LogUtils.Events.REQUEST_UNHOLD, AnalyticsEvent.REQUEST_UNHOLD),
79 entry(LogUtils.Events.SWAP, AnalyticsEvent.SWAP),
80 entry(LogUtils.Events.SKIP_RINGING, AnalyticsEvent.SKIP_RINGING),
81 entry(LogUtils.Events.CONFERENCE_WITH, AnalyticsEvent.CONFERENCE_WITH),
82 entry(LogUtils.Events.SPLIT_FROM_CONFERENCE, AnalyticsEvent.SPLIT_CONFERENCE),
83 entry(LogUtils.Events.SET_PARENT, AnalyticsEvent.SET_PARENT),
84 entry(LogUtils.Events.MUTE, AnalyticsEvent.MUTE),
85 entry(LogUtils.Events.UNMUTE, AnalyticsEvent.UNMUTE),
[all …]
DRinger.java51 import com.android.server.telecom.LogUtils.EventTimer;
309 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, in startRinging()
317 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, "Dialer handles"); in startRinging()
323 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, "Silent ringing " in startRinging()
327 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, in startRinging()
337 Log.addEvent(foregroundCall, LogUtils.Events.FLASH_NOTIFICATION_START); in startRinging()
357 Log.addEvent(foregroundCall, LogUtils.Events.START_RINGER); in startRinging()
388 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_RINGING, in startRinging()
437 Log.addEvent(foregroundCall, LogUtils.Events.SKIP_VIBRATION, in startRinging()
536 foregroundCall, LogUtils.Events.SKIP_VIBRATION, "using audio-coupled haptics"); in vibrateIfNeeded()
[all …]
DCall.java1037 Log.addEvent(this, LogUtils.Events.CREATED, callingPackage + ";" + extraCreationLogs); in initAnalytics()
1057 Log.addEvent(this, LogUtils.Events.DESTROYED); in destroy()
1328 Log.addEvent(this, LogUtils.Events.OVERRIDE_DISCONNECT_MESSAGE, message); in handleOverrideDisconnectMessage()
1402 event = LogUtils.Events.SET_ACTIVE; in setState()
1405 event = LogUtils.Events.SET_CONNECTING; in setState()
1408 event = LogUtils.Events.SET_DIALING; in setState()
1411 event = LogUtils.Events.SET_PULLING; in setState()
1414 event = LogUtils.Events.SET_DISCONNECTED; in setState()
1418 event = LogUtils.Events.SET_DISCONNECTING; in setState()
1421 event = LogUtils.Events.SET_HOLD; in setState()
[all …]
DInCallAdapter.java57 Log.startSession(LogUtils.Sessions.ICA_ANSWER_CALL, mOwnerPackageAbbreviation); in answerCall()
80 Log.startSession(LogUtils.Sessions.ICA_DEFLECT_CALL, mOwnerPackageAbbreviation); in deflectCall()
103 Log.startSession(LogUtils.Sessions.ICA_REJECT_CALL, mOwnerPackageAbbreviation); in rejectCall()
137 Log.startSession(LogUtils.Sessions.ICA_REJECT_CALL, mOwnerPackageAbbreviation); in rejectCallWithReason()
161 Log.startSession(LogUtils.Sessions.ICA_TRANSFER_CALL, mOwnerPackageAbbreviation); in transferCall()
185 Log.startSession(LogUtils.Sessions.ICA_CONSULTATIVE_TRANSFER, in consultativeTransfer()
280 Log.startSession(LogUtils.Sessions.ICA_DISCONNECT_CALL, mOwnerPackageAbbreviation); in disconnectCall()
303 Log.startSession(LogUtils.Sessions.ICA_HOLD_CALL, mOwnerPackageAbbreviation); in holdCall()
325 Log.startSession(LogUtils.Sessions.ICA_UNHOLD_CALL, mOwnerPackageAbbreviation); in unholdCall()
370 Log.startSession(LogUtils.Sessions.ICA_MUTE, mOwnerPackageAbbreviation); in mute()
[all …]
DVideoProviderProxy.java160 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()
/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>()
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 …]
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 …]
DAlarmKlaxon.kt26 import com.android.deskclock.LogUtils
45 LogUtils.v("AlarmKlaxon.stop()") in stop()
56 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/services/Telecomm/tests/src/com/android/server/telecom/tests/
DLogUtilsTest.java23 import com.android.server.telecom.LogUtils;
57 assertTrue(LogUtils.getInitializedCounter() <= 1); in testLogUtilsIsNotReInitialized()
59 LogUtils.initLogging(mContext); in testLogUtilsIsNotReInitialized()
60 LogUtils.initLogging(mContext); in testLogUtilsIsNotReInitialized()
61 LogUtils.initLogging(mContext); in testLogUtilsIsNotReInitialized()
63 assertTrue(LogUtils.getInitializedCounter() <= 1); in testLogUtilsIsNotReInitialized()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/bugreport/
DBugReportContentProvider.java57 LogUtils.dumpAppOptimizationModeEventHist(context, writer); in dump()
58 LogUtils.dumpBatteryReattributeDatabaseHist(context, writer); in dump()
59 LogUtils.dumpBatteryUsageDatabaseHist(context, writer); in dump()
60 LogUtils.dumpAppUsageDatabaseHist(context, writer); in dump()
61 LogUtils.dumpBatteryUsageSlotDatabaseHist(context, writer); in dump()
62 LogUtils.dumpBatteryEventDatabaseHist(context, writer); in dump()
63 LogUtils.dumpBatteryStateDatabaseHist(context, writer); in dump()
/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()
/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()
145 ? LogUtils.Events.REDIRECTION_BOUND_USER in onServiceConnected()
146 : LogUtils.Events.REDIRECTION_BOUND_CARRIER, componentName); in onServiceConnected()
350 Log.addEvent(mCall, LogUtils.Events.REDIRECTION_COMPLETED_USER); in onCallRedirectionComplete()
361 Log.addEvent(mCall, LogUtils.Events.REDIRECTION_COMPLETED_CARRIER); in onCallRedirectionComplete()
435 ? LogUtils.Events.REDIRECTION_TIMED_OUT_USER in processTimeoutForCallRedirection()
436 : LogUtils.Events.REDIRECTION_TIMED_OUT_CARRIER); in processTimeoutForCallRedirection()
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/util/
DLogUtilsTest.java58 LogUtils.writeLogRecords( in testNoData()
74 long queryId = LogUtils.writeLogRecords( in testWriteQuery()
92 long queryId = LogUtils.writeLogRecords( in testWriteEmptyQuery()
113 long queryId = LogUtils.writeLogRecords( in testWriteEventForExistingQuery()
145 queryId = LogUtils.writeLogRecords( in testWriteEventForExistingQuery()
172 long queryId = LogUtils.writeLogRecords( in testWriteEventWithNewQuery()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
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()
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/services/Telecomm/src/com/android/server/telecom/callfiltering/
DDndCallFilter.java24 import com.android.server.telecom.LogUtils;
53 Log.addEvent(mCall, LogUtils.Events.DND_PRE_CHECK_INITIATED); in startFilterLookup()
59 Log.addEvent(mCall, LogUtils.Events.DND_PRE_CHECK_COMPLETED, shouldSuppress); in startFilterLookup()
DCallScreeningServiceFilter.java39 import com.android.server.telecom.LogUtils;
105 Log.addEvent(mCall, LogUtils.Events.SCREENING_COMPLETED, result); in allowCall()
133 Log.addEvent(mCall, LogUtils.Events.SCREENING_COMPLETED, result); in disallowCall()
163 Log.addEvent(mCall, LogUtils.Events.SCREENING_COMPLETED, result); in silenceCall()
198 Log.addEvent(mCall, LogUtils.Events.SCREENING_COMPLETED, result); in screenCallFurther()
231 Log.addEvent(mCall, LogUtils.Events.SCREENING_BOUND, componentName); in onServiceConnected()
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()
DIncomingCallFilterGraph.java27 import com.android.server.telecom.LogUtils;
78 Log.addEvent(mCall, LogUtils.Events.FILTERING_COMPLETED, result); in whenDone()
107 Log.addEvent(mCall, LogUtils.Events.FILTERING_INITIATED); in performFiltering()
125 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()
/packages/inputmethods/LatinIME/native/jni/src/utils/
Dlog_utils.h25 class LogUtils {
34 DISALLOW_COPY_AND_ASSIGN(LogUtils);
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/bugreport/
DLogUtilsTest.java75 LogUtils.dumpBatteryReattributeDatabaseHist(mBatteryReattributeDao, mTestPrintWriter); in dumpBatteryReattributeDatabaseHist_noData_printExpectedResult()
102 LogUtils.dumpBatteryReattributeDatabaseHist(mBatteryReattributeDao, mTestPrintWriter); in dumpBatteryReattributeDatabaseHist_printExpectedResult()
116 LogUtils.dumpBatteryReattributeDatabaseHist(mBatteryReattributeDao, mTestPrintWriter); in dumpBatteryReattributeDatabaseHist_featureDisable_notPrintData()

12345