Home
last modified time | relevance | path

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

/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DGsmCellBroadcastHandlerTest.java241 mGsmCellBroadcastHandler.onGsmCellBroadcastSms(0, pdu); in testTriggerMessage()
278 mGsmCellBroadcastHandler.onGsmCellBroadcastSms(0, pdu); in testAirplaneModeReset()
294 mGsmCellBroadcastHandler.onGsmCellBroadcastSms(0, pdu); in testGeofencingAlertOutOfPolygon()
327 mGsmCellBroadcastHandler.onGsmCellBroadcastSms(0, pdu); in testSmsCbLocation()
467 mGsmCellBroadcastHandler.onGsmCellBroadcastSms(0, pdu); in testGeofencingDontSendWithMockCalculator()
479 mGsmCellBroadcastHandler.onGsmCellBroadcastSms(0, pdu); in testConsecutiveGeofencingTriggerMessages()
484 mGsmCellBroadcastHandler.onGsmCellBroadcastSms(0, pdu); in testConsecutiveGeofencingTriggerMessages()
638 mGsmCellBroadcastHandler.onGsmCellBroadcastSms(0, pdu); in createMockCalculatorAndSendCellBroadcast()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DDefaultCellBroadcastService.java77 public void onGsmCellBroadcastSms(int slotIndex, byte[] message) { in onGsmCellBroadcastSms() method in DefaultCellBroadcastService
79 mGsmCellBroadcastHandler.onGsmCellBroadcastSms(slotIndex, message); in onGsmCellBroadcastSms()
DGsmCellBroadcastHandler.java249 public void onGsmCellBroadcastSms(int slotIndex, byte[] message) { in onGsmCellBroadcastSms() method in GsmCellBroadcastHandler