Searched defs:log (Results 1 - 25 of 95) sorted by relevance

1234

/packages/apps/Email/emailsync/src/com/android/emailsync/
H A DFileLogger.java57 static public synchronized void log(Exception e) { method in class:FileLogger
59 log("Exception", "Stack trace follows...");
67 static public synchronized void log(String prefix, String str) { method in class:FileLogger
70 log("Logger", "\r\n\r\n --- New Log ---");
110 log("FileLogger", "Exception writing log; recreating...");
111 log(prefix, str);
/packages/apps/Exchange/src/com/android/exchange/utility/
H A DFileLogger.java56 static public synchronized void log(Exception e) { method in class:FileLogger
58 log("Exception", "Stack trace follows...");
66 static public synchronized void log(String prefix, String str) { method in class:FileLogger
69 log("Logger", "\r\n\r\n --- New Log ---");
109 log("FileLogger", "Exception writing log; recreating...");
110 log(prefix, str);
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
H A DAddressListField.java48 private static Log log = LogFactory.getLog(Parser.class); field in class:AddressListField.Parser
57 if (log.isDebugEnabled()) {
58 log.debug("Parsing value '" + body + "': "+ e.getMessage());
H A DDateTimeField.java53 private static Log log = LogFactory.getLog(Parser.class); field in class:DateTimeField.Parser
65 if (log.isDebugEnabled()) {
66 log.debug("Parsing value '" + body + "': "+ e.getMessage());
H A DMailboxField.java50 private static Log log = LogFactory.getLog(Parser.class); field in class:MailboxField.Parser
62 if (log.isDebugEnabled()) {
63 log.debug("Parsing value '" + body + "': "+ e.getMessage());
H A DMailboxListField.java50 private static Log log = LogFactory.getLog(Parser.class); field in class:MailboxListField.Parser
59 if (log.isDebugEnabled()) {
60 log.debug("Parsing value '" + body + "': "+ e.getMessage());
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
H A DMemoryBinaryBody.java44 private static Log log = LogFactory.getLog(MemoryBinaryBody.class); field in class:MemoryBinaryBody
H A DMemoryTextBody.java48 private static Log log = LogFactory.getLog(MemoryTextBody.class); field in class:MemoryTextBody
82 if (log.isWarnEnabled()) {
84 log.warn("No MIME charset specified. Using " + javaCharset
87 log.warn("MIME charset '" + mimeCharset + "' has no "
94 if (log.isWarnEnabled()) {
96 log.warn("No MIME charset specified. Using the "
99 log.warn("MIME charset '" + mimeCharset + "' has no "
H A DTempFileBinaryBody.java43 private static Log log = LogFactory.getLog(TempFileBinaryBody.class); field in class:TempFileBinaryBody
H A DTempFileTextBody.java47 private static Log log = LogFactory.getLog(TempFileTextBody.class); field in class:TempFileTextBody
81 if (log.isWarnEnabled()) {
83 log.warn("No MIME charset specified. Using " + javaCharset
86 log.warn("MIME charset '" + mimeCharset + "' has no "
93 if (log.isWarnEnabled()) {
95 log.warn("No MIME charset specified. Using the "
98 log.warn("MIME charset '" + mimeCharset + "' has no "
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
H A DTempStorage.java32 private static Log log = LogFactory.getLog(TempStorage.class); field in class:TempStorage
45 log.warn("Unable to create or instantiate TempStorage class '"
/packages/services/Telephony/src/com/android/phone/
H A DCallerInfoCacheUpdateReceiver.java41 if (DBG) log("CallerInfoCacheUpdateReceiver#onReceive(). Intent: " + intent);
45 private static void log(String msg) { method in class:CallerInfoCacheUpdateReceiver
H A DCdmaDisplayInfo.java44 if (DBG) log("displayInfoRecord: infoMsg=" + infoMsg);
75 if (DBG) log("Dissmissing Display Info Record...");
83 private static void log(String msg) { method in class:CdmaDisplayInfo
H A DGetPin2Screen.java94 private void log(String msg) { method in class:GetPin2Screen
H A DGsmUmtsOptions.java54 log("Not a GSM phone");
58 log("Not a CDMA phone");
75 log("[CSP] Enabling Operator Selection menu.");
78 log("[CSP] Disabling Operator Selection menu.");
87 log("preferenceTreeClick: return false");
91 protected void log(String s) { method in class:GsmUmtsOptions
H A DSipBroadcastReceiver.java50 if (DBG) log("SIP VOIP not supported: " + action);
63 if (DBG) log("onReceive: add phone" + localSipUri + " #phones="
68 if (DBG) log("onReceive: remove phone: " + localSipUri + " #phones="
71 if (DBG) log("onReceive: start auto registration");
74 if (DBG) log("onReceive: action not processed: " + action);
88 if (DBG) log("RemoveSipPhone: failed:cannot find phone with uri " + sipUri);
99 if (DBG) log("takeCall: SIP call: " + intent);
104 if (DBG) log("takeCall: not taken, drop SIP call: " + intent);
129 if (DBG) log("registerAllProfiles: profile=" + profile);
138 private void log(Strin method in class:SipBroadcastReceiver
[all...]
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastConfigService.java61 if (DBG)log("setChannelRange: " + ranges);
70 if (DBG) log("enabling emergency IDs " + startId + '-' + endId);
73 if (DBG) log("disabling emergency IDs " + startId + '-' + endId);
79 if (DBG) log("enabling emergency message ID " + messageId);
82 if (DBG) log("disabling emergency message ID " + messageId);
92 if (DBG) log("setChannelRange: enabling CMAS Presidential");
210 if (DBG) log("enabling emergency cell broadcast channels");
242 if (DBG) log("enabled emergency cell broadcast channels");
245 if (DBG) log("disabling emergency cell broadcast channels");
268 if (DBG) log("disable
313 private static void log(String msg) { method in class:CellBroadcastConfigService
[all...]
H A DCellBroadcastAlertReminder.java68 log("playing alert reminder");
74 log("no reminders queued");
92 log("playing alert reminder sound");
111 if (DBG) log("no preference value for alert reminder");
130 if (DBG) log("queueAlertReminder() in " + interval + " minutes");
153 if (DBG) log("cancelAlertReminder()");
155 if (DBG) log("stopping play reminder ringtone");
160 if (DBG) log("canceling pending play reminder intent");
166 private static void log(String msg) { method in class:CellBroadcastAlertReminder
H A DCellBroadcastReceiver.java52 if (DBG) log("onReceive " + intent);
57 if (DBG) log("Registering for ServiceState updates");
64 if (DBG) log("airplaneModeOn: " + airplaneModeOn);
227 private static void log(String msg) { method in class:CellBroadcastReceiver
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessageStatusService.java89 log("updateMessageStatus: msgUrl=" + messageUri + ", status=" + status +
110 private void log(String message) { method in class:MessageStatusService
H A DSmsSingleRecipientSender.java123 log("sendMessage: address=" + mDest + ", threadId=" + mThreadId +
129 private void log(String msg) { method in class:SmsSingleRecipientSender
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
H A DDecoderUtil.java40 private static Log log = LogFactory.getLog(DecoderUtil.class); field in class:DecoderUtil
65 log.error(e);
94 log.error(e);
228 if (log.isWarnEnabled()) {
229 log.warn("MIME charset '" + mimeCharset + "' in encoded word '"
235 if (log.isWarnEnabled()) {
236 log.warn("Current JDK doesn't support decoding of charset '"
245 if (log.isWarnEnabled()) {
246 log.warn("Missing encoded text in encoded word: '"
258 if (log
[all...]
H A DQuotedPrintableInputStream.java38 private static Log log = LogFactory.getLog(QuotedPrintableInputStream.class); field in class:QuotedPrintableInputStream
150 if (log.isWarnEnabled()) {
151 log.warn("Malformed MIME; got ==");
156 if (log.isWarnEnabled()) {
157 log.warn("Malformed MIME; expected \\r or "
170 if (log.isWarnEnabled()) {
171 log.warn("Malformed MIME; expected "
188 if (log.isWarnEnabled()) {
189 log.warn("Malformed MIME; expected "
199 log
[all...]
/packages/services/Telephony/tests/src/com/android/phone/tests/
H A DCallDialTest.java52 log("onCreate: intent = " + intent);
71 log("onResume()...");
77 log("onPause()...");
85 log("onClick(View " + view + ", id " + id + ")...");
89 log("onClick: CALL...");
93 log("onClick: DIAL...");
97 log("onClick: ITelephony.call()...");
101 log("onClick: ITelephony.dial()...");
111 log("fireIntent(action = '" + action + "')...");
115 log("
186 private void log(String msg) { method in class:CallDialTest
[all...]
/packages/apps/Mms/src/com/android/mms/data/
H A DContactList.java175 private void log(String msg) { method in class:ContactList

Completed in 1890 milliseconds

1234