Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastResources.java245 SmsCbEtwsInfo etwsInfo = cbm.getEtwsWarningInfo(); in getDialogTitleResource() local
246 if (etwsInfo != null) { in getDialogTitleResource()
247 switch (etwsInfo.getWarningType()) { in getDialogTitleResource()
DCellBroadcastAlertService.java259 SmsCbEtwsInfo etwsInfo = message.getEtwsWarningInfo(); in handleCellBroadcastIntent() local
260 if (etwsInfo != null) { in handleCellBroadcastIntent()
261 isEtwsPrimary = etwsInfo.isPrimary(); in handleCellBroadcastIntent()