HomeSort by relevance Sort by last modified time
    Searched defs:logMsg (Results 1 - 3 of 3) sorted by null

  /packages/apps/Mms/tests/SmsAutoReply/src/com/android/smsautoreply/
AutoReplyActivity.java 78 String logMsg = String.format("SMS: from: %s body: %s",
83 logMsg = String.format("%s: %s\n", currentDateTimeString, logMsg);
85 fos.write(logMsg.getBytes());
90 Log.d(TAG, logMsg);
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java 176 // Note: many logMsg calls have # at the start to
178 logMsg("# WARNING: Potential problems found in your environment!");
179 logMsg("# Check any 'ERROR' items above against the Xalan FAQs");
180 logMsg("# to correct potential problems with your classes/jars");
181 logMsg("# http://xml.apache.org/xalan-j/faq.html");
188 logMsg("# YAHOO! Your environment seems to be OK.");
253 logMsg("# ERROR: writeEnvironmentReport called with null Hashtable");
259 logMsg(
289 logMsg(keyStr + "=" + h.get(keyStr));
294 logMsg("Reading-" + key + "= threw: " + e.toString())
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java     [all...]

Completed in 264 milliseconds