Searched refs:onGsmCellBroadcastSms (Results 1 – 3 of 3) sorted by relevance
220 mGsmCellBroadcastHandler.onGsmCellBroadcastSms(0, pdu); in testTriggerMessage()257 mGsmCellBroadcastHandler.onGsmCellBroadcastSms(0, pdu); in testAirplaneModeReset()273 mGsmCellBroadcastHandler.onGsmCellBroadcastSms(0, pdu); in testGeofencingAlertOutOfPolygon()306 mGsmCellBroadcastHandler.onGsmCellBroadcastSms(0, pdu); in testSmsCbLocation()446 mGsmCellBroadcastHandler.onGsmCellBroadcastSms(0, pdu); in testGeofencingDontSendWithMockCalculator()479 mGsmCellBroadcastHandler.onGsmCellBroadcastSms(0, pdu); in createMockCalculatorAndSendCellBroadcast()
73 public void onGsmCellBroadcastSms(int slotIndex, byte[] message) { in onGsmCellBroadcastSms() method in DefaultCellBroadcastService78 mGsmCellBroadcastHandler.onGsmCellBroadcastSms(slotIndex, message); in onGsmCellBroadcastSms()
223 public void onGsmCellBroadcastSms(int slotIndex, byte[] message) { in onGsmCellBroadcastSms() method in GsmCellBroadcastHandler