3755 Commits

Author SHA1 Message Date
Tyler Gunn
48a69096af Add device config to determine when "allow hold" carrier config is used. am: d81c426e1d am: 6c619a2abb
am: 5b9f1f8b74

Change-Id: I4b156928fb3495c1d898bb492f4b3bf797771899
2016-08-31 00:35:44 +00:00
Abhijith Shastry
b6ca34a343 Merge "Add a carrier config for RCS config server URL." 2016-08-29 18:57:08 +00:00
Tyler Gunn
5b9f1f8b74 Add device config to determine when "allow hold" carrier config is used. am: d81c426e1d
am: 6c619a2abb

Change-Id: I313263a906ec503899710f0d672dbfa76550cb51
2016-08-26 20:43:34 +00:00
Tyler Gunn
d81c426e1d Add device config to determine when "allow hold" carrier config is used.
The "allow hold" carrier config option was added to meet new carrier
requirements.  However we do not wish to enforce this option on older
devices.

Bug: 30449352
Change-Id: I4bf6dab0a200bdd2511c67b8134c6c0dc4b7e5a8
2016-08-26 20:19:31 +00:00
fionaxu
1a48056ecd redact PII only for non-null value and apply SHA-1 am: d0a7649f53 am: 00396c01f6
am: 7ae64354f9

Change-Id: Idfe56dbfb17c9453335074873f1b036c23e21a58
2016-08-26 03:38:39 +00:00
Abhijith Shastry
2215c9b5d0 Add a carrier config for RCS config server URL.
BUG: 31066641
Change-Id: Iad9aa60e6c8083aaeb7ce1461ff15012a6df0a29
2016-08-24 16:17:04 -07:00
fionaxu
7ae64354f9 redact PII only for non-null value and apply SHA-1 am: d0a7649f53
am: 00396c01f6

Change-Id: Ibbf6e47c2241f03998a8321aed78f819c87c40e7
2016-08-24 18:18:35 +00:00
fionaxu
d0a7649f53 redact PII only for non-null value and apply SHA-1
Bug: 30073833
Change-Id: Iec311ba27dfd07c52df4a05cf89a566994f66ba9
2016-08-22 11:36:16 -07:00
Tyler Gunn
c4035754fa Add Telephony Connection event for handover from WIFI to LTE. am: 481255dc1c am: 984a1efd2a
am: b92776a71e

Change-Id: I92ce06bab2beb2a3bc1b84441088f12a758be455
2016-08-18 01:04:11 +00:00
Brad Ebinger
9b63ad1a67 Adds a CNAP filtering field to the CarrierConfig
Adds the ability for the CarrierConfig to provide a list of CNAP names
that will be filtered out to the user. These names are usually generic
names that do not provide any useful caller ID information, such as
"WIRELESS CALLER".

Bug: 30142293
Change-Id: I8a99975380f99d160c2af6f6fa4b5ca3ebca1d3c
(cherry picked from commit 5ea6b1ece966aacc038d01e004666be81ca3ee8c)
2016-08-17 22:27:42 +00:00
Tyler Gunn
b92776a71e Add Telephony Connection event for handover from WIFI to LTE. am: 481255dc1c
am: 984a1efd2a

Change-Id: Ic2da4b4fefd06fa24913ce234f0a10393714fc47
2016-08-17 21:28:19 +00:00
Tyler Gunn
984a1efd2a Add Telephony Connection event for handover from WIFI to LTE.
am: 481255dc1c

Change-Id: I52676d0814db22cf9d6673e31aa7a71cdf155e81
2016-08-17 21:23:32 +00:00
Tyler Gunn
36863797cd Merge "Add Telephony Connection event for handover from WIFI to LTE." into nyc-mr1-dev 2016-08-17 21:19:42 +00:00
Tyler Gunn
23c2522788 Support auto-downgrade to audio when data disabled. am: 86d5c3fcde am: 6c678716e4
am: f37124b2f5

Change-Id: Ia58c68ad7d25abe3104609ae30e02fd0f6b1fc7a
2016-08-17 18:39:26 +00:00
Brad Ebinger
6314a0e9c7 Adds a CNAP filtering field to the CarrierConfig am: 5ea6b1ece9
am: 8dc27c8f40

Change-Id: Ia35252ae72c26b29db792a870c4537b2cd6ddddb
2016-08-17 18:28:58 +00:00
Tyler Gunn
f37124b2f5 Support auto-downgrade to audio when data disabled. am: 86d5c3fcde
am: 6c678716e4

Change-Id: I0a488516d7e9f1a90b91bd46d6f9a8a27f7f8a61
2016-08-17 18:17:59 +00:00
Brad Ebinger
8dc27c8f40 Adds a CNAP filtering field to the CarrierConfig
am: 5ea6b1ece9

Change-Id: If76215daaf2b2c2a200459a63302249be07b2f1b
2016-08-17 17:35:32 +00:00
Brad Ebinger
fb599587a1 Merge "Adds a CNAP filtering field to the CarrierConfig" into nyc-mr1-dev 2016-08-16 23:39:47 +00:00
Tyler Gunn
481255dc1c Add Telephony Connection event for handover from WIFI to LTE.
This connection event is used to inform an InCallService of the fact that
a handover from WIFI to LTE has occurred.

