Loading tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java +8 −6 Original line number Diff line number Diff line Loading @@ -254,6 +254,7 @@ public abstract class TelephonyTest { protected void waitUntilReady() { synchronized (mLock) { if (!mReady) { try { mLock.wait(MAX_INIT_WAIT_MS); } catch (InterruptedException ie) { Loading @@ -264,6 +265,7 @@ public abstract class TelephonyTest { } } } } protected void setReady(boolean ready) { synchronized (mLock) { Loading Loading
tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java +8 −6 Original line number Diff line number Diff line Loading @@ -254,6 +254,7 @@ public abstract class TelephonyTest { protected void waitUntilReady() { synchronized (mLock) { if (!mReady) { try { mLock.wait(MAX_INIT_WAIT_MS); } catch (InterruptedException ie) { Loading @@ -264,6 +265,7 @@ public abstract class TelephonyTest { } } } } protected void setReady(boolean ready) { synchronized (mLock) { Loading