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

* commit '8f8bffa1f19a5b2cf9c9ac9c5ca37d4473fa1181':
  Add @SystemApi to missing TelecomManager methods
This commit is contained in:
Evan Charlton
2014-10-02 23:15:35 +00:00
committed by Android Git Automerger

View File

@@ -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()) {