Age | Commit message (Collapse) | Author |
|
"LA.QSSI.12.0.r1-07600-qssi.0"
Change-Id: I17291c56a5444a9f8e47f5da76617beba25cd784
|
|
Change-Id: Ic8819c9b9cf5d1469a47f3d16cd10918285f40f9
|
|
Change-Id: I2325ba5c76e7dba314bdcd5b53fdc36b5e90fb31
|
|
Bug: 220074017
Change-Id: Idfdd94e902f656ac65a2a75dfdd199f6f85ba472
|
|
Test: atest DataConnectionTest, DcTrackerTest
Bug: 216611017
Bug: 198473491
Change-Id: Idc6ef705090192eb7f7d145b10616fb9ac3de074
(cherry picked from commit 193815a0cf30e9debca9d97584696131588d237b)
|
|
Set the default value as false for the carrier config flag
"call_forwarding_when_not_logged_in_supported_bool" to avoid unnecessary
failure messages on the call forwarding settings UI
Change-Id: Iddcf2f3805af157f93e1c81f2a014dc02566c629
CRs-Fixed: 3115750
|
|
Bug: 204136145
Test: unit testing
Change-Id: I9779180ff1c3e926f97e010ca6026c5fb950046d
|
|
Added null check for local and remote port range.
Bug: 213523984
Bug: 213139361
Test: atest QosBearerSessionTest
Merged-In: I749f369c0daa5c840a77d37828f65e42262d85f5
Change-Id: I749f369c0daa5c840a77d37828f65e42262d85f5
|
|
Change-Id: Ic2889f5eb531008340529eadc36ec8efc62b1984
|
|
ImsServiceEntitlement.* configs and their default values
were added in S at
commit e600a8e4e8615410f2f45a4c35f2250d6b1b32b1.
Somehow the default values are missing now. Add back.
Bug: 210485357
Change-Id: I98d943394ed308956c5271b8efaa5094d15dc8ca
|
|
- Add new KEY_ALLOW_CONCURRENT_CALL_DURING_VIDEO_CALL_BOOL
and EXTRA_DISABLE_SWAP_CALL for indicating if
concurrent call is allowed or not during video call.
Change-Id: Icaf86393c87edbdcae096804b9ca5f99dd63973a
CRs-Fixed: 3066353
|
|
Bug: 205809218
Test: make
Change-Id: I02ea3ad61a0dc1cd09f0bd541008de0e46e3d0ab
|
|
sc-v2-dev
|
|
Bug: 186688682
Test: manual testing
Change-Id: Ia78bde63f2471823bb5765cd8022b1aca0074923
Merged-In: Ia78bde63f2471823bb5765cd8022b1aca0074923
|
|
into s-keystone-qcom-dev
|
|
into sc-qpr1-dev am: 8a7e825938
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16150137
Change-Id: Iab11604bff41682864b5da319a3c14e3eef38e17
|
|
We normally use the combined emergency number list from the emergency
number lists of both sims when placing emergency calls, with the provision
that the routing may be unspecified if a dialed number is an emergency
number on one sim but not the other.
This config allows a carrier to mandate that calls are only treated as
an emergency call on their network based on their own emergency number
list.
Test: TBD
Bug: 203947159
Change-Id: Id5cd4123f1bb7bdd85e564fc6997dfbc50652a5f
(cherry picked from commit 11dd6452d6621328b0bd430eeebacb55fd478cf3)
|
|
|
|
We normally use the combined emergency number list from the emergency
number lists of both sims when placing emergency calls, with the provision
that the routing may be unspecified if a dialed number is an emergency
number on one sim but not the other.
This config allows a carrier to mandate that calls are only treated as
an emergency call on their network based on their own emergency number
list.
Test: TBD
Bug: 203947159
Change-Id: Id5cd4123f1bb7bdd85e564fc6997dfbc50652a5f
|
|
|
|
Fixes a regression that was introduced in aosp/1312940.
There is a critical section in requestNetworkScan after the scanId
has been generated and before the ScanInfo is added to the cache.
If during this time a callback fires on a separate thread, it will
not yet find the ScanInfo record, and due to strict checking, this
causes a RuntimeException. This CL re-expands the synchronized block
to cover the critical section, and clarifies a little bounds checking.
Note: this change is not ideal. This means that all callbacks for all
scans will be blocked while a request for a new scan is being made,
which was the motivation behind the change that introduced this
regression. But, a narrow performance hit is better than a crash, and
it's not worth the complexity of a bigger fix.
Bug: 200634560
Test: compilation
Merged-In: I4670da109256170121ceb6d8fbad0efda310335f
Change-Id: I4670da109256170121ceb6d8fbad0efda310335f
|
|
This configuration allows the call settings UI to display the call
forwarding when not logged in button
Change-Id: I6744407cde42e7f11f116b0ee283166ce7221c5e
CRs-Fixed: 3056247
|
|
- Added a telephony provider entry for storing the user's settings.
- Added new vonr_enabled_bool config to determine whether
VoNR should be enabled for carrier
Bug: 202150953
Test: manual
Change-Id: Ie56a7de3fdb978353af77bafb55b0e37c22b58a4
Merged-In: Ie56a7de3fdb978353af77bafb55b0e37c22b58a4
|
|
1. Added minimum bandwidth support. 5G+ icon is only
shown when the aggregated bandwidth is above the threshold.
2. Allowed carrier to disable 5G+ while roaming.
Bug: 198831438
Bug: 201455505
Test: atest NetworkTypeControllerTest
Change-Id: I1f40de5ee559a6d703806e74d305267bde295dcc
|
|
Change-Id: Id6992f5c32852914b285966467cfd95835e3592e
CRs-Fixed: 3054320
|
|
SignalStrengthUpdateRequest
Support different SignalMeasurementType with same type of RAN
is valid user case. For example, client may be interested to
measure both RSRP and RSRQ for EUTRAN.
Throw IAE if the SignalThresholdInfo collection is empty. This
is behavior specified in the public interface.
Bug: 198318496
Test: atest SignalStrengthUpdateRequestTest
Merged-In: I87ea5e356189f61fc58dff80456aff35ea2a8e55
Change-Id: I87ea5e356189f61fc58dff80456aff35ea2a8e55
(cherry picked from commit 924964767c85b6daf84b44d9052b792ec1fc668d)
|
|
|
|
add NR to global mode
Bug: 199325502
Test: Verified on Pixel 4 and confirmed no regression
Change-Id: Iffcd61678ced05a4d281961f875190e5682bf89e
|
|
The timeout in call forwarding is only valid for CF_REASON_NO_REPLY
reason, so only check if reason is CF_REASON_NO_REPLY
Bug: 194112447
Test: enable/disable call forwarding
Change-Id: I290d5fa64f0a32ddcaf1f16c51b99f52e8e38913
|
|
Allow user to enable or disable voice over NR.
Bug: 190668235
Test: verified using settings UI
Change-Id: I655dc93c0b213e1b85b29b9a168f99072ca82186
|
|
changes" into sc-qpr1-dev
|
|
Bug: 191878731
Bug: 186688084
Test: Will test locally once partner device and infrastructure is ready.
Change-Id: I7c866741dd86c3d675ea7c4dfe50d0992ab145f1
Merged-In: I7c866741dd86c3d675ea7c4dfe50d0992ab145f1
|
|
Bug: 198298029
Test: manual
Change-Id: Id5ad70e24ee2ddbb0e4910257e298c33709044a0
|
|
s-keystone-qcom-dev
|
|
- Define new call end reason CONCURRENT_CALLS_NOT_POSSIBLE.
Change-Id: If473898998d2aca85241015f7c2306289b16013f
CRs-Fixed: 3006437
|
|
Change-Id: I5aa7cf27a3a3cc16830c9947a826e30a0da481c4
|
|
Change-Id: I09253f8614e9ee85a59460f3ef25f17dd98cac80
|
|
If the phone process crashes, have the ImsService detect this
condition and destroy all SipDelegates. This allows the AM
app to properly recover when telephony comes back up
Bug: 195148134
Test: manually crash phone process and then send RCS message
Test: atest FrameworksTelephonyTests:SipTransportImplBaseTest
Change-Id: I7866273d801df4d2b20e58f5d5ad50fd0ac4303d
|
|
Change-Id: I220cdfc5cb9db40162fd33f400a54591018d54cf
|
|
into sc-dev
|
|
Bug: 194042135
Test: atset PhysicalChannelConfigTest
Change-Id: I1225a1429ff77b33c54af0dfce60a8739494e47a
Merged-In: I1225a1429ff77b33c54af0dfce60a8739494e47a
|
|
bug: 194634718
Test: make
Change-Id: I784f2930999871b6bb90f4e17a2ba694da35126a
|
|
Change-Id: I65e2b7db097927b87c9c4023015c754033c62086
|
|
Some Carriers define the 5G icon's Idle state in ENDC LTE is no
internet data connection. The config's description is not clear,
so adding more information.
Bug: 193848289
Test: build pass
Change-Id: Ie6e8dcd98743746bac1be78c653fb27f214777f9
|
|
s-keystone-qcom-dev
|
|
The binder identity does get cleared when goes from client process
into phone process. When it comes back from phone to client, the
binder identity should also be cleared.
Bug: 193923945
Test: atest android.telephony.cts.TelephonyManagerTest
Test: atest ImsServiceTest RcsFeatureControllerTest ImsMmTelManagerTest
Merged-In: I34225e32111879e155c9f7865f0045430d171467
Change-Id: I34225e32111879e155c9f7865f0045430d171467
(cherry picked from commit c18002c465912eed70c2c22755949b06849a8f08)
|
|
|
|
|
|
Introduce the KEY_SUPPORT_SS_OVER_CDMA_BOOL carrier config, which
allows Supplementary Services to be changed via carrier USSD codes.
This is disabled by default because the current USSD codes are not
configurable per carrier, so it can not be widely enabled.
Bug: 191057045
Test: manual, configuration changes
Change-Id: I3aeb1793c0df4f52764fef5fd09db47efe841dc2
|
|
Change-Id: I4610885d5d770d858895057cdd9fea387a5e33dd
|