Home
last modified time | relevance | path

Searched defs:handleGsmCellBroadcastSms (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DICellBroadcastService.aidl31 oneway void handleGsmCellBroadcastSms(int slotId, in byte[] message); in handleGsmCellBroadcastSms() method
DCellBroadcastService.java141 public void handleGsmCellBroadcastSms(int slotIndex, byte[] message) { in handleGsmCellBroadcastSms() method in CellBroadcastService.ICellBroadcastServiceWrapper