Searched refs:STR_EMAILS (Results 1 – 4 of 4) sorted by relevance
100 values.put(IccProvider.STR_EMAILS, ""); in testBasic()119 values.put(IccProvider.STR_EMAILS, ""); in testBasic()
73 public static final String STR_EMAILS = "emails"; field in IccProvider227 String emails = initialValues.getAsString(STR_EMAILS); in insert()352 } else if (STR_EMAILS.equals(key)) { in delete()364 values.put(STR_EMAILS, emails); in delete()
162 final String oldEmail = values.getAsString(IccProvider.STR_EMAILS); in generateAdnRecordWithOldTagByContentValues()
185 values.put(IccProvider.STR_EMAILS, ""); in testUpdateAdnRecord()214 values.put(IccProvider.STR_EMAILS, ""); in testUpdateAdnRecordByPbCache()