Fix for testListen

There is a kind of race condition between
thread unregistering the listener and thread
that is listening for onCellLocationChanged().
That affects interruption of wait "(TOLERANCE)"
which should not happen. The fix is blocking
listener untill it will be unregistered.

Change-Id: Ia5768ef21f0f41562d8da93cb740789e7bc3711d
1 file changed