Home
last modified time | relevance | path

Searched refs:RIL_UNSOL_RESPONSE_NEW_SMS_ON_SIM (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMessagingIndication.java25 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESPONSE_NEW_SMS_ON_SIM;
124 if (mRil.isLogOrTrace()) mRil.unsljLog(RIL_UNSOL_RESPONSE_NEW_SMS_ON_SIM); in newSmsOnSim()
DRadioIndication.java52 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESPONSE_NEW_SMS_ON_SIM;
197 if (mRil.isLogOrTrace()) mRil.unsljLog(RIL_UNSOL_RESPONSE_NEW_SMS_ON_SIM); in newSmsOnSim()
DRILUtils.java272 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESPONSE_NEW_SMS_ON_SIM;
5260 case RIL_UNSOL_RESPONSE_NEW_SMS_ON_SIM: in responseToString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java563 int RIL_UNSOL_RESPONSE_NEW_SMS_ON_SIM = 1005; field