Searched refs:mAlertType (Results 1 – 5 of 5) sorted by relevance
67 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()
104 public AlertType mAlertType; field in CellBroadcastChannelManager.CellBroadcastChannelRange113 mAlertType = AlertType.DEFAULT; in CellBroadcastChannelRange()135 mAlertType = AlertType.valueOf(value.toUpperCase()); in CellBroadcastChannelRange()193 + mEmergencyLevel + ",type=" + mAlertType + ",scope=" + mScope + ",vibration=" in toString()
470 if (range.mAlertType == AlertType.AREA) { in isChannelEnabled()487 } else if (range.mAlertType == AlertType.TEST) { in isChannelEnabled()605 alertType = range.mAlertType; in openEmergencyAlertNotification()
248 switch (range.mAlertType) { in setCellBroadcastOnSub()
331 switch (range.mAlertType) { in getDialogTitleResource()