/packages/apps/UnifiedEmail/src/com/android/mail/ |
MailLogService.java | 41 * This service is only started when the log level is high, so there is no risk of user 44 * To add logging to this service, call {@link #log(String, String, Object...)} with a tag name, 71 /** Create an empty log buffer. */ 84 * Insert a log message into the buffer. This might evict the oldest message if the log 86 * @param message a log message for this buffer. 107 // Put a newline at the end of each log line. 116 /** Map of current tag -> log. */ 142 * @return true if this service is functioning at the current log level. False otherwise. 149 * Add to the log for the tag given 154 public static void log(String tag, String format, Object... args) { method in class:MailLogService [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
DecoderUtil.java | 23 import org.apache.james.mime4j.Log;
40 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()) { [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/ |
ContentTypeField.java | 29 import org.apache.james.mime4j.Log;
209 private static Log log = LogFactory.getLog(Parser.class);
field in class:ContentTypeField.Parser 221 if (log.isDebugEnabled()) {
222 log.debug("Parsing value '" + body + "': "+ e.getMessage());
227 if (log.isDebugEnabled()) {
228 log.debug("Parsing value '" + body + "': "+ e.getMessage());
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/ |
SimpleTempStorage.java | 33 import org.apache.james.mime4j.Log;
42 private static Log log = LogFactory.getLog(SimpleTempStorage.class);
field in class:SimpleTempStorage 70 log.error("Unable to mkdirs on " + p.getAbsolutePath());
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
PrivateLog.java | 29 * Class to keep long-term log. This is inactive in production, and is only for debug purposes. 35 private static final String LOG_DATABASE_NAME = "log"; 36 private static final String LOG_TABLE_NAME = "log"; 97 public static void log(String event) { method in class:PrivateLog
|
/packages/services/Telephony/src/com/android/phone/ |
DeleteFdnContactScreen.java | 28 import android.util.Log; 69 if (DBG) log("onActivityResult"); 81 if (DBG) log("onActivityResult: CANCELLED"); 144 if (DBG) log("handleResult: success!"); 147 if (DBG) log("handleResult: failed!"); 179 if (DBG) log("onDeleteComplete"); 186 private void log(String msg) { method in class:DeleteFdnContactScreen 187 Log.d(LOG_TAG, "[DeleteFdnContact] " + msg);
|
EnableFdnScreen.java | 26 import android.util.Log; 111 if (DBG) log("enableFdn: please wait..."); 116 if (DBG) log("handleResult: success!"); 122 if (DBG) log("handleResult: failed!"); 147 private void log(String msg) { method in class:EnableFdnScreen 148 Log.d(LOG_TAG, "[EnableSimPin] " + msg);
|
EnableIccPinScreen.java | 26 import android.util.Log; 104 if (DBG) log("enableIccPin:"); 106 if (DBG) log("enableIccPin: please wait..."); 111 if (DBG) log("handleResult: success!"); 117 if (DBG) log("handleResult: failed!"); 142 private void log(String msg) { method in class:EnableIccPinScreen 143 Log.d(LOG_TAG, "[EnableIccPin] " + msg);
|
GetPin2Screen.java | 25 import android.util.Log; 94 private void log(String msg) { method in class:GetPin2Screen 95 Log.d(LOG_TAG, "[GetPin2] " + msg);
|
IccNetworkDepersonalizationPanel.java | 29 import android.util.Log; 88 if (DBG) log("network depersonalization request failure."); 98 if (DBG) log("network depersonalization success."); 139 if (DBG) log("Enabling 'Dismiss' button..."); 143 if (DBG) log("Removing 'Dismiss' button..."); 176 if (DBG) log("requesting network depersonalization with code " + pin); 208 if (DBG) log("mDismissListener: skipping depersonalization..."); 213 private void log(String msg) { method in class:IccNetworkDepersonalizationPanel 214 Log.v(TAG, "[IccNetworkDepersonalizationPanel] " + msg);
|
NetworkQueryService.java | 31 import android.util.Log; 84 if (DBG) log("scan completed, broadcasting results"); 115 if (DBG) log("registering callback " + cb.getClass().toString()); 124 if (DBG) log("starting new query"); 129 if (DBG) log("query already in progress"); 150 if (DBG) log("unregistering callback " + cb.getClass().toString()); 178 if (DBG) log("binding service implementation"); 193 if (DBG) log("AsyncResult is null."); 200 if (DBG) log("AsyncResult has exception " + exception); 205 if (DBG) log("broadcasting results to " + cb.getClass().toString()) 217 private static void log(String msg) { method in class:NetworkQueryService [all...] |
RejectWithTextMessageManager.java | 31 import android.util.Log; 74 if (DBG) log("loadCannedResponses()..."); 183 if (DBG) log("allowRespondViaSmsForCall(" + call + ")..."); 187 Log.w(TAG, "allowRespondViaSmsForCall: null ringingCall!"); 197 Log.w(TAG, "allowRespondViaSmsForCall: ringingCall not ringing! state = " 206 Log.w(TAG, "allowRespondViaSmsForCall: null Connection!"); 212 if (DBG) log("- number: '" + number + "'"); 214 Log.w(TAG, "allowRespondViaSmsForCall: no incoming number!"); 223 Log.i(TAG, "allowRespondViaSmsForCall: incoming 'number' is a SIP address."); 229 if (DBG) log("- presentation: " + presentation) 254 private static void log(String msg) { method in class:RejectWithTextMessageManager [all...] |
RespondViaSmsManager.java | 45 import android.util.Log; 80 // Do not check in with VDBG = true, since that may write PII to the system log. 107 if (DBG) log("Settings: onCreate()..."); 151 if (DBG) log("onPreferenceChange: key = " + preference.getKey()); 152 if (VDBG) log(" preference = '" + preference + "'"); 153 if (VDBG) log(" newValue = '" + newValue + "'"); 195 private static void log(String msg) { method in class:RespondViaSmsManager 196 Log.e(TAG, msg);
|
SpecialCharSequenceMgr.java | 29 import android.util.Log; 227 if (DBG) log("showDeviceIdPanel()..."); 245 log("handleRegulatoryInfoDisplay() sending intent to settings app"); 253 Log.e(TAG, "startActivity() failed: " + e); 260 private static void log(String msg) { method in class:SpecialCharSequenceMgr 261 Log.d(TAG, "[SpecialCharSequenceMgr] " + msg);
|
/packages/services/Telephony/tests/src/com/android/phone/tests/ |
CallDialTest.java | 28 import android.util.Log; 52 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()..."); 105 Log.wtf(LOG_TAG, "onClick: unexpected View: " + view) 186 private void log(String msg) { method in class:CallDialTest [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 16 from distutils import log namespace 210 log.info("installing to %s", self.bdist_dir) [all...] |
build_py.py | 14 from distutils import log namespace 203 log.warn(("package init file '%s' not found " + 212 log.warn("file %s (for module %s) not found", module_file, module)
|
config.py | 20 from distutils import log namespace 160 log.info("removing: %s", ' '.join(filenames)) 237 log.info(ok and "success!" or "failure.") 256 log.info(ok and "success!" or "failure.") 276 log.info(ok and "success!" or "failure.") 345 """Dumps a file content into log.info. 350 log.info('%s' % filename) 352 log.info(head) 355 log.info(file.read())
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
cygwinccompiler.py | 57 from distutils import log namespace
|
emxccompiler.py | 29 from distutils import log namespace
|
unixccompiler.py | 27 from distutils import log namespace 148 log.debug("skipping %s (up-to-date)", output_filename) 202 log.debug("skipping %s (up-to-date)", output_filename)
|
util.py | 13 from distutils import log namespace 329 log.info(msg) 409 log.info("writing byte-compilation script '%s'", script_name) 484 log.info("byte-compiling %s to %s", file, cfile_base) 488 log.debug("skipping byte-compilation of %s to %s",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_build_ext.py | 17 from distutils import log namespace 209 log.info("writing stub loader for %s to %s",ext._full_name, output_dir)
|
support.py | 11 from distutils import log namespace 12 from distutils.log import DEBUG, INFO, WARN, ERROR, FATAL 28 self.threshold = log.set_threshold(log.FATAL) 30 # when log will be replaced by logging 32 self._old_log = log.Log._log 33 log.Log._log = self._log 37 log.set_threshold(self.threshold [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 16 from distutils import log namespace 210 log.info("installing to %s", self.bdist_dir) [all...] |