Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca4e3bca authored by Jack Yu's avatar Jack Yu Committed by android-build-merger
Browse files

Merge "Call join() in teardown before tearing down"

am: ec834fb9

Change-Id: If0205d8d879657ff141291cd362c7d99b08b978c
parents 93534271 ec834fb9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
package com.android.internal.telephony;

import static com.android.internal.telephony.TelephonyTestUtils.waitForMs;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.mockito.Matchers.eq;
@@ -104,6 +105,7 @@ public class CarrierResolverTest extends TelephonyTest {
        mCarrierResolver.removeCallbacksAndMessages(null);
        mCarrierResolver = null;
        mCarrierCarrierResolverHandler.quit();
        mCarrierCarrierResolverHandler.join();
        super.tearDown();
    }