Home
last modified time | relevance | path

Searched refs:printAndPromptLog (Results 1 – 7 of 7) sorted by relevance

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DLog.java135 public void printAndPromptLog(LogLevel logLevel, String tag, String message); in printAndPromptLog() method
213 sLogOutput.printAndPromptLog(logLevel, tag, message); in logAndDisplay()
/sdk/dumpeventlog/src/com/android/dumpeventlog/
DDumpEventLog.java82 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in main()
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
DHierarchyViewerPlugin.java97 public void printAndPromptLog(final LogLevel logLevel, final String tag, in start()
/sdk/screenshot/src/com/android/screenshot/
DScreenshot.java93 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in main()
/sdk/eventanalyzer/src/com/android/eventanalyzer/
DEventAnalyzer.java142 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DDdmsPlugin.java178 public void printAndPromptLog(final LogLevel logLevel, final String tag, in start()
/sdk/ddms/app/src/com/android/ddms/
DUIThread.java457 public void printAndPromptLog(final LogLevel logLevel, final String tag, in runUI()