Home
last modified time | relevance | path

Searched refs:shouldDisplayMessage (Results 1 – 2 of 2) sorted by relevance

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java226 public boolean shouldDisplayMessage(SmsCbMessage message) { in shouldDisplayMessage() method in CellBroadcastAlertService
339 if (!shouldDisplayMessage(message)) { in handleCellBroadcastIntent()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertServiceTest.java385 cellBroadcastAlertService.shouldDisplayMessage(message)); in testShouldDisplayMessage()