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

Commit 25b85bcc authored by Evan Charlton's avatar Evan Charlton Committed by Android Git Automerger
Browse files

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

* commit '8f8bffa1':
  Add @SystemApi to missing TelecomManager methods
parents 9f70e82c 8f8bffa1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -584,6 +584,7 @@ public class TelecomManager {
     * @param account The complete {@link PhoneAccount}.
     * @hide
     */
    @SystemApi
    public void registerPhoneAccount(PhoneAccount account) {
        try {
            if (isServiceConnected()) {
@@ -600,6 +601,7 @@ public class TelecomManager {
     * @param accountHandle A {@link PhoneAccountHandle} for the {@link PhoneAccount} to unregister.
     * @hide
     */
    @SystemApi
    public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) {
        try {
            if (isServiceConnected()) {
@@ -800,6 +802,7 @@ public class TelecomManager {
     *            {@link ConnectionService#onCreateIncomingConnection}.
     * @hide
     */
    @SystemApi
    public void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) {
        try {
            if (isServiceConnected()) {