Searched refs:RINGTONE_URI_PATH (Results 1 – 2 of 2) sorted by relevance
28 const std::string RINGTONE_URI_PATH = "ringtone"; variable30 const std::string RINGTONE_PATH_URI = RINGTONE_URI + "/" + RINGTONE_URI_PATH;
308 string toneId = GetIdFromUri(const_cast<Uri &>(cmd.GetUri()), RINGTONE_URI_PATH); in OpenRingtoneFile()