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