Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkIndication.java35 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_SUPP_SVC_NOTIFICATION;
383 mRil.unsljLogRet(RIL_UNSOL_SUPP_SVC_NOTIFICATION, notification); in suppSvcNotify()
DRadioIndication.java70 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_SUPP_SVC_NOTIFICATION;
416 mRil.unsljLogRet(RIL_UNSOL_SUPP_SVC_NOTIFICATION, notification); in suppSvcNotify()
DRILUtils.java293 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_SUPP_SVC_NOTIFICATION;
5272 case RIL_UNSOL_SUPP_SVC_NOTIFICATION: in responseToString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java569 int RIL_UNSOL_SUPP_SVC_NOTIFICATION = 1011; field