HomeSort by relevance Sort by last modified time
    Searched refs:errProcs (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
SmokeTestRunner.java 73 final Collection<ProcessError> errProcs = runOneActivity(app);
74 if (errProcs != null) {
75 errSet.addAll(errProcs);
ProcessErrorsTest.java 100 final Collection<ProcessError> errProcs = runOneActivity(app);
101 if (errProcs != null) {
102 errSet.addAll(errProcs);
174 final Collection<ProcessError> errProcs =
179 if (errProcs != null) {
180 Iterator<ProcessError> errIter = errProcs.iterator();
194 if (errProcs != null && preErrProcs != null) {
195 errProcs.removeAll(preErrProcs);
198 return errProcs;
  /frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
AppLaunchTest.java 88 final Collection<ProcessError> errProcs = runOneActivity(app, mWaitTime);
89 if (errProcs != null) {
90 errSet.addAll(errProcs);
130 final Collection<ProcessError> errProcs =
135 if (errProcs != null) {
136 Iterator<ProcessError> errIter = errProcs.iterator();
151 if (errProcs != null && preErrProcs != null) {
152 errProcs.removeAll(preErrProcs);
155 return errProcs;

Completed in 178 milliseconds