Loading testapps/src/com/android/server/telecom/testapps/TestRttActivity.java +1 −5 Original line number Diff line number Diff line Loading @@ -94,11 +94,7 @@ public class TestRttActivity extends Activity { // inner read loop while (true) { String receivedText; try { receivedText = rttCall.read(); } catch (IOException e) { break; } if (receivedText == null) { if (Thread.currentThread().isInterrupted()) { break begin; Loading Loading
testapps/src/com/android/server/telecom/testapps/TestRttActivity.java +1 −5 Original line number Diff line number Diff line Loading @@ -94,11 +94,7 @@ public class TestRttActivity extends Activity { // inner read loop while (true) { String receivedText; try { receivedText = rttCall.read(); } catch (IOException e) { break; } if (receivedText == null) { if (Thread.currentThread().isInterrupted()) { break begin; Loading