summaryrefslogtreecommitdiff
path: root/telecomm/java/android/telecom/DiagnosticCall.java
AgeCommit message (Collapse)Author
2021-04-28Remove deprecated at birth DiagnosticCall class.Tyler Gunn
This was left in place for Google3 compatibility during development; this is no longer required as the usages have been cleaned up. Test: Build / run CTS Fixes: 186659702 Change-Id: Ib386c3f9912870b11b1a37863dccfa9d3b5cb7a9
2021-03-16Rename DiagnosticCall to CallDiagnostics.Tyler Gunn
Keep DiagnosticAll in a deprecated form to maintain binary compatibility with ongoing work in other repos. Test: run CTS Test: run unit tests Fixes: 182241145 Change-Id: Ia14113bcce344bb589408b74eaab74d413de9e7e
2021-03-12API review changes to CallDiagnosticServiceTyler Gunn
1. Remove NETWORK_TYPE and AUDIO_CODEC constants in favor of existing constants in TelephonyManager and Connection. Add API docs explaining the simplifications of these two concepts. 2. Add more documentation on DiagnosticCall#sendDeviceToDeviceMessage to explain the D2D protocol and the bandwidth challenges inherent. 3. Remove DiagnosticCall#getCallDetails. 4. Provide provision for developer-defined Executor in the CallDiagnosticService; added docs there and in DiagnosticCall explaining the threading model used. Test: Ran CTS tests Fixes: 182241145 Change-Id: Icb0d8a05add778a0cfcbe3448063cd9dcee3abc1
2021-02-25CallDiagnosticService APITyler Gunn
The CallDiagnosticService API is an OEM-backed API which allows an OEM provided app to monitor the state of ongoing telephony calls on the device and to help the user navigate connectivity or audio issues related to these calls. It also provides a means for the app to send and receive device to device messages between devices during an ongoing call (where supported) in order to facilitate a better calling experience. Test: Added new CTS test suite for API. Test: Manual test of CDS behavior using telecom command line option to override the active CDS to the telecom test app implementation. Bug: 163085177 Change-Id: I1f37408d2aa6c630f0f9e3d6b6eb8a390d804d7e