Searched refs:QUERY_TONEFILES_ALL_COUNT (Results 1 – 1 of 1) sorted by relevance
73 static std::string QUERY_TONEFILES_ALL_COUNT = "SELECT count(1) AS count FROM ToneFiles"; in QueryRingtoneCount() local74 return QueryInt(rdbStore, QUERY_TONEFILES_ALL_COUNT, CUSTOM_COUNT); in QueryRingtoneCount()