Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellBroadcastServiceManager.java65 private static final int EVENT_NEW_GSM_SMS_CB = 0; field in CellBroadcastServiceManager
81 m.what = EVENT_NEW_GSM_SMS_CB; in sendGsmMessageToHandler()
156 if (msg.what == EVENT_NEW_GSM_SMS_CB) { in initCellBroadcastServiceModule()
201 mPhone.mCi.setOnNewGsmBroadcastSms(mModuleCellBroadcastHandler, EVENT_NEW_GSM_SMS_CB, in initCellBroadcastServiceModule()