Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSmsCbMessage.java594 SmsCbEtwsInfo etwsInfo = getEtwsWarningInfo(); in getContentValues() local
595 if (etwsInfo != null) { in getContentValues()
596 cv.put(CellBroadcasts.ETWS_WARNING_TYPE, etwsInfo.getWarningType()); in getContentValues()
597 cv.put(CellBroadcasts.ETWS_IS_PRIMARY, etwsInfo.isPrimary()); in getContentValues()
669 SmsCbEtwsInfo etwsInfo; in createFromCursor() local
676 etwsInfo = new SmsCbEtwsInfo(warningType, false, false, isPrimary, null); in createFromCursor()
678 etwsInfo = null; in createFromCursor()
741 language, 0, body, priority, etwsInfo, cmasInfo, maximumWaitTimeSec, geometries, in createFromCursor()