Resets Summarizer after everything's finished.

Bug: 2903641
Change-Id: I7cecd454fe726a1527999259d37bd51ea2785116
This commit is contained in:
Maksymilian Osowski
2010-08-10 16:16:53 +01:00
parent 77bdba839b
commit ea46f2595a
2 changed files with 9 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ public class ManagerService extends Service {
public void handleMessage(Message msg) {
switch (msg.what) {
case MSG_FIRST_TEST:
mSummarizer.reset();
Bundle bundle = msg.getData();
ensureNextTestSetup(bundle.getString("firstTest"), bundle.getInt("index"));
break;