Fix TestLooper to work with CombinedMessageQueue

CombinedMessageQueue uses a concurrent message queue implementation, which is not compatible with the way TestLooper works. This CL disables concurrent mode for TestLooper when CombinedMessageQueue is used.

Change-Id: Iffa2978064368755dd06a03c6c472f96288a2888
Flag: build.RELEASE_PACKAGE_MESSAGEQUEUE_IMPLEMENTATION
Bug: 336880969
Bug: 376602406
Bug: 376602402
2 files changed