OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logLine
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java
373
logLine
(errorMessage);
380
private void
logLine
(String message) {
GLLogWrapper.java
53
logLine
(errorMessage);
57
private void
logLine
(String message) {
[
all
...]
/packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerLogger.java
130
public void
logLine
(String msg) {
136
Log.e(TAG, "
logLine
exception: " + e);
144
logLine
("Nbest *****************");
152
logLine
("Contacts *****************");
153
for (VoiceContact vc : contacts)
logLine
(vc.toString());
167
logLine
("Intents *********************");
170
logLine
(intent.toString() + " " + RecognizerEngine.SENTENCE_EXTRA + "=" +
Completed in 211 milliseconds