Loading src/java/com/android/internal/telephony/sip/SipPhoneBase.java +2 −3 Original line number Diff line number Diff line Loading @@ -161,11 +161,10 @@ abstract class SipPhoneBase extends PhoneBase { } /** * Notify any interested party of a Phone state change * {@link com.android.internal.telephony.PhoneConstants.State} * SIP phones do not have a subscription id, so do not notify of specific phone state changes. */ /* package */ void notifyPhoneStateChanged() { mNotifier.notifyPhoneState(this); // Do nothing. } /** Loading Loading
src/java/com/android/internal/telephony/sip/SipPhoneBase.java +2 −3 Original line number Diff line number Diff line Loading @@ -161,11 +161,10 @@ abstract class SipPhoneBase extends PhoneBase { } /** * Notify any interested party of a Phone state change * {@link com.android.internal.telephony.PhoneConstants.State} * SIP phones do not have a subscription id, so do not notify of specific phone state changes. */ /* package */ void notifyPhoneStateChanged() { mNotifier.notifyPhoneState(this); // Do nothing. } /** Loading