Bug: 30837560
Change-Id: Iaf7e301ca20ffbe5b3cb1b3596f898fcda8a7785
2016-08-16 16:04:48 -07:00
Brad Ebinger
5ea6b1ece9 Adds a CNAP filtering field to the CarrierConfig
Adds the ability for the CarrierConfig to provide a list of CNAP names
that will be filtered out to the user. These names are usually generic
names that do not provide any useful caller ID information, such as
"WIRELESS CALLER".

Bug: 30142293
Change-Id: I8a99975380f99d160c2af6f6fa4b5ca3ebca1d3c
2016-08-16 13:39:55 -07:00
Tyler Gunn
86d5c3fcde Support auto-downgrade to audio when data disabled.
Add carrier config option to determine if carrier supports downgrade to
audio.
Add new telephony Connection events to signal Dialer that there was a
downgrade to audio, and why.

Bug: 30702393
Change-Id: Idd5272aafd71601e92291644640f52afe200208e
2016-08-12 14:14:13 -07:00
Tyler Gunn
ef622ac558 Add ImsReason codes and DisconnectCauses for data disconnects. am: ed21e8fc0c am: 61d1830a49
am: 00101e9438

Change-Id: Iea985a305fb6ba8a6516cd036dc6734c823e5ba4
2016-08-12 17:31:59 +00:00
Tyler Gunn
00101e9438 Add ImsReason codes and DisconnectCauses for data disconnects. am: ed21e8fc0c
am: 61d1830a49

Change-Id: I3f35db127ef21adbcb086879f4b92eacac72974c
2016-08-12 15:07:10 +00:00
Tyler Gunn
61d1830a49 Add ImsReason codes and DisconnectCauses for data disconnects.
am: ed21e8fc0c

Change-Id: I468ab4a5e16bd08aa80c50c1cfc583e0004ea1ab
2016-08-12 14:59:27 +00:00
Tyler Gunn
34910458c4 Merge "Add ImsReason codes and DisconnectCauses for data disconnects." into nyc-mr1-dev 2016-08-12 14:54:27 +00:00
Tyler Gunn
ed21e8fc0c Add ImsReason codes and DisconnectCauses for data disconnects.
Adding reason code and disconnect causes for:
1. disconnects due to user disabling data.
2. disconnects due to data limit being reached.

Bug: 30702393
Change-Id: Id6ea5ee4f5aac1a8602094315f893e2f7b3cc8d6
2016-08-11 13:13:51 -07:00
Ta-wei Yen
3588482acc Add API to enable/disable the visual voicemail client am: 20f2ebbf4d am: 6dc3efcc16
am: b71cea3ade

Change-Id: I8a8000e783fad884d8d8afdf32b8d240ae233cd8
2016-08-11 17:39:34 +00:00
Ta-wei Yen
b71cea3ade Add API to enable/disable the visual voicemail client am: 20f2ebbf4d
am: 6dc3efcc16

Change-Id: I13bc9bd9b12732fa3a7aa5de47cba5eacc5ba092
2016-08-11 17:31:25 +00:00
Ta-wei Yen
6dc3efcc16 Add API to enable/disable the visual voicemail client
am: 20f2ebbf4d

Change-Id: I4051b810ab020208001f726e4911df1905ef81bf
2016-08-11 17:23:30 +00:00
Ta-wei Yen
fb6e1bf239 Merge "Add API to enable/disable the visual voicemail client" into nyc-mr1-dev 2016-08-11 17:15:14 +00:00
Tyler Gunn
96323c5ea7 Add carrier config to indicate whether to notify of vt handover failure. am: 0f20d9343c am: 5c88ba0d7c
am: ff50fc1374

Change-Id: I7f797768283c489a67ac1ad3cb38b2c79557bcda
2016-08-10 22:05:20 +00:00
Tyler Gunn
ff50fc1374 Add carrier config to indicate whether to notify of vt handover failure. am: 0f20d9343c
am: 5c88ba0d7c

Change-Id: Ib56d6233292bb6b3e35a226e50a8ff7104eef6a6
2016-08-10 21:43:42 +00:00
Ta-wei Yen
20f2ebbf4d Add API to enable/disable the visual voicemail client
This CL gives the default dialer, apps with carrier privilege, and
apps with MODIFY_PHONE_STATE the ability to enable/disable the visual
voicemail client.

This is a system API for NMR1. It will be revised in O.

Bug: 30709089
Change-Id: Ic24af14a5e3433c13ba8d253ad8504c94bf71c8f
2016-08-10 11:28:32 -07:00
Tyler Gunn
0f20d9343c Add carrier config to indicate whether to notify of vt handover failure.
Controls whether to notify Connections of the fact that a handover of a VT
call from LTE to WIFI failed.

