Merge changes from topic "presubmit-am-8286fb74ec0545c4ad18b2ea8ed5f5f6" into sc-v2-dev-plus-aosp
* changes:
[automerge] Dialing phone state should update active sub 2p: cde6691a4d
Dialing phone state should update active sub
This commit is contained in:
committed by
Android (Google) Code Review
commit
3a79225332
@@ -215,7 +215,9 @@ class GnssNetworkConnectivityHandler {
|
||||
}
|
||||
@Override
|
||||
public void onPreciseCallStateChanged(PreciseCallState state) {
|
||||
if (state.PRECISE_CALL_STATE_ACTIVE == state.getForegroundCallState()) {
|
||||
if (PreciseCallState.PRECISE_CALL_STATE_ACTIVE == state.getForegroundCallState()
|
||||
|| PreciseCallState.PRECISE_CALL_STATE_DIALING
|
||||
== state.getForegroundCallState()) {
|
||||
mActiveSubId = mSubId;
|
||||
if (DEBUG) Log.d(TAG, "mActiveSubId: " + mActiveSubId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user