Loading src/com/android/server/telecom/ConnectionServiceWrapper.java +4 −4 Original line number Diff line number Diff line Loading @@ -2091,11 +2091,11 @@ public class ConnectionServiceWrapper extends ServiceBinder implements // failure to connect; we handle all failures uniformly Call foundCall = mCallIdMapper.getCall(callId); if (foundCall != null) { if (connection.getConnectTimeMillis() != 0) { foundCall.setConnectTimeMillis(connection.getConnectTimeMillis()); } if (foundCall != null) { // The post-dial digits are created when the call is first created. Normally // the ConnectionService is responsible for stripping them from the address, but // since a failed connection will not have done this, we could end up with duplicate Loading Loading
src/com/android/server/telecom/ConnectionServiceWrapper.java +4 −4 Original line number Diff line number Diff line Loading @@ -2091,11 +2091,11 @@ public class ConnectionServiceWrapper extends ServiceBinder implements // failure to connect; we handle all failures uniformly Call foundCall = mCallIdMapper.getCall(callId); if (foundCall != null) { if (connection.getConnectTimeMillis() != 0) { foundCall.setConnectTimeMillis(connection.getConnectTimeMillis()); } if (foundCall != null) { // The post-dial digits are created when the call is first created. Normally // the ConnectionService is responsible for stripping them from the address, but // since a failed connection will not have done this, we could end up with duplicate Loading