コード例 #1
0
ファイル: InstallTimeTest.java プロジェクト: rcoscali/cts
 @Override
 protected void tearDown() throws Exception {
   super.tearDown();
   mDevice.uninstallPackage(PACKAGE);
   mReport.throwReportToHost();
 }