Loading telecomm/java/android/telecom/TelecomManager.java +0 −5 Original line number Diff line number Diff line Loading @@ -587,7 +587,6 @@ public class TelecomManager { * * @param account The complete {@link PhoneAccount}. */ @SystemApi public void registerPhoneAccount(PhoneAccount account) { try { if (isServiceConnected()) { Loading @@ -603,7 +602,6 @@ public class TelecomManager { * * @param accountHandle A {@link PhoneAccountHandle} for the {@link PhoneAccount} to unregister. */ @SystemApi public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) { try { if (isServiceConnected()) { Loading @@ -617,7 +615,6 @@ public class TelecomManager { /** * Remove all Accounts that belong to the calling package from the system. */ @SystemApi public void clearAccounts() { try { if (isServiceConnected()) { Loading Loading @@ -671,7 +668,6 @@ public class TelecomManager { * Requires permission: {@link android.Manifest.permission#READ_PHONE_STATE} * </p> */ @SystemApi public boolean isInCall() { try { if (isServiceConnected()) { Loading Loading @@ -823,7 +819,6 @@ public class TelecomManager { * @param extras A bundle that will be passed through to * {@link ConnectionService#onCreateIncomingConnection}. */ @SystemApi public void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) { try { if (isServiceConnected()) { Loading Loading
telecomm/java/android/telecom/TelecomManager.java +0 −5 Original line number Diff line number Diff line Loading @@ -587,7 +587,6 @@ public class TelecomManager { * * @param account The complete {@link PhoneAccount}. */ @SystemApi public void registerPhoneAccount(PhoneAccount account) { try { if (isServiceConnected()) { Loading @@ -603,7 +602,6 @@ public class TelecomManager { * * @param accountHandle A {@link PhoneAccountHandle} for the {@link PhoneAccount} to unregister. */ @SystemApi public void unregisterPhoneAccount(PhoneAccountHandle accountHandle) { try { if (isServiceConnected()) { Loading @@ -617,7 +615,6 @@ public class TelecomManager { /** * Remove all Accounts that belong to the calling package from the system. */ @SystemApi public void clearAccounts() { try { if (isServiceConnected()) { Loading Loading @@ -671,7 +668,6 @@ public class TelecomManager { * Requires permission: {@link android.Manifest.permission#READ_PHONE_STATE} * </p> */ @SystemApi public boolean isInCall() { try { if (isServiceConnected()) { Loading Loading @@ -823,7 +819,6 @@ public class TelecomManager { * @param extras A bundle that will be passed through to * {@link ConnectionService#onCreateIncomingConnection}. */ @SystemApi public void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) { try { if (isServiceConnected()) { Loading