Merge "Telecom: Reset the duration after the CDMA call is accepted"
am: 2cbf44dc2f
Change-Id: I823efd5765b77fcf55f4c38a6091d980530abae8
This commit is contained in:
@@ -1474,6 +1474,13 @@ public abstract class ConnectionService extends Service {
|
||||
mAdapter.onPhoneAccountChanged(id, pHandle);
|
||||
}
|
||||
}
|
||||
|
||||
public void onConnectionTimeReset(Connection c) {
|
||||
String id = mIdByConnection.get(c);
|
||||
if (id != null) {
|
||||
mAdapter.resetConnectionTime(id);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/** {@inheritDoc} */
|
||||
|
||||
Reference in New Issue
Block a user