summaryrefslogtreecommitdiff
path: root/telephony/java/android/service
AgeCommit message (Collapse)Author
2021-01-22Merge SP1A.210105.001Scott Lobdell
Change-Id: Iebfaf27bb339a99d9303a53e6c2c397b0001c814
2020-12-08Improve OWNERS coverage across frameworks/base/.Jeff Sharkey
As general background, OWNERS files expedite code reviews by helping code authors quickly find relevant reviewers, and they also ensure that stakeholders are involved in code changes in their areas. Some teams under frameworks/base/ have been using OWNERS files successfully for many years, and we're ready to expand them to cover more areas. Here's the historical coverage statistics for the last two years of changes before these new OWNERS changes land: -- 56% of changes are fully covered by OWNERS -- 17% of changes are partially covered by OWNERS -- 25% of changes have no OWNERS coverage Working closely with team leads, we've now identified clear OWNERS on a per-package basis, and we're using "include" directives whenever possible to to simplify future maintenance. With this extensive effort, we've now improved our coverage as follows: -- 98% of changes are fully covered by OWNERS -- 1% of changes are partially covered by OWNERS -- 1% of changes have no OWNERS coverage This specific change is automatically generated by a script from detailed ownership information confirmed by team leads. Bug: 174932174 Test: manual Exempt-From-Owner-Approval: refactoring with team leads buy-in Merged-In: I9789c97c1de8e5d962b48c29c57d82fe83729eba Change-Id: I9789c97c1de8e5d962b48c29c57d82fe83729eba
2020-11-13Merge SP1A.201105.002Scott Lobdell
Change-Id: Iec83a0c1f6f286a1e51abfc4356633ca9d8aea5f
2020-11-04Add maxTargetSdk restriction to unused APIs.Mathew Inwood
These are APIs that have @UnsupportedAppUsage but for which we don't have any evidence of them currently being used, so should be safe to remove from the unsupported list. Bug: 170729553 Test: Treehugger Merged-In: I626caf7c1fe46c5ab1f39c2895b42a34319f771a Change-Id: I54e5ecd11e76ca1de3c5893e3a98b0108e735413
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
These are APIs that have @UnsupportedAppUsage but for which we don't have any evidence of them currently being used, so should be safe to remove from the unsupported list. Bug: 170729553 Test: Treehugger Change-Id: I4c8fd0006f950de9955242e93968fb0996ceb372
2020-09-09Merge SP1A.200727.001Daniel Norman
Change-Id: Ibb86a528ed692cde325705779c7fa57e4b4de682
2020-07-16Merge "Add a null check for EuiccProfileInfo access rules at creation" am: ↵Peter Wang
65f6068c8a am: 098fb8606a Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1364082 Change-Id: Icca17231fe6b7386e18b9c44a22eebdca2336f24
2020-07-15Add a null check for EuiccProfileInfo access rules at creationPeter Wang
Bug: 158780604 Fix: 158780604 Test: Build Change-Id: I6432499309115c7ca29f4704e0f5cfc871eb4d00 Merged-In: I6432499309115c7ca29f4704e0f5cfc871eb4d00
2020-07-14Add a null check for EuiccProfileInfo access rules at creationPeter Wang
Bug: 158780604 Fix: 158780604 Test: Build Change-Id: I6432499309115c7ca29f4704e0f5cfc871eb4d00
2020-05-03Revert an API breaking changesSvet Ganov
bug:150281259 Test: N/A Exempt-From-Owner-Approval: porting upstream Change-Id: Ie30286456af15dd7b81bceb0547ffe8bfac422d2 Merged-In: Ie30286456af15dd7b81bceb0547ffe8bfac422d2
2020-05-01Revert an API breaking changesSvet Ganov
bug:150281259 Test: N/A Change-Id: Ie30286456af15dd7b81bceb0547ffe8bfac422d2
2020-03-23Forward IBinder#dump to CarrierService#dumpHunter Knepshield
This will allow CarrierConfigLoader to dump packages' bound carrier services as part of bug reports when appropriate. Bug: 146521742 Test: manual with modified CarrierConfigLoader + dumpsys carrier_config Change-Id: Ie3aef4216e7a42e5e4cc5ba4a3978b9c4dda50dd Merged-In: Ie3aef4216e7a42e5e4cc5ba4a3978b9c4dda50dd (cherry picked from commit 05a57b6f5ee0e7538cd6c2fc8b94cd9f67b63f95)
2020-03-17Update EuiccService encodeSmdxSubjectAndReasonCode am: 2c3cc82819 am: 1fb2e3e4fcAlex Lin
Change-Id: I54d7779e0def1eda1b96edb2ae07d4f131e10871
2020-03-13Update EuiccService encodeSmdxSubjectAndReasonCodeAlex Lin
Update the method signature of encoding subject code and reasoncode Bug: 149216056 Test: atest EuiccService Change-Id: Ifb9c1a11f48e191f7d49384946f9fd78d81b84dc Merged-In: Ifb9c1a11f48e191f7d49384946f9fd78d81b84dc
2020-03-13Add public error codes to Euicc public APIAlex Lin
Adding public error codes to euicc public API, this will allows the user to get an general idea of what went wrong when calling the Euicc APIs Bug: 143107744 Test: atest EuiccService, atest EuiccManager Change-Id: I427f17e8f28fa4a646a63299a1f63c4c5970a5a0 Merged-In: I427f17e8f28fa4a646a63299a1f63c4c5970a5a0
2020-03-02Update EuiccService encodeSmdxSubjectAndReasonCodeAlex Lin
Update the method signature of encoding subject code and reasoncode Bug: 149216056 Test: atest EuiccService Change-Id: Ifb9c1a11f48e191f7d49384946f9fd78d81b84dc
2020-03-02Merge RP1A.200221.003Bill Peckham
Conflicts: api/system-current.txt core/jni/AndroidRuntime.cpp core/res/res/values/symbols.xml packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelViewController.java packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java packages/SystemUI/src/com/android/systemui/statusbar/policy/MobileSignalController.java packages/SystemUI/src/com/android/systemui/statusbar/policy/NetworkControllerImpl.java services/core/java/com/android/server/ConnectivityService.java services/core/java/com/android/server/am/ActivityManagerConstants.java services/core/java/com/android/server/connectivity/NetworkAgentInfo.java services/core/java/com/android/server/display/LocalDisplayAdapter.java telecomm/java/android/telecom/Call.java telecomm/java/android/telecom/Connection.java telecomm/java/android/telecom/ConnectionService.java wifi/java/android/net/wifi/SoftApConfiguration.java Change-Id: I2405f392c9e65b868e5901dedaa3ce6c90609cd8
2020-02-24Move euicc related file to telephony.Amit Mahajan
All other files were moved earlier. This is a newly added file that was added in the old location. Test: basic sanity Bug: 140908357 Merged-in: I756b5834ddb1031627168a17dc49ce93b5af8219 Change-Id: I756b5834ddb1031627168a17dc49ce93b5af8219 (cherry picked from commit 235289719b93f68df1d2d59a9aaa4e7e67bebf69)
2020-02-14Forward IBinder#dump to CarrierService#dumpHunter Knepshield
This will allow CarrierConfigLoader to dump packages' bound carrier services as part of bug reports when appropriate. Bug: 146521742 Test: manual with modified CarrierConfigLoader + dumpsys carrier_config Change-Id: Ie3aef4216e7a42e5e4cc5ba4a3978b9c4dda50dd
2020-02-13Merge RP1A.200204.001Steven Laver
Change-Id: I1e6c199dbee77379f84675965391c839eae04961
2020-02-04Merge RP1A.200123.001Steven Laver
Change-Id: I16a4437d9876db7a6a2b07231b4584df4564bee4
2020-01-31Add public API for EuiccService log dumpAlex Lin
Add public APi to EuiccService which allows the connected LPA to dump out the logs when a bug report is triggered. Bug: 62881779 Test: manually tested by extracting bug report to see if the logs are present and atest EuiccServiceTest Change-Id: I0869b95d12ab87a5e2a255015549191040d9daa7 Merged-In: I0869b95d12ab87a5e2a255015549191040d9daa7
2020-01-30Fix import of Rlog - generated by formatting toolMeng Wang
Test: make Merged-In: Ibe36c6d0fe8bfb6277d7b9034af8dbf45ce2f716 Change-Id: Ibe36c6d0fe8bfb6277d7b9034af8dbf45ce2f716
2020-01-30Fix import of Rlog - generated by formatting toolMeng Wang
Test: make Change-Id: Ibe36c6d0fe8bfb6277d7b9034af8dbf45ce2f716
2020-01-23Move euicc related file to telephony.Amit Mahajan
All other files were moved earlier. This is a newly added file that was added in the old location. Test: basic sanity Bug: 140908357 Change-Id: I756b5834ddb1031627168a17dc49ce93b5af8219
2020-01-22Add public error codes to Euicc public APIAlex Lin
Adding public error codes to euicc public API, this will allows the user to get an general idea of what went wrong when calling the Euicc APIs Bug: 143107744 Test: atest EuiccService, atest EuiccManager Change-Id: I427f17e8f28fa4a646a63299a1f63c4c5970a5a0
2020-01-17Add public API for EuiccService log dumpAlex Lin
Add public APi to EuiccService which allows the connected LPA to dump out the logs when a bug report is triggered. Bug: 62881779 Test: manually tested by extracting bug report to see if the logs are present and atest EuiccServiceTest Change-Id: I0869b95d12ab87a5e2a255015549191040d9daa7
2020-01-15Merge "Use new UnsupportedAppUsage annotation."Treehugger Robot
2020-01-14Use new UnsupportedAppUsage annotation.Artur Satayev
Existing annotations in libcore/ and frameworks/ will deleted after the migration. This also means that any java library that compiles @UnsupportedAppUsage requires a direct dependency on "unsupportedappusage" java_library. Bug: 145132366 Test: m && diff unsupportedappusage_index.csv \ git diff HEAD^ HEAD | grep '^[+-][^+-]' | grep -v '.import' Merged-In: I853372f3c6fef905553bb31be4f1bb48df735f7a Change-Id: I853372f3c6fef905553bb31be4f1bb48df735f7a
2020-01-13Use com.android.telephony.Rlog for mainline module.Meng Wang
Bug: 144374158 Test: make Merged-In: I86a479affb8e0fa8e48734324a6a05c68230d910 Change-Id: I86a479affb8e0fa8e48734324a6a05c68230d910
2020-01-10Merge "Use com.android.telephony.Rlog for mainline module."Meng Wang
2020-01-09Use com.android.telephony.Rlog for mainline module.Meng Wang
Bug: 144374158 Test: make Change-Id: I86a479affb8e0fa8e48734324a6a05c68230d910
2020-01-08Use new UnsupportedAppUsage annotation.Artur Satayev
Existing annotations in libcore/ and frameworks/ will deleted after the migration. This also means that any java library that compiles @UnsupportedAppUsage requires a direct dependency on "unsupportedappusage" java_library. Bug: 145132366 Test: m && diff unsupportedappusage_index.csv \ git diff HEAD^ HEAD | grep '^[+-][^+-]' | grep -v '.import' Change-Id: I853372f3c6fef905553bb31be4f1bb48df735f7a
2019-12-19Revert "Use new UnsupportedAppUsage annotation."Austin Wang
This reverts commit a5264903e22bc741add895133474ea13a370de4c. Reason for revert: Droidcop-triggered revert due to breakage https://android-build.googleplex.com/builds/quarterdeck?branch=git_master&target=sdk_phone_armv7-sdk&lkgb=6083299&lkbb=6085371&fkbb=6083313, bug b/146533269 Change-Id: Ie5b031d7b277cf0e09b0a9776b26bf74f5f69e70
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
Existing annotations in libcore/ and frameworks/ will deleted after the migration. This also means that any java library that compiles @UnsupportedAppUsage requires a direct dependency on "unsupportedappusage" java_library. Bug: 145132366 Test: m && diff unsupportedappusage_index.csv \ git diff HEAD^ HEAD | grep '^[+-][^+-]' | grep -v '.import' Change-Id: I087bb1cecbe59f1cf0c2e770c735d7a433722c6f
2019-12-11Merge RP1A.191203.001Steven Laver
Change-Id: I75d5a3e97c8babb1cb711f25797163e70c21642e
2019-11-27Merge "Move android.service.euicc.* into telephony"Meng Wang
2019-11-27Move android.service.euicc.* into telephonyMeng Wang
Bug: 145232482 Test: make Change-Id: I9dc5c904761f688e7abecea47647da29f6cec512
2019-11-27Move CarrierIdentifier/CarrierService to telephonyMeng Wang
Bug: 145232482 Test: make Change-Id: I9ba0618bb6f95f5caadc3ac9ac75e97efa5573c6