am ec2bf4ca: Merge "UI test automation not working." into jb-dev

* commit 'ec2bf4ca30f511d71a49d6ac1572d1feffdcc803':
  UI test automation not working.
This commit is contained in:
Svetoslav Ganov
2012-05-22 11:43:16 -07:00
committed by Android Git Automerger

View File

@@ -1068,7 +1068,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
/**
* Handler for delayed event dispatch.
*/
public Handler mHandler = new Handler() {
public Handler mHandler = new Handler(mMainHandler.getLooper()) {
@Override
public void handleMessage(Message message) {
final int type = message.what;