Skip to content

Commit 8f8bffa

Browse files
Evan CharltonAndroid (Google) Code Review
authored andcommitted
Merge "Add @Systemapi to missing TelecomManager methods" into lmp-dev
2 parents 66fea47 + ce11dec commit 8f8bffa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

telecomm/java/android/telecom/TelecomManager.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ public List<PhoneAccountHandle> getAllPhoneAccountHandles() {
584584
* @param account The complete {@link PhoneAccount}.
585585
* @hide
586586
*/
587+
@SystemApi
587588
public void registerPhoneAccount(PhoneAccount account) {
588589
try {
589590
if (isServiceConnected()) {
@@ -600,6 +601,7 @@ public void registerPhoneAccount(PhoneAccount account) {
600601
* @param accountHandle A {@link PhoneAccountHandle} for the {@link PhoneAccount} to unregister.
601602
* @hide
602603
*/
604+
@SystemApi
603605
public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) {
604606
try {
605607
if (isServiceConnected()) {
@@ -800,6 +802,7 @@ public int getCurrentTtyMode() {
800802
* {@link ConnectionService#onCreateIncomingConnection}.
801803
* @hide
802804
*/
805+
@SystemApi
803806
public void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) {
804807
try {
805808
if (isServiceConnected()) {

0 commit comments

Comments
 (0)