OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reportcontents
(Results
1 - 1
of
1
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
ReportViewerActivity.java
26
public static final String EXTRA_REPORT_CONTENTS = "
reportContents
";
35
String
reportContents
= intent.getStringExtra(EXTRA_REPORT_CONTENTS);
36
if (
reportContents
!= null) {
38
reportText.setText(
reportContents
);
Completed in 165 milliseconds