Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertServiceTest.java460 assertTrue(cellBroadcastAlertService.shouldDisplayMessage(message)); in testShouldDisplayMessageForSubUsers()
464 assertFalse(cellBroadcastAlertService.shouldDisplayMessage(message)); in testShouldDisplayMessageForSubUsers()
472 assertFalse(cellBroadcastAlertService.shouldDisplayMessage(message)); in testShouldDisplayMessageForSubUsers()
476 assertFalse(cellBroadcastAlertService.shouldDisplayMessage(message)); in testShouldDisplayMessageForSubUsers()
483 assertTrue(cellBroadcastAlertService.shouldDisplayMessage(message)); in testShouldDisplayMessageForSubUsers()
487 assertTrue(cellBroadcastAlertService.shouldDisplayMessage(message)); in testShouldDisplayMessageForSubUsers()
518 cellBroadcastAlertService.shouldDisplayMessage(message)); in testShouldDisplayMessage()
533 cellBroadcastAlertService.shouldDisplayMessage(message2)); in testShouldDisplayMessage()
541 cellBroadcastAlertService.shouldDisplayMessage(message2)); in testShouldDisplayMessage()
549 cellBroadcastAlertService.shouldDisplayMessage(message2)); in testShouldDisplayMessage()
[all …]
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java252 public boolean shouldDisplayMessage(SmsCbMessage message) { in shouldDisplayMessage() method in CellBroadcastAlertService
394 if (!shouldDisplayMessage(message)) { in handleCellBroadcastIntent()