testing thread-pausing in verifyText()

This commit is contained in:
Thialfihar
2010-09-12 19:06:26 +00:00
parent 2e981bf3db
commit 3052ae80d5
6 changed files with 70 additions and 10 deletions

View File

@@ -414,10 +414,6 @@ public class BaseActivity extends Activity
return mRunningThread;
}
public Handler getHandler() {
return mHandler;
}
public void startThread() {
mRunningThread = new PausableThread(this);
mRunningThread.start();