<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_packages_services_Telecomm, branch android-s-beta-4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telecomm/'/>
<entry>
<title>Import translations. DO NOT MERGE ANYWHERE</title>
<updated>2021-07-04T02:55:02+00:00</updated>
<author>
<name>Bill Yi</name>
<email>byi@google.com</email>
</author>
<published>2021-07-04T02:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telecomm/commit/?id=06ad6c21bbbc5e47b29d64045f4ab35bd66d62c0'/>
<id>06ad6c21bbbc5e47b29d64045f4ab35bd66d62c0</id>
<content type='text'>
Auto-generated-cl: translation import
Change-Id: I8340817bb980d7c36c19272748f13aa268e894e8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Auto-generated-cl: translation import
Change-Id: I8340817bb980d7c36c19272748f13aa268e894e8
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Improve telecom logs for phone account selection."</title>
<updated>2021-06-30T22:01:19+00:00</updated>
<author>
<name>Tyler Gunn</name>
<email>tgunn@google.com</email>
</author>
<published>2021-06-30T22:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telecomm/commit/?id=a0bd5eab42efad50b45edc56b33e8f1d8c29f1ee'/>
<id>a0bd5eab42efad50b45edc56b33e8f1d8c29f1ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve telecom logs for phone account selection.</title>
<updated>2021-06-30T17:14:05+00:00</updated>
<author>
<name>Tyler Gunn</name>
<email>tgunn@google.com</email>
</author>
<published>2021-06-30T17:14:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telecomm/commit/?id=026dffdc500ec5611d505a1f431cd629d2550686'/>
<id>026dffdc500ec5611d505a1f431cd629d2550686</id>
<content type='text'>
1. Improve CREATE call event logging to include the requested phone
account handle.
2. Improve PhoneAccountRegistrar dumpsys to include the outgoing
phone account returned by TelecomManager#getOutdoingPHoneAccountForScheme
to make it more clear when a default will be used even if there is no
user chosen phone account handle.
3. Improve logging in the select phone account handle stages so that we
can more clearly see in the logs which phone account handles were
available and which was selected automatically.
4. Improve TelecomServiceImpl logging to set the calling package
abbreviation where a calling package was available.

Test: View logs while initiating calls.
Test: Run dumpsys to verify logs.
Bug: 188652528
Change-Id: Ia9c000f9fd6f92caa00818af9062148832d72aad
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Improve CREATE call event logging to include the requested phone
account handle.
2. Improve PhoneAccountRegistrar dumpsys to include the outgoing
phone account returned by TelecomManager#getOutdoingPHoneAccountForScheme
to make it more clear when a default will be used even if there is no
user chosen phone account handle.
3. Improve logging in the select phone account handle stages so that we
can more clearly see in the logs which phone account handles were
available and which was selected automatically.
4. Improve TelecomServiceImpl logging to set the calling package
abbreviation where a calling package was available.

Test: View logs while initiating calls.
Test: Run dumpsys to verify logs.
Bug: 188652528
Change-Id: Ia9c000f9fd6f92caa00818af9062148832d72aad
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "DO NOT MERGE - Merge RQ3A.210605.005"</title>
<updated>2021-06-21T05:49:03+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2021-06-21T05:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telecomm/commit/?id=c2299492dbdac9b9fcbb3f198c6a717e11d951d6'/>
<id>c2299492dbdac9b9fcbb3f198c6a717e11d951d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix synchronization in SystemStateHelper</title>
<updated>2021-06-18T21:37:43+00:00</updated>
<author>
<name>sqian</name>
<email>shuoq@google.com</email>
</author>
<published>2021-06-18T21:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telecomm/commit/?id=e87e605f6b2d2b280df427808a8023e6c81f6448'/>
<id>e87e605f6b2d2b280df427808a8023e6c81f6448</id>
<content type='text'>
Properly acquire the big telecom lock before doing anything after
receiving a broadcast.

