Rename Telecomm "Subscription" to "Account" (7/7)
Change-Id: If4d98b1d0fde4c4989f87ea5d2b8738344418809
diff --git a/src/com/android/services/telephony/TelephonyConnectionService.java b/src/com/android/services/telephony/TelephonyConnectionService.java
index f0cda57..04e4e14 100644
--- a/src/com/android/services/telephony/TelephonyConnectionService.java
+++ b/src/com/android/services/telephony/TelephonyConnectionService.java
@@ -19,7 +19,6 @@
import android.net.Uri;
import android.telephony.DisconnectCause;
import android.telephony.ServiceState;
-import android.telecomm.Subscription;
import android.text.TextUtils;
import com.android.internal.telephony.CallStateException;
@@ -46,7 +45,7 @@
* by calling
* {@link #createTelephonyConnection(
* ConnectionRequest,Phone,com.android.internal.telephony.Connection)}
- * at the appropriate time. Should be called by the subclass.
+ * at the appropriate time. This method should be called by the subclass.
*/
protected void startCallWithPhone(
Phone phone,