Bug: 30697460
Change-Id: I0cbff2dfb67c7c1f995f1ddf38e9525796501c09
2016-08-09 16:06:09 -07:00
Tyler Gunn
bc0368ba2c Add Connection Event for wifi handover failures. am: 920f79411c am: 977aeb9e17
am: c8ea34d2d1

Change-Id: I8f8d195197976b18fc67a4c1886c1ac0e2368c11
2016-08-08 00:59:19 +00:00
Tyler Gunn
c8ea34d2d1 Add Connection Event for wifi handover failures. am: 920f79411c
am: 977aeb9e17

Change-Id: Ibbc4eb40f38b9937c6a8a8c3c7c2d16eae3a9422
2016-08-08 00:52:24 +00:00
Tyler Gunn
977aeb9e17 Add Connection Event for wifi handover failures.
am: 920f79411c

Change-Id: I583bbbcc1bfd32ca19eecf69a88973451d7599ec
2016-08-08 00:45:32 +00:00
Tyler Gunn
aa1e49c168 Merge "Add Connection Event for wifi handover failures." into nyc-mr1-dev 2016-08-08 00:33:45 +00:00
Tyler Gunn
920f79411c Add Connection Event for wifi handover failures.
Adding a new connection event which Telephony can use to inform upper
layers of a failure to handover to WIFI.

Bug: 30697460
Change-Id: I75da2f956a6b70a9bf4cf7128f29968e08172dc3
2016-08-05 11:22:34 -07:00
Meng Wang
034379afd4 Add carrierconfig enhanced_4g_lte_title_variant_bool am: 542e262605 am: 2133770ea9
am: 9a39f2de34

Change-Id: I2b79fbc629a098879704a3a0bbfa8cc897035cfb
2016-08-04 03:00:16 +00:00
Meng Wang
9a39f2de34 Add carrierconfig enhanced_4g_lte_title_variant_bool am: 542e262605
am: 2133770ea9

Change-Id: I992ed8265fc9f6d028e1f765b3e98dd33cb2add4
2016-08-04 02:37:35 +00:00
Meng Wang
542e262605 Add carrierconfig enhanced_4g_lte_title_variant_bool
Bug: 30629746
Change-Id: I412d2d228797777e9d3db5fa4a9a630eb457e24c
2016-08-03 10:19:14 -07:00
Robert Greenwalt
7ac7214b78 resolve merge conflicts of 20a35b6 to nyc-mr1-dev-plus-aosp
am: 1398e8e5aa

Change-Id: I187acf0aa781dcb88248e52361bcd097ced92312
2016-07-31 03:43:31 +00:00
Dan Willemsen
1398e8e5aa resolve merge conflicts of 20a35b6 to nyc-mr1-dev-plus-aosp
Change-Id: Idd5fb6b64120af303a2987c7449e59face7d77be
2016-07-30 12:48:07 -07:00
Robert Greenwalt
ea0d71390a Stop exposing LTE_CA as a rat type.
Instead add a new hidden function to ServiceState for use
by SystemUI until we get a real API in O.

bug:30480638
Change-Id: Ifd9b1fbdb74d3a408c419467b7390675fc13ea3d
2016-07-28 20:44:05 -07:00
Jeff Davidson
2862ed2541 Add support for carrier \\"associated\\" apps. am: 24b9d96007
am: 19af77d2cb

Change-Id: I089db772e37b7d07a5423793aced78f2b3a9a1ae
2016-07-27 21:40:17 +00:00
Jeff Davidson
19af77d2cb Add support for carrier \"associated\" apps.
am: 24b9d96007

Change-Id: I1de92977f3a0635d88e6517210f6bbb06ab3d0f0
2016-07-27 21:18:07 +00:00
Jeff Davidson
94ae1e739f Merge "Add support for carrier "associated" apps." into nyc-mr1-dev 2016-07-27 17:57:39 +00:00
Jeff Davidson
24b9d96007 Add support for carrier "associated" apps.
The platform currently supports the notion of default carrier apps.
These apps are set to DISABLED_UNTIL_USED until a SIM is inserted
which grants them carrier privileges, at which point they are enabled.
Apps are not touched if they have been updated from the version on
/system or if their state has been modified externally (e.g. by the
user).

This CL extends this notion to associated apps, which may not have
carrier privileges themselves, but should be enabled/disabled
alongside a particular carrier app. This should include helper apps
that should not be visible to users who don't use the given carrier
unless the user explicitly enables the app.

As additional protection, we add a check to ensure that we never
disable apps after the first time we've run. Since we need to store
this information in secure settings, we also move the call site from
PackageManagerService#main() to PackageManagerService#systemReady(),
which enables use of secure settings but still occurs before
third-party apps can be started.

Bug: 30141427
Change-Id: Iee72ba4e70e5ca97999c9147a65af82c670a23e8
2016-07-26 14:54:53 -07:00
fionaxu
a5b14a89db add pii support for Rlog am: a7ab821aa1
am: d42fa0d7ec

Change-Id: I6d337cd7edecfdf24634ccb8d556de9f738935d7
2016-07-26 17:15:44 +00:00