summaryrefslogtreecommitdiff
path: root/telecomm/java/android/telecom/CallerInfoAsyncQuery.java
AgeCommit message (Collapse)Author
2021-05-06Handles Telephony service not up fatal exception in CallerInfoAsyncQueryShuo Qian
Bug: 181062609 Test: Treehugger Change-Id: I5df03a61f55f863e17594aa3239433a5048a4890
2020-10-13Use TelephonyManager#isEmergencyNumber() insteadTaesu Lee
Replace deprecated PhoneNumberUtils#isLocalEmergencyNumber() and isEmergencyNumber() with TelephonyManager#isEmergencyNumber(). Test: Build Bug: 132703886 Signed-off-by: Taesu Lee <taesu82.lee@samsung.com> Change-Id: I232d7f7d23efd963b6d30938f0fa304c90fca8a8
2020-01-23Replace dalvik..UnsupportedAppUsage annotation.Artur Satayev
The new annotation to be used is android.compat.annotation.UnsupportedAppUsage. Test: m Bug: 145132366 Change-Id: Ib2101605fb385b4f778893e5181a954dccbea037 Exempt-From-Owner-Approval: roll-forward previously approved change
2019-11-07Add new SystemApi methods for mainlineHall Liu
Add new SystemApi methods for Telecom to call in lieu of the old @hide methods. Also moved CallerInfo and CallerInfoAsyncQuery to Telecom because there are no more users in Telephony. Bug: 141576016 Test: CTS Change-Id: I458ba6bcfc03db72c0419b0cab2f0d0adfa971d4