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

Commit 8da5fcae authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use waitForHandlerAction for less busy waits"

parents 4d1e7f82 81a76e41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@ public class GsmCdmaCallTrackerTest extends TelephonyTest {

    private void waitUntilPhoneState(PhoneConstants.State expected) {
        while (expected != mCTUT.getState()) {
            waitForMs(10);
            waitForHandlerAction(mCTUT, 100);
        }
    }