Searched refs:checkSuccess (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/contrib/src/com/android/performance/tests/ |
D | AppInstallTest.java | 195 if (!checkSuccess(output, packageFile, "install-create")) { in installAndTime() 205 if (!checkSuccess(output, packageFile, "install-write base.apk")) { in installAndTime() 214 if (!checkSuccess(output, packageFile, "install-write base.dm")) { in installAndTime() 223 if (!checkSuccess(output, packageFile, "install-commit")) { in installAndTime() 267 private boolean checkSuccess(String output, File packageFile, String stepForErrorLog) { in checkSuccess() method in AppInstallTest
|
D | AppIncrementalInstallTest.java | 170 if (!checkSuccess(output, packageFile, "install-incremental")) { in installAndTime() 175 if (!checkSuccess(output, packageFile, "install-commit")) { in installAndTime() 207 private boolean checkSuccess(String output, File packageFile, String stepForErrorLog) { in checkSuccess() method in AppIncrementalInstallTest
|