Add Verstat fields to Telecom call/connection classes.
Test: Added new CTS tests to verify operation. Bug: 135929421 Change-Id: I42360dad677060e03ecec865f31145b1760cf46a
This commit is contained in:
@@ -1621,7 +1621,8 @@ public abstract class ConnectionService extends Service {
|
||||
connection.getStatusHints(),
|
||||
connection.getDisconnectCause(),
|
||||
createIdList(connection.getConferenceables()),
|
||||
connection.getExtras()));
|
||||
connection.getExtras(),
|
||||
connection.getCallerNumberVerificationStatus()));
|
||||
|
||||
if (isIncoming && request.shouldShowIncomingCallUi() && isSelfManaged) {
|
||||
// Tell ConnectionService to show its incoming call UX.
|
||||
@@ -2156,7 +2157,8 @@ public abstract class ConnectionService extends Service {
|
||||
emptyList,
|
||||
connection.getExtras(),
|
||||
conferenceId,
|
||||
connection.getCallDirection());
|
||||
connection.getCallDirection(),
|
||||
Connection.VERIFICATION_STATUS_NOT_VERIFIED);
|
||||
mAdapter.addExistingConnection(id, parcelableConnection);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user