Searched refs:defaultSystemToneUriMap_ (Results 1 – 2 of 2) sorted by relevance
306 if (defaultSystemToneUriMap_.count(systemToneType) == 0) { in GetDefaultSystemToneUri()310 return defaultSystemToneUriMap_[systemToneType]; in GetDefaultSystemToneUri()325 defaultSystemToneUriMap_[SYSTEM_TONE_TYPE_SIM_CARD_0] = in InitDefaultSystemToneUriMap()327 defaultSystemToneUriMap_[SYSTEM_TONE_TYPE_SIM_CARD_1] = in InitDefaultSystemToneUriMap()330 defaultSystemToneUriMap_[SYSTEM_TONE_TYPE_SIM_CARD_0].c_str()); in InitDefaultSystemToneUriMap()332 defaultSystemToneUriMap_[SYSTEM_TONE_TYPE_SIM_CARD_0] = ""; in InitDefaultSystemToneUriMap()333 defaultSystemToneUriMap_[SYSTEM_TONE_TYPE_SIM_CARD_1] = ""; in InitDefaultSystemToneUriMap()339 defaultSystemToneUriMap_[SYSTEM_TONE_TYPE_NOTIFICATION] = in InitDefaultSystemToneUriMap()342 defaultSystemToneUriMap_[SYSTEM_TONE_TYPE_NOTIFICATION].c_str()); in InitDefaultSystemToneUriMap()344 defaultSystemToneUriMap_[SYSTEM_TONE_TYPE_NOTIFICATION] = ""; in InitDefaultSystemToneUriMap()
206 std::unordered_map<SystemToneType, std::string> defaultSystemToneUriMap_; variable