OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reportListContents
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java
209
final String reportMsg =
reportListContents
(errList);
255
* {@see
reportListContents
(Collection<ProcessErrorStateInfo>)}.
262
return
reportListContents
(newList);
271
private static String
reportListContents
(Collection<ProcessErrorStateInfo> errList) {
/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
AppLaunchTest.java
199
* {@see
reportListContents
(Collection<ProcessErrorStateInfo>)}.
206
return
reportListContents
(newList);
215
private static String
reportListContents
(Collection<ProcessErrorStateInfo> errList) {
Completed in 23 milliseconds