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.java329 SmsCbEtwsInfo etwsInfo = message.getEtwsWarningInfo(); in handleCellBroadcastIntent() local
330 if (etwsInfo != null) { in handleCellBroadcastIntent()
331 isEtwsPrimary = etwsInfo.isPrimary(); in handleCellBroadcastIntent()