Lines Matching defs:cv
182 ContentValues cv = new ContentValues(16);
183 cv.put(Telephony.CellBroadcasts.GEOGRAPHICAL_SCOPE, geographicalScope);
184 cv.put(Telephony.CellBroadcasts.SERIAL_NUMBER, serialNumber);
185 cv.put(Telephony.CellBroadcasts.SERVICE_CATEGORY, messageId);
186 cv.put(Telephony.CellBroadcasts.LANGUAGE_CODE, languageCode);
187 cv.put(Telephony.CellBroadcasts.MESSAGE_BODY, messageBody);
188 cv.put(Telephony.CellBroadcasts.DELIVERY_TIME, deliveryTime);
189 cv.put(Telephony.CellBroadcasts.MESSAGE_READ, isRead);
190 cv.put(Telephony.CellBroadcasts.MESSAGE_FORMAT, SmsCbMessage.MESSAGE_FORMAT_3GPP);
297 cv.put(Telephony.CellBroadcasts.MESSAGE_PRIORITY,
300 cv.put(Telephony.CellBroadcasts.MESSAGE_PRIORITY,
305 cv.put(Telephony.CellBroadcasts.ETWS_WARNING_TYPE, etwsWarningType);
309 cv.put(Telephony.CellBroadcasts.CMAS_MESSAGE_CLASS, cmasMessageClass);
313 cv.put(Telephony.CellBroadcasts.CMAS_SEVERITY, cmasSeverity);
317 cv.put(Telephony.CellBroadcasts.CMAS_URGENCY, cmasUrgency);
321 cv.put(Telephony.CellBroadcasts.CMAS_CERTAINTY, cmasCertainty);
324 db.insert(TABLE_NAME, null, cv);