Home
last modified time | relevance | path

Searched refs:getTraceFilePath (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DISystraceOptionsDialog.java21 String getTraceFilePath(); in getTraceFilePath() method
DSystraceOptionsDialogV2.java325 public String getTraceFilePath() { in getTraceFilePath() method in SystraceOptionsDialogV2
DSystraceOptionsDialogV1.java381 public String getTraceFilePath() { in getTraceFilePath() method in SystraceOptionsDialogV1
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java681 Files.write(html.getBytes(), new File(dlg.getTraceFilePath())); in launchSystrace()