Searched refs:PERSIST_CSD_RECORD_FIELD_SEPARATOR (Results 1 – 1 of 1) sorted by relevance
143 private static final String PERSIST_CSD_RECORD_FIELD_SEPARATOR = ","; field in SoundDoseHelper1245 + PERSIST_CSD_RECORD_FIELD_SEPARATOR + record.duration in recordToPersistedString()1246 + PERSIST_CSD_RECORD_FIELD_SEPARATOR + String.format("%.3f", record.value) in recordToPersistedString()1247 + PERSIST_CSD_RECORD_FIELD_SEPARATOR + String.format("%.3f", record.averageMel); in recordToPersistedString()1274 final String[] fields = TextUtils.split(record, PERSIST_CSD_RECORD_FIELD_SEPARATOR); in persistedStringToRecord()