Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7363517f authored by Evan Charlton's avatar Evan Charlton Committed by Android Git Automerger
Browse files

am 25b85bcc: am 8f8bffa1: Merge "Add @SystemApi to missing TelecomManager methods" into lmp-dev

* commit '25b85bcc':
  Add @SystemApi to missing TelecomManager methods
parents e5578db7 25b85bcc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -574,6 +574,7 @@ public class TelecomManager {
     *
     * @param account The complete {@link PhoneAccount}.
     */
    @SystemApi
    public void registerPhoneAccount(PhoneAccount account) {
        try {
            if (isServiceConnected()) {
@@ -589,6 +590,7 @@ public class TelecomManager {
     *
     * @param accountHandle A {@link PhoneAccountHandle} for the {@link PhoneAccount} to unregister.
     */
    @SystemApi
    public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) {
        try {
            if (isServiceConnected()) {
@@ -787,6 +789,7 @@ public class TelecomManager {
     * @param extras A bundle that will be passed through to
     *            {@link ConnectionService#onCreateIncomingConnection}.
     */
    @SystemApi
    public void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) {
        try {
            if (isServiceConnected()) {