Home
last modified time | relevance | path

Searched refs:DEFAULT_REMINDER_SOUND_1 (Results 1 - 1 of 1) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp70 const std::string DEFAULT_REMINDER_SOUND_1 = "/system/etc/capture.ogg"; member
1615 if (access(DEFAULT_REMINDER_SOUND_1.c_str(), F_OK) == 0) { in PlaySoundAndVibration()
1616 defaultPath = "file:/" + DEFAULT_REMINDER_SOUND_1; in PlaySoundAndVibration()

Completed in 4 milliseconds