Searched refs:STR_ANRS (Results 1 – 4 of 4) sorted by relevance
101 values.put(IccProvider.STR_ANRS, ""); in testBasic()120 values.put(IccProvider.STR_ANRS, ""); in testBasic()
75 public static final String STR_ANRS = "anrs"; field in IccProvider228 String anrs = initialValues.getAsString(STR_ANRS); in insert()354 } else if (STR_ANRS.equals(key)) { in delete()365 values.put(STR_ANRS, anrs); in delete()
163 final String oldAnr = values.getAsString(IccProvider.STR_ANRS);; in generateAdnRecordWithOldTagByContentValues()
186 values.put(IccProvider.STR_ANRS, ""); in testUpdateAdnRecord()215 values.put(IccProvider.STR_ANRS, ""); in testUpdateAdnRecordByPbCache()