Home
last modified time | relevance | path

Searched refs:mAlertType (Results 1 – 5 of 5) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManagerTest.java67 assertEquals(AlertType.ETWS_EARTHQUAKE, list.get(0).mAlertType); in testGetCellBroadcastChannelRanges()
72 assertEquals(AlertType.ETWS_TSUNAMI, list.get(1).mAlertType); in testGetCellBroadcastChannelRanges()
77 assertEquals(AlertType.OTHER, list.get(2).mAlertType); in testGetCellBroadcastChannelRanges()
82 assertEquals(AlertType.DEFAULT, list.get(3).mAlertType); in testGetCellBroadcastChannelRanges()
87 assertEquals(AlertType.DEFAULT, list.get(4).mAlertType); in testGetCellBroadcastChannelRanges()
92 assertEquals(AlertType.TEST, list.get(5).mAlertType); in testGetCellBroadcastChannelRanges()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManager.java104 public AlertType mAlertType; field in CellBroadcastChannelManager.CellBroadcastChannelRange
113 mAlertType = AlertType.DEFAULT; in CellBroadcastChannelRange()
135 mAlertType = AlertType.valueOf(value.toUpperCase()); in CellBroadcastChannelRange()
193 + mEmergencyLevel + ",type=" + mAlertType + ",scope=" + mScope + ",vibration=" in toString()
DCellBroadcastAlertService.java470 if (range.mAlertType == AlertType.AREA) { in isChannelEnabled()
487 } else if (range.mAlertType == AlertType.TEST) { in isChannelEnabled()
605 alertType = range.mAlertType; in openEmergencyAlertNotification()
DCellBroadcastConfigService.java248 switch (range.mAlertType) { in setCellBroadcastOnSub()
DCellBroadcastResources.java331 switch (range.mAlertType) { in getDialogTitleResource()