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.java66 private static final int EVENT_NEW_GSM_SMS_CB = 0; field in CellBroadcastServiceManager
98 m.what = EVENT_NEW_GSM_SMS_CB; in sendGsmMessageToHandler()
191 if (msg.what == EVENT_NEW_GSM_SMS_CB) { in initCellBroadcastServiceModule()
252 mPhone.mCi.setOnNewGsmBroadcastSms(mModuleCellBroadcastHandler, EVENT_NEW_GSM_SMS_CB, in initCellBroadcastServiceModule()