Bug: 181057509
Test: atest CarModeInCallServiceTest
Change-Id: Ie4c2311278c7c27560c16c87d1eeed282470f9e8
Merged-In: Ie4c2311278c7c27560c16c87d1eeed282470f9e8
(cherry picked from commit 04263bffef30bf1ed424cf16596fe546ebd994b1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Properly acquire the big telecom lock before doing anything after
receiving a broadcast.

Bug: 181057509
Test: atest CarModeInCallServiceTest
Change-Id: Ie4c2311278c7c27560c16c87d1eeed282470f9e8
Merged-In: Ie4c2311278c7c27560c16c87d1eeed282470f9e8
(cherry picked from commit 04263bffef30bf1ed424cf16596fe546ebd994b1)
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE - Merge RQ3A.210605.005</title>
<updated>2021-06-18T19:24:57+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2021-06-18T19:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telecomm/commit/?id=8b45f409d0a2b8b9b7583a3f7d711a7f85c0aa2c'/>
<id>8b45f409d0a2b8b9b7583a3f7d711a7f85c0aa2c</id>
<content type='text'>
Bug: 190855093
Merged-In: If20a922c99e9ef4fcf303e7610f4e6f369365a62
Change-Id: Iacc30a359d3fbb1cde9b5aed6622c9737b91fa79
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 190855093
Merged-In: If20a922c99e9ef4fcf303e7610f4e6f369365a62
Change-Id: Iacc30a359d3fbb1cde9b5aed6622c9737b91fa79
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE - Mark RQ3A.210410.001 as merged</title>
<updated>2021-06-18T05:43:27+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2021-06-18T05:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telecomm/commit/?id=7564b7f252d8a4f3c9f16a67ddcb148e370ec1f0'/>
<id>7564b7f252d8a4f3c9f16a67ddcb148e370ec1f0</id>
<content type='text'>
Bug: 190855093
Merged-In: If5bd6153832413bdb5540f098bd874db88b2cc8b
Change-Id: If20a922c99e9ef4fcf303e7610f4e6f369365a62
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 190855093
Merged-In: If5bd6153832413bdb5540f098bd874db88b2cc8b
Change-Id: If20a922c99e9ef4fcf303e7610f4e6f369365a62
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow missed reason of test incoming call to be am: 2c35aadb4f</title>
<updated>2021-06-16T23:16:32+00:00</updated>
<author>
<name>Grace Jia</name>
<email>xiaotonj@google.com</email>
</author>
<published>2021-06-16T23:16:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telecomm/commit/?id=c42cff786b6be8e59159cfb809861232023dae12'/>
<id>c42cff786b6be8e59159cfb809861232023dae12</id>
<content type='text'>
Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/1725691

Change-Id: If5bd6153832413bdb5540f098bd874db88b2cc8b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/1725691

Change-Id: If5bd6153832413bdb5540f098bd874db88b2cc8b
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow missed reason of test incoming call to be</title>
<updated>2021-06-15T08:09:56+00:00</updated>
<author>
<name>Grace Jia</name>
<email>xiaotonj@google.com</email>
</author>
<published>2021-06-03T06:02:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telecomm/commit/?id=2c35aadb4f0b9562d05985e1f3cfd364bc11ac95'/>
<id>2c35aadb4f0b9562d05985e1f3cfd364bc11ac95</id>
<content type='text'>
USER_MISSED_CALL_FILTERS_TIMEOUT.

We can't make sure the call filters always timeout after we check the
missed reason of the test incoming call right now. It's possible to be
USER_MISSED_CALL_FILTERS_TIMEOUT as well as MISSED_REASON_NOT_MISSED.
Both value can show that missed reason works well.

Bug: 189500905
Test: TelecomUnitTest
Change-Id: Ife33f8ad7d24005907c453975ac015501a30bd14
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
USER_MISSED_CALL_FILTERS_TIMEOUT.

We can't make sure the call filters always timeout after we check the
missed reason of the test incoming call right now. It's possible to be
USER_MISSED_CALL_FILTERS_TIMEOUT as well as MISSED_REASON_NOT_MISSED.
Both value can show that missed reason works well.

Bug: 189500905
Test: TelecomUnitTest
Change-Id: Ife33f8ad7d24005907c453975ac015501a30bd14
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE - Merge ab/7272582 am: d530229362</title>
<updated>2021-06-14T03:13:55+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2021-06-14T03:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telecomm/commit/?id=02f807aa69f9586f0f608436669242c73709e775'/>
<id>02f807aa69f9586f0f608436669242c73709e775</id>
<content type='text'>
Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/1736036

Change-Id: I0cf1dd6339810d54dbd9f950f98777ad6bfeb137
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/1736036

Change-Id: I0cf1dd6339810d54dbd9f950f98777ad6bfeb137
</pre>
</div>
</content>
</entry>
</feed>
