Loading tests/telephonytests/src/com/android/internal/telephony/GsmCdmaConnectionTest.java +4 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,10 @@ public class GsmCdmaConnectionTest extends TelephonyTest { @After public void tearDown() throws Exception { if (connection != null) { connection.dispose(); connection = null; } super.tearDown(); } Loading Loading
tests/telephonytests/src/com/android/internal/telephony/GsmCdmaConnectionTest.java +4 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,10 @@ public class GsmCdmaConnectionTest extends TelephonyTest { @After public void tearDown() throws Exception { if (connection != null) { connection.dispose(); connection = null; } super.tearDown(); } Loading