Merge "Reset callNetworkType and CallQuality after calls" am: 5819a3378d am: dd0e480a7d
am: e7e95b6967
Change-Id: I775f4447eec722507c7b1b6af1fe342f39f2bc66
This commit is contained in:
@@ -1551,6 +1551,13 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
|
||||
log("notifyPreciseCallState: mCallQuality is null, skipping call attributes");
|
||||
notifyCallAttributes = false;
|
||||
} else {
|
||||
// If the precise call state is no longer active, reset the call network type and
|
||||
// call quality.
|
||||
if (mPreciseCallState.getForegroundCallState()
|
||||
!= PreciseCallState.PRECISE_CALL_STATE_ACTIVE) {
|
||||
mCallNetworkType = TelephonyManager.NETWORK_TYPE_UNKNOWN;
|
||||
mCallQuality = new CallQuality();
|
||||
}
|
||||
mCallAttributes = new CallAttributes(mPreciseCallState, mCallNetworkType,
|
||||
mCallQuality);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user