We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cd9c12 + 0593c68 commit fd400f5Copy full SHA for fd400f5
telephony/java/com/android/internal/telephony/gsm/GsmCallTracker.java
@@ -167,7 +167,7 @@ public void unregisterForVoiceCallEnded(Handler h) {
167
/**
168
* clirMode is one of the CLIR_ constants
169
*/
170
- Connection
+ synchronized Connection
171
dial (String dialString, int clirMode, UUSInfo uusInfo) throws CallStateException {
172
// note that this triggers call state changed notif
173
clearDisconnected();
@@ -406,7 +406,7 @@ public void unregisterForVoiceCallEnded(Handler h) {
406
}
407
408
409
- protected void
+ protected synchronized void
410
handlePollCalls(AsyncResult ar) {
411
List polledCalls;
412
0 commit comments