Loading src/java/com/android/internal/telephony/RadioIndication.java +7 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ import static com.android.internal.telephony.RILConstants.RIL_UNSOL_EXIT_EMERGEN import static com.android.internal.telephony.RILConstants.RIL_UNSOL_HARDWARE_CONFIG_CHANGED; import static com.android.internal.telephony.RILConstants.RIL_UNSOL_LCEDATA_RECV; import static com.android.internal.telephony.RILConstants.RIL_UNSOL_NITZ_TIME_RECEIVED; import static com.android.internal.telephony.RILConstants.RIL_UNSOL_ON_SS; import static com.android.internal.telephony.RILConstants.RIL_UNSOL_ON_USSD; import static com.android.internal.telephony.RILConstants.RIL_UNSOL_PCO_DATA; import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RADIO_CAPABILITY; Loading Loading @@ -727,6 +728,12 @@ public class RadioIndication extends IRadioIndication.Stub { mRil.riljLog("[SS Data] SS Info " + i + " : " + ssData.ssInfo[i]); } } if (RIL.RILJ_LOGD) mRil.unsljLogRet(RIL_UNSOL_ON_SS, ssData); if (mRil.mSsRegistrant != null) { mRil.mSsRegistrant.notifyRegistrant(new AsyncResult(null, ssData, null)); } } public void stkCallControlAlphaNotify(int indicationType, String alpha) { Loading Loading
src/java/com/android/internal/telephony/RadioIndication.java +7 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ import static com.android.internal.telephony.RILConstants.RIL_UNSOL_EXIT_EMERGEN import static com.android.internal.telephony.RILConstants.RIL_UNSOL_HARDWARE_CONFIG_CHANGED; import static com.android.internal.telephony.RILConstants.RIL_UNSOL_LCEDATA_RECV; import static com.android.internal.telephony.RILConstants.RIL_UNSOL_NITZ_TIME_RECEIVED; import static com.android.internal.telephony.RILConstants.RIL_UNSOL_ON_SS; import static com.android.internal.telephony.RILConstants.RIL_UNSOL_ON_USSD; import static com.android.internal.telephony.RILConstants.RIL_UNSOL_PCO_DATA; import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RADIO_CAPABILITY; Loading Loading @@ -727,6 +728,12 @@ public class RadioIndication extends IRadioIndication.Stub { mRil.riljLog("[SS Data] SS Info " + i + " : " + ssData.ssInfo[i]); } } if (RIL.RILJ_LOGD) mRil.unsljLogRet(RIL_UNSOL_ON_SS, ssData); if (mRil.mSsRegistrant != null) { mRil.mSsRegistrant.notifyRegistrant(new AsyncResult(null, ssData, null)); } } public void stkCallControlAlphaNotify(int indicationType, String alpha) { Loading