summaryrefslogtreecommitdiffstats
path: root/Android.bp
Commit message (Collapse)AuthorAgeFilesLines
* Remove SettingsLib from Telecomandroid-s-beta-5android-s-beta-5Colin Cross2021-08-201-1/+3
| | | | | | | | | | SettingsLib is no longer used, and pulls in androidx which causes issues with unexpectected ContentProviders. Remove it, and add androidx.annotation_annotation and a definition of strings/cancel instead. Test: m Telecom Change-Id: Iadd9827ec569a3dcf5b812aa4bf4377f74603e02
* [LSC] Add LOCAL_LICENSE_KINDS to packages/services/TelecommBob Badour2021-02-121-0/+4
| | | | | | | | | | | | | | | | Added SPDX-license-identifier-Apache-2.0 to: Android.bp testapps/Android.bp testapps/carmodedialer/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ie5d06aea794e895202885be54a3e65d71641a74d
* Improve implementation of call recording toneHall Liu2020-06-111-2/+5
| | | | | | | | | | | | Instead of using a 15-second audio file to play the call recording tone, clip out the silence in the audio and play it once every 15 seconds. Also start using mockito-target-extended in Telecom's unit tests so we can mock out MediaPlayer. Test: atest CallRecordingTonePlayerTest Bug: 157948346 Change-Id: I7c3429733bbc7d48e29be12a72c7f15b38699ae6
* Migrate to TelecomStatsLog from StatsLogMuhammad Qureshi2020-01-251-2/+18
| | | | | | | | | | | | | As part of statsd becoming a Mainline module in R, autogenerated StatsLog.write() calls are going away and replaced by *StatsLog.java that is autogenerated for each module. This CL adds autogenerated TelecomStatsLog and replaces usages of StatsLog with TelecomStatsLog. Bug: 145952197 Test: m Test: atest TelecomUnitTests Change-Id: Idd9ed343a596336b7c56b705cb521c14a7ff2716
* Stop linking telephony-common from TelecomHall Liu2019-12-021-2/+0
| | | | | | | | | For mainline decoupling, don't link telephony-common anymore. None of its APIs are being used in Telecom either. Fixes: 141576016 Test: compiles Change-Id: I97039ce6aea666f35d83db8dc3cd6ac4ef087bc6
* Restrict calling in favor of emergency calling - Incoming CasesBrad Ebinger2019-11-121-0/+1
| | | | | | | | | | | | | | | | | | The first series of CLs (1/2) that allow for better interactions between emergency calls and incoming call types. This includes: 1) Disconnecting incoming calls and marking them as MISSED if an outgoing emergency call is placed before the call is set to active. 2) Not allowing the pulling of external calls while an emergency call is active and showing a Toast. 3) If a call is in AUDIO_PROCESSING state, hang it up in favor of a new outgoing emergency call (and mark disconnected call as MISSED if this is during an initial call screen). 4) If a call is in SIMULATED_RINGING state, hang it up in favor of a new outgoing emergency call. Bug: 138741228 Test: manual; atest TelecomUnitTests; atest CtsTelecomTestCases Change-Id: I74d2b174121fb9c6402caf806d20eb6c5226873a
* Migrate packages/services/Telecomm to androidx.testkoushik panuganti2019-03-201-1/+1
| | | | | | | See go/jetpack-test-android-migration Test: mmma packages/services/Telecomm Change-Id: I7b9049dc66c959de033d42f0b5c2dbd6bdd7bf62
* Convert Android.mk file to Android.bpSasha Smundak2019-03-131-0/+77
See build/soong/README.md for more information. Change-Id: I62d300fc7392e49325cb7c209cc0cccd93184a71 Merged-In: I16795323c51914fffcb4be86445da00adfa62fbf Fixes: 122332723 Test: treehugger