File tree Expand file tree Collapse file tree
telecomm/java/android/telecom Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ()) {
You can’t perform that action at this time.
0 commit comments