Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DICellBroadcastService.aidl31 oneway void handleGsmCellBroadcastSms(int slotId, in byte[] message); in handleGsmCellBroadcastSms() method
DCellBroadcastService.java145 public void handleGsmCellBroadcastSms(int slotIndex, byte[] message) { in handleGsmCellBroadcastSms() method in CellBroadcastService.ICellBroadcastServiceWrapper
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellBroadcastServiceManager.java196 cellBroadcastService.handleGsmCellBroadcastSms(mPhone.getPhoneId(), in initCellBroadcastServiceModule()