Loading telecomm/java/android/telecom/TelecomManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -584,6 +584,7 @@ public class TelecomManager { * @param account The complete {@link PhoneAccount}. * @hide */ @SystemApi public void registerPhoneAccount(PhoneAccount account) { try { if (isServiceConnected()) { Loading @@ -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()) { Loading Loading @@ -800,6 +802,7 @@ public class TelecomManager { * {@link ConnectionService#onCreateIncomingConnection}. * @hide */ @SystemApi public void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) { try { if (isServiceConnected()) { Loading Loading
telecomm/java/android/telecom/TelecomManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -584,6 +584,7 @@ public class TelecomManager { * @param account The complete {@link PhoneAccount}. * @hide */ @SystemApi public void registerPhoneAccount(PhoneAccount account) { try { if (isServiceConnected()) { Loading @@ -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()) { Loading Loading @@ -800,6 +802,7 @@ public class TelecomManager { * {@link ConnectionService#onCreateIncomingConnection}. * @hide */ @SystemApi public void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) { try { if (isServiceConnected()) { Loading