summaryrefslogtreecommitdiff
path: root/telecomm/java/android/telecom/CallerInfoAsyncQuery.java
Commit message (Collapse)AuthorAgeFilesLines
* UM.getUserHandle -> UM.getProcessUserIdAdam Bookatz2021-10-051-1/+1
| | | | | | | | | UM is being made @UserHandleAware, so using an explicit method avoids ambiguity. Bug: 201679968 Test: (No-op) compiles and treehugger Change-Id: I5b90f1cd644d40e3dfe57795ec2315d330fcaa0e
* Handles Telephony service not up fatal exception in CallerInfoAsyncQueryShuo Qian2021-05-061-1/+10
| | | | | | Bug: 181062609 Test: Treehugger Change-Id: I5df03a61f55f863e17594aa3239433a5048a4890
* Use TelephonyManager#isEmergencyNumber() insteadTaesu Lee2020-10-131-1/+3
| | | | | | | | | | | 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
* Replace dalvik..UnsupportedAppUsage annotation.Artur Satayev2020-01-231-2/+1
| | | | | | | | | 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
* Add new SystemApi methods for mainlineHall Liu2019-11-071-0/+556
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