OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logMsg
(Results
1 - 4
of
4
) 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
...]
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 89 milliseconds