Searched refs:etwsInfo (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | SmsCbMessage.java | 594 SmsCbEtwsInfo etwsInfo = getEtwsWarningInfo(); in getContentValues() local 595 if (etwsInfo != null) { in getContentValues() 596 cv.put(CellBroadcasts.ETWS_WARNING_TYPE, etwsInfo.getWarningType()); in getContentValues() 668 SmsCbEtwsInfo etwsInfo; in createFromCursor() local 672 etwsInfo = new SmsCbEtwsInfo(warningType, false, false, false, null); in createFromCursor() 674 etwsInfo = null; in createFromCursor() 737 language, 0, body, priority, etwsInfo, cmasInfo, maximumWaitTimeSec, geometries, in createFromCursor